Upload adapter_config.json with huggingface_hub
Browse files- adapter_config.json +4 -4
adapter_config.json
CHANGED
|
@@ -24,13 +24,13 @@
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
-
"o_proj",
|
| 28 |
"q_proj",
|
| 29 |
-
"
|
| 30 |
-
"k_proj",
|
| 31 |
"up_proj",
|
| 32 |
"gate_proj",
|
| 33 |
-
"
|
|
|
|
|
|
|
| 34 |
],
|
| 35 |
"task_type": "CAUSAL_LM",
|
| 36 |
"trainable_token_indices": null,
|
|
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
|
|
|
| 27 |
"q_proj",
|
| 28 |
+
"down_proj",
|
|
|
|
| 29 |
"up_proj",
|
| 30 |
"gate_proj",
|
| 31 |
+
"k_proj",
|
| 32 |
+
"o_proj",
|
| 33 |
+
"v_proj"
|
| 34 |
],
|
| 35 |
"task_type": "CAUSAL_LM",
|
| 36 |
"trainable_token_indices": null,
|