How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="spuun/kekbot-beta-4-medium")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("spuun/kekbot-beta-4-medium")
model = AutoModelForCausalLM.from_pretrained("spuun/kekbot-beta-4-medium")
Quick Links

YAML Metadata Error:"co2_eq_emissions.emissions" must be a number

THIS MODEL IS IN PUBLIC BETA, PLEASE DO NOT EXPECT ANY FORM OF STABILITY IN ITS CURRENT STATE.

Art Union server chatbot

Based on a DialoGPT-medium (kekbot-beta-3-medium) model, fine-tuned to a select subset (65k<= messages) of Art Union's general-chat channel chat history.

Current issues

(Which hopefully will be fixed in future iterations) Include, but not limited to:

  • Limited turns, after ~20 turns output may break for no apparent reason.
  • Inconsistent variance, acts like an overfitted model from time to time for no reason whatsoever.
Downloads last month
4
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support