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="Undi95/66Mytho33Pyg2-13B")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("Undi95/66Mytho33Pyg2-13B")
model = AutoModelForCausalLM.from_pretrained("Undi95/66Mytho33Pyg2-13B", device_map="auto")
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
11
Safetensors
Model size
13B params
Tensor type
F32
·
BF16
·
Inference Providers NEW