limhyeonseok
commited on
Commit
•
70c4ab8
1
Parent(s):
549b994
Upload model
Browse files- adapter_config.json +5 -5
adapter_config.json
CHANGED
@@ -23,13 +23,13 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"
|
27 |
"o_proj",
|
28 |
-
"down_proj",
|
29 |
"q_proj",
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
|
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"gate_proj",
|
27 |
"o_proj",
|
|
|
28 |
"q_proj",
|
29 |
+
"k_proj",
|
30 |
+
"down_proj",
|
31 |
+
"v_proj",
|
32 |
+
"up_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|