Instructions to use VMware/t5-small-question-generator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use VMware/t5-small-question-generator with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("VMware/t5-small-question-generator") model = AutoModelForSeq2SeqLM.from_pretrained("VMware/t5-small-question-generator") - Notebooks
- Google Colab
- Kaggle
Commit History
Librarian Bot: Update dataset YAML metadata for model (#1) 5dae4cf
Update Model Card a75ac5c
Update Model Card 81e43c5
Model Card 5f35b45
Initial upload 492f68c
initial commit 463a351
Rick Battle commited on