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