Transformers
PyTorch
JAX
Safetensors
t5
text2text-generation
question-generation
text-generation-inference
Instructions to use p208p2002/t5-squad-nqg-hl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use p208p2002/t5-squad-nqg-hl with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("p208p2002/t5-squad-nqg-hl") model = AutoModelForSeq2SeqLM.from_pretrained("p208p2002/t5-squad-nqg-hl", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K