Update adapter_config.json
Browse files- adapter_config.json +1 -4
adapter_config.json
CHANGED
@@ -19,10 +19,7 @@
|
|
19 |
"r": 16,
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
-
"target_modules": [
|
23 |
-
"out_proj",
|
24 |
-
"Wqkv"
|
25 |
-
],
|
26 |
"task_type": "CAUSAL_LM",
|
27 |
"use_dora": false,
|
28 |
"use_rslora": false
|
|
|
19 |
"r": 16,
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
+
"target_modules": ["q_proj", "k_proj", "v_proj", "dense"],
|
|
|
|
|
|
|
23 |
"task_type": "CAUSAL_LM",
|
24 |
"use_dora": false,
|
25 |
"use_rslora": false
|