Upload adapter_config.json with huggingface_hub
Browse files- adapter_config.json +3 -3
adapter_config.json
CHANGED
@@ -25,11 +25,11 @@
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
|
|
|
|
28 |
"k_proj",
|
29 |
-
"down_proj",
|
30 |
"gate_proj",
|
31 |
-
"
|
32 |
-
"v_proj",
|
33 |
"up_proj"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
+
"v_proj",
|
29 |
+
"q_proj",
|
30 |
"k_proj",
|
|
|
31 |
"gate_proj",
|
32 |
+
"down_proj",
|
|
|
33 |
"up_proj"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|