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