Question Answering
Transformers
PyTorch
Safetensors
English
t5
flan
flan-t5
squad
squad_v2
Eval Results (legacy)
text-generation-inference
Instructions to use deepset/flan-t5-xl-squad2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use deepset/flan-t5-xl-squad2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="deepset/flan-t5-xl-squad2")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("deepset/flan-t5-xl-squad2") model = AutoModelForQuestionAnswering.from_pretrained("deepset/flan-t5-xl-squad2") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md ce2db4c
Upload pytorch_model.bin.index.json with huggingface_hub cdf2718
Upload pytorch_model-00006-of-00006.bin with huggingface_hub 101b7cb
Upload pytorch_model-00005-of-00006.bin with huggingface_hub ab891dc
Upload pytorch_model-00004-of-00006.bin with huggingface_hub d4d82ed
Upload pytorch_model-00003-of-00006.bin with huggingface_hub d16a606
Upload pytorch_model-00002-of-00006.bin with huggingface_hub 0435c10
Upload pytorch_model-00001-of-00006.bin with huggingface_hub 416f2d0
Upload model-00006-of-00006.safetensors with huggingface_hub 304184b
Upload model-00005-of-00006.safetensors with huggingface_hub 3579cf9
Upload model-00004-of-00006.safetensors with huggingface_hub 29b4b8c
Upload model-00003-of-00006.safetensors with huggingface_hub 1fb15c4
Upload model-00002-of-00006.safetensors with huggingface_hub a7b71a1
Upload model-00001-of-00006.safetensors with huggingface_hub ead6f8a
Upload model.safetensors.index.json with huggingface_hub cabad93
Update README.md 9bcd6dd
Update README.md 1446144
Upload /tokenizer_config.json with huggingface_hub ce38462
Upload /tokenizer.json with huggingface_hub 28c8f0f
Upload /special_tokens_map.json with huggingface_hub e832b2c
Upload /added_tokens.json with huggingface_hub 453d1f9
Upload /spiece.model with huggingface_hub b5a4d40
Upload /config.json with huggingface_hub d2119ec
Update README.md 01a7127
Update README.md 05c4045
initial commit 52d472e
Sebastian Husch Lee commited on