Instructions to use Aries/T5_question_answering with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Aries/T5_question_answering with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Aries/T5_question_answering") model = AutoModelForSeq2SeqLM.from_pretrained("Aries/T5_question_answering") - Notebooks
- Google Colab
- Kaggle
Commit History
allow flax 8f27e83
Model added 68f4e4a
Samarth commited on
Tokenizer added 8800291
Samarth commited on