How to use SummerSigh/mt0-small-ROT with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("SummerSigh/mt0-small-ROT") model = AutoModelForSeq2SeqLM.from_pretrained("SummerSigh/mt0-small-ROT")