Instructions to use tcarwash/tinyllama-instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tcarwash/tinyllama-instruct with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("PY007/TinyLlama-1.1B-step-50K-105b") model = PeftModel.from_pretrained(base_model, "tcarwash/tinyllama-instruct") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
9bd772f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:487ef83d1403bbcd699051afd588c197e95bbc9d2cc9040f34dd0ccdac6dc8b2
size 5048
|