SkylarWhite
commited on
Commit
•
2ba9291
1
Parent(s):
fa21e06
Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- adapter_config.json +9 -7
- adapter_model.safetensors +2 -2
adapter_config.json
CHANGED
@@ -14,21 +14,23 @@
|
|
14 |
"lora_dropout": 0,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
-
"modules_to_save":
|
|
|
|
|
18 |
"peft_type": "LORA",
|
19 |
"r": 16,
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"v_proj",
|
24 |
-
"q_proj",
|
25 |
-
"down_proj",
|
26 |
-
"gate_proj",
|
27 |
"o_proj",
|
|
|
28 |
"k_proj",
|
29 |
-
"
|
|
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
33 |
-
"use_rslora":
|
34 |
}
|
|
|
14 |
"lora_dropout": 0,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": [
|
18 |
+
"lm_head"
|
19 |
+
],
|
20 |
"peft_type": "LORA",
|
21 |
"r": 16,
|
22 |
"rank_pattern": {},
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
|
|
|
|
|
|
|
|
25 |
"o_proj",
|
26 |
+
"v_proj",
|
27 |
"k_proj",
|
28 |
+
"down_proj",
|
29 |
+
"up_proj",
|
30 |
+
"q_proj",
|
31 |
+
"gate_proj"
|
32 |
],
|
33 |
"task_type": "CAUSAL_LM",
|
34 |
"use_dora": false,
|
35 |
+
"use_rslora": false
|
36 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1701b4b090986e3d4a544d1552ff9893a5152f91532e06c30a963e4d634e7d71
|
3 |
+
size 2269180136
|