Upload adapter_config.json with huggingface_hub
Browse files- adapter_config.json +2 -2
adapter_config.json
CHANGED
|
@@ -17,9 +17,9 @@
|
|
| 17 |
"revision": null,
|
| 18 |
"target_modules": [
|
| 19 |
"w1",
|
| 20 |
-
"w2",
|
| 21 |
"c_proj",
|
| 22 |
-
"c_attn"
|
|
|
|
| 23 |
],
|
| 24 |
"task_type": "CAUSAL_LM"
|
| 25 |
}
|
|
|
|
| 17 |
"revision": null,
|
| 18 |
"target_modules": [
|
| 19 |
"w1",
|
|
|
|
| 20 |
"c_proj",
|
| 21 |
+
"c_attn",
|
| 22 |
+
"w2"
|
| 23 |
],
|
| 24 |
"task_type": "CAUSAL_LM"
|
| 25 |
}
|