# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("Undi95/66Mytho33Pyg2-13B")
model = AutoModelForCausalLM.from_pretrained("Undi95/66Mytho33Pyg2-13B")Quick Links
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
For Kalomaze
66% Mythomax - 33% Pygmalion2
- Downloads last month
- 7
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="Undi95/66Mytho33Pyg2-13B")