AlexandrosChariton
commited on
Commit
•
067ec23
1
Parent(s):
0c1191a
Upload model
Browse files- adapter_config.json +8 -8
- adapter_model.safetensors +2 -2
adapter_config.json
CHANGED
@@ -11,23 +11,23 @@
|
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
"lora_alpha": 20,
|
14 |
-
"lora_dropout": 0.
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
19 |
-
"r":
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"mlp.up_proj",
|
26 |
"q_proj",
|
27 |
-
"
|
28 |
"v_proj",
|
29 |
-
"
|
30 |
-
"
|
|
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"use_dora": false,
|
|
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
"lora_alpha": 20,
|
14 |
+
"lora_dropout": 0.15,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
19 |
+
"r": 128,
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"language_model.lm_head",
|
24 |
+
"k_proj",
|
|
|
25 |
"q_proj",
|
26 |
+
"o_proj",
|
27 |
"v_proj",
|
28 |
+
"mlp.gate_proj",
|
29 |
+
"mlp.up_proj",
|
30 |
+
"mlp.down_proj"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78e5354dd4b30552c0f97c24c2c5096deddb5be60316131f582e9a737c541023
|
3 |
+
size 1995031896
|