How to use stas/tiny-m2m_100 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("stas/tiny-m2m_100") model = AutoModelForSeq2SeqLM.from_pretrained("stas/tiny-m2m_100")