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