Instructions to use chaimachabir/lora-data1-data2-tinyllama with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use chaimachabir/lora-data1-data2-tinyllama with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-Chat-v1.0") model = PeftModel.from_pretrained(base_model, "chaimachabir/lora-data1-data2-tinyllama") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 831
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 264408864
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c5438c3e767a075edf442158a76772e037eb0fb1adf837f42f011df899fdc95
|
| 3 |
size 264408864
|