first model da862ba
acf15571mv commited on
How to use mimi33/vanilla_small60M with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("mimi33/vanilla_small60M")
model = AutoModelForSeq2SeqLM.from_pretrained("mimi33/vanilla_small60M")