How to use Wikidepia/IndoT5-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Wikidepia/IndoT5-base") model = AutoModelForSeq2SeqLM.from_pretrained("Wikidepia/IndoT5-base")
why did you put indonesian language tag? the data set allenai/c4 is in english?
it used the id version from the data
I use Indonesian language from mC4. Thank you for answering @Vinzz23 !
Β· Sign up or log in to comment