How to use muchad/idt5-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("muchad/idt5-base") model = AutoModelForSeq2SeqLM.from_pretrained("muchad/idt5-base")
Hi! A PR to add multilingual to the language tag to improve the referencing.
· Sign up or log in to comment