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: 134 Bytes
e8a23c6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8a5ffe043a115524e24a9d057ee07081de8db8726687195d8692b58f31d69ab9
size 495110123
|