Upload model
Browse files- adapter_config.json +1 -1
adapter_config.json
CHANGED
@@ -19,9 +19,9 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
22 |
"q_proj",
|
23 |
"k_proj",
|
24 |
-
"v_proj",
|
25 |
"out_proj"
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM"
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"v_proj",
|
23 |
"q_proj",
|
24 |
"k_proj",
|
|
|
25 |
"out_proj"
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM"
|