Instructions to use allenai/t5-small-squad11 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use allenai/t5-small-squad11 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("allenai/t5-small-squad11") model = AutoModelForSeq2SeqLM.from_pretrained("allenai/t5-small-squad11", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
66e747c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:53edf4b6fb7e8714897b8c42f6b82063e1b627dba2010c5aecb1260fee014c9f
size 242032202
|