How to use city96/mt5-xl-fp16 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("city96/mt5-xl-fp16") model = AutoModelForSeq2SeqLM.from_pretrained("city96/mt5-xl-fp16")