Instructions to use allenai/t5-small-squad2-question-generation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use allenai/t5-small-squad2-question-generation with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("allenai/t5-small-squad2-question-generation") model = AutoModelForSeq2SeqLM.from_pretrained("allenai/t5-small-squad2-question-generation", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
#2
by lbourdois - opened
No description provided.
dirkgr changed pull request status to merged