Instructions to use Aries/T5_question_generation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Aries/T5_question_generation with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Aries/T5_question_generation") model = AutoModelForSeq2SeqLM.from_pretrained("Aries/T5_question_generation") - Notebooks
- Google Colab
- Kaggle
Commit History
allow flax cedb7ce
1.0 of T5 question generation 10edbad
Samarth commited on