Instructions to use devlocalhost/tinyllama-min-primary-secondary-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use devlocalhost/tinyllama-min-primary-secondary-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("PY007/TinyLlama-1.1B-Chat-v0.3") model = PeftModel.from_pretrained(base_model, "devlocalhost/tinyllama-min-primary-secondary-lora") - Notebooks
- Google Colab
- Kaggle
Commit ·
adec5fc
1
Parent(s): f671344
Training in progress, epoch 78
Browse files- adapter_model.bin +1 -1
adapter_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4536953
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:325b908c20ab368ce0aa70c5f8e651ae8f28e7c9d02dc415af0d3f2a7e30c8d7
|
| 3 |
size 4536953
|