Instructions to use allenai/tk-instruct-3b-def-pos with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use allenai/tk-instruct-3b-def-pos with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("allenai/tk-instruct-3b-def-pos") model = AutoModelForSeq2SeqLM.from_pretrained("allenai/tk-instruct-3b-def-pos", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
997b697 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:de1b9111fa2783121cdbd37a05c1a6938b439cf0730149b48a147138619c7016
size 5699429779
|