parth
Upload the model Parth
edfb8c6
|
raw
history blame contribute delete
No virus
213 Bytes

from transformers import MT5ForConditionalGeneration, AutoTokenizer model = MT5ForConditionalGeneration.from_pretrained("Parth/mT5-question-generator") tokenizer = AutoTokenizer.from_pretrained("google/mt5-base")