How to use google/mt5-small with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("google/mt5-small") model = AutoModelForSeq2SeqLM.from_pretrained("google/mt5-small")
Does anyone find the version of flan-mt5? Or where can i find the fine-dataset of t5?
· Sign up or log in to comment