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="roneneldan/TinyStories-Instruct-33M")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("roneneldan/TinyStories-Instruct-33M")
model = AutoModelForCausalLM.from_pretrained("roneneldan/TinyStories-Instruct-33M", device_map="auto")
Quick Links

No model card

Downloads last month
1,354
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for roneneldan/TinyStories-Instruct-33M

Quantizations
1 model

Spaces using roneneldan/TinyStories-Instruct-33M 2