Instructions to use ramsrigouthamg/t5_squad_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ramsrigouthamg/t5_squad_v1 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("ramsrigouthamg/t5_squad_v1") model = AutoModelForSeq2SeqLM.from_pretrained("ramsrigouthamg/t5_squad_v1") - Notebooks
- Google Colab
- Kaggle
Question generation model
#2
by Mayfield-dev10 - opened
Love your model sir and your works
please can I get how you trained this model on question generation?
I'm also interested. Have there been any paper published that we can study?