sft-microsoft-phi2-on-dialogsum
Browse files- adapter_config.json +3 -3
adapter_config.json
CHANGED
@@ -19,12 +19,12 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"
|
23 |
"dense",
|
24 |
"k_proj",
|
|
|
25 |
"q_proj",
|
26 |
-
"
|
27 |
-
"fc2"
|
28 |
],
|
29 |
"task_type": "CAUSAL_LM"
|
30 |
}
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"fc1",
|
23 |
"dense",
|
24 |
"k_proj",
|
25 |
+
"fc2",
|
26 |
"q_proj",
|
27 |
+
"v_proj"
|
|
|
28 |
],
|
29 |
"task_type": "CAUSAL_LM"
|
30 |
}
|