ZeroUniqueness
commited on
Commit
·
a2a2e82
1
Parent(s):
4845cc0
2023-08-03 18:38:26 Autosave for checkpoint additions
Browse files- adapter_config.json +4 -4
adapter_config.json
CHANGED
@@ -14,13 +14,13 @@
|
|
14 |
"r": 32,
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
17 |
-
"gate_proj",
|
18 |
-
"o_proj",
|
19 |
"q_proj",
|
|
|
|
|
20 |
"k_proj",
|
21 |
-
"v_proj",
|
22 |
"down_proj",
|
23 |
-
"
|
|
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
26 |
}
|
|
|
14 |
"r": 32,
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
|
|
|
|
17 |
"q_proj",
|
18 |
+
"o_proj",
|
19 |
+
"up_proj",
|
20 |
"k_proj",
|
|
|
21 |
"down_proj",
|
22 |
+
"gate_proj",
|
23 |
+
"v_proj"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
26 |
}
|