Uploaded new version.
Browse files- adapter_config.json +6 -6
- adapter_model.bin +2 -2
adapter_config.json
CHANGED
@@ -7,20 +7,20 @@
|
|
7 |
"init_lora_weights": true,
|
8 |
"layers_pattern": null,
|
9 |
"layers_to_transform": null,
|
10 |
-
"lora_alpha":
|
11 |
"lora_dropout": 0.1,
|
12 |
"modules_to_save": null,
|
13 |
"peft_type": "LORA",
|
14 |
-
"r":
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
17 |
-
"up_proj",
|
18 |
-
"q_proj",
|
19 |
"down_proj",
|
20 |
-
"
|
21 |
"v_proj",
|
|
|
22 |
"gate_proj",
|
23 |
-
"o_proj"
|
|
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
26 |
}
|
|
|
7 |
"init_lora_weights": true,
|
8 |
"layers_pattern": null,
|
9 |
"layers_to_transform": null,
|
10 |
+
"lora_alpha": 16.0,
|
11 |
"lora_dropout": 0.1,
|
12 |
"modules_to_save": null,
|
13 |
"peft_type": "LORA",
|
14 |
+
"r": 64,
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
|
|
|
|
17 |
"down_proj",
|
18 |
+
"up_proj",
|
19 |
"v_proj",
|
20 |
+
"k_proj",
|
21 |
"gate_proj",
|
22 |
+
"o_proj",
|
23 |
+
"q_proj"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
26 |
}
|
adapter_model.bin
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:db740f5ffea7c104b78bbe9166d9fbf8142e98927d33b946d7cf5ceea94865ef
|
3 |
+
size 500897101
|