Upload fine-tuned PEFT model
Browse files- adapter_config.json +3 -3
adapter_config.json
CHANGED
|
@@ -25,12 +25,12 @@
|
|
| 25 |
"rank_pattern": {},
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
| 28 |
-
"
|
| 29 |
"down_proj",
|
|
|
|
| 30 |
"o_proj",
|
| 31 |
-
"gate_proj",
|
| 32 |
"v_projup_proj",
|
| 33 |
-
"
|
| 34 |
],
|
| 35 |
"target_parameters": null,
|
| 36 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 25 |
"rank_pattern": {},
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
| 28 |
+
"gate_proj",
|
| 29 |
"down_proj",
|
| 30 |
+
"k_proj",
|
| 31 |
"o_proj",
|
|
|
|
| 32 |
"v_projup_proj",
|
| 33 |
+
"q_proj"
|
| 34 |
],
|
| 35 |
"target_parameters": null,
|
| 36 |
"task_type": "CAUSAL_LM",
|