Instructions to use TinyPixel/tinyllama-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use TinyPixel/tinyllama-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("PY007/TinyLlama-1.1B-intermediate-step-715k-1.5T") model = PeftModel.from_pretrained(base_model, "TinyPixel/tinyllama-lora") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
b88efcc | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b0b99eb6b8504c00207197fb2b1850447f75e73bd654c22c05eb09e171a102fb
size 403891130
|