Muffin 2.9a-0C17
Collection
A collection of all the Muffin 2.9a-0C17 stuff.
•
2 items
•
Updated
Muffin 2.9a-0C17 is an experimental small language model trained on a fully synthetic dataset. This model represents an exploration of alternative training methodologies and synthetic data usage for dialogue generation.
Use this:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-generation", model="FlameF0X/Muffin-2.9a-0C17")
Or this
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("FlameF0X/Muffin-2.9a-0C17")
model = AutoModelForCausalLM.from_pretrained("FlameF0X/Muffin-2.9a-0C17")
I made a space for a better experience.
If you encounter issues not listed above, please report them in the Community tab. Your feedback is valuable for improving future iterations of the model.
Thanks to the community for testing and providing feedback on this experimental model.
Base model
distilbert/distilgpt2