Instructions to use mukulb/tinyllama with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mukulb/tinyllama with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-Chat-v0.1") model = PeftModel.from_pretrained(base_model, "mukulb/tinyllama") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 18034152
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c3d6a1198e841653a0ef6b6628a0a13dd9e6be0906329e574c2ed9879adffc5
|
| 3 |
size 18034152
|