Instructions to use jacobmorrison/tk-instruct-squad-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jacobmorrison/tk-instruct-squad-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("jacobmorrison/tk-instruct-squad-base") model = AutoModelForSeq2SeqLM.from_pretrained("jacobmorrison/tk-instruct-squad-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
0e4262a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a5f7042d351028e874a1cb7cff149237579d92e10729c307bd23d9f4017a9978
size 4335
|