Instructions to use bilkultheek/ColdLLamaLite with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use bilkultheek/ColdLLamaLite with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ahxt/LiteLlama-460M-1T") model = PeftModel.from_pretrained(base_model, "bilkultheek/ColdLLamaLite") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 310
Browse files
adapter_config.json
CHANGED
|
@@ -20,8 +20,8 @@
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
-
"
|
| 24 |
-
"
|
| 25 |
],
|
| 26 |
"task_type": "CAUSAL_LM",
|
| 27 |
"use_dora": false,
|
|
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
+
"q_proj",
|
| 24 |
+
"v_proj"
|
| 25 |
],
|
| 26 |
"task_type": "CAUSAL_LM",
|
| 27 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 19673632
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f262b0a8f6b033f3476c8ffd7c34eafae304b340afb227f5c42c5f5bcdf0b97d
|
| 3 |
size 19673632
|
runs/Aug03_09-18-38_fastgpuserv/events.out.tfevents.1722658721.fastgpuserv.2914688.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e33fc634c97733e26c13959db7a058b5ec76841b5b90433ea9bfaf4494eaa3e8
|
| 3 |
+
size 11885
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06bb71c4cf58b3819055ba46dca6356fde3846915bb241c90150c852afa68152
|
| 3 |
size 5432
|