Upload the model Parth edfb8c6
parth commited on
How to use Parth/mT5-question-generator with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Parth/mT5-question-generator")
model = AutoModelForSeq2SeqLM.from_pretrained("Parth/mT5-question-generator")