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