Downloads · 30 days
25
1% of all-time downloads
Parth/mT5-question-generator
mT5-question-generator is a machine learning model from Parth. Use it for the machine learning task on the model card, and read the license before you ship it in a product. It is set up for transformers.
from transformers import MT5ForConditionalGeneration, AutoTokenizer model = MT5ForConditionalGeneration.frompretrained("Parth/mT5-question-generator") tokenizer = AutoTokenizer.frompretrained("google/mt5-base")
Downloads · 30 days
25
1% of all-time downloads
All-time downloads
3K
Public
Repo size
4.7 GB
Likes
1
Public
Click a slice to open those files.
.bin2.3 GB · 100%
From the Hugging Face model README
from transformers import MT5ForConditionalGeneration, AutoTokenizer model = MT5ForConditionalGeneration.from_pretrained("Parth/mT5-question-generator") tokenizer = AutoTokenizer.from_pretrained("google/mt5-base")