Commit ·
fd4ccb1
1
Parent(s): 2b3e04e
2023-08-03 18:58:29 Autosave for checkpoint additions
Browse files- adapter_config.json +5 -5
adapter_config.json
CHANGED
|
@@ -14,13 +14,13 @@
|
|
| 14 |
"r": 32,
|
| 15 |
"revision": null,
|
| 16 |
"target_modules": [
|
| 17 |
-
"q_proj",
|
| 18 |
-
"o_proj",
|
| 19 |
-
"up_proj",
|
| 20 |
-
"k_proj",
|
| 21 |
"down_proj",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
"gate_proj",
|
| 23 |
-
"
|
| 24 |
],
|
| 25 |
"task_type": "CAUSAL_LM"
|
| 26 |
}
|
|
|
|
| 14 |
"r": 32,
|
| 15 |
"revision": null,
|
| 16 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
"down_proj",
|
| 18 |
+
"k_proj",
|
| 19 |
+
"v_proj",
|
| 20 |
+
"o_proj",
|
| 21 |
+
"q_proj",
|
| 22 |
"gate_proj",
|
| 23 |
+
"up_proj"
|
| 24 |
],
|
| 25 |
"task_type": "CAUSAL_LM"
|
| 26 |
}
|