Upload /adapter_config.json with huggingface_hub
Browse files- adapter_config.json +3 -3
adapter_config.json
CHANGED
@@ -16,10 +16,10 @@
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
-
"dense_h_to_4h",
|
20 |
-
"dense_4h_to_h",
|
21 |
"query_key_value",
|
22 |
-
"
|
|
|
|
|
23 |
],
|
24 |
"task_type": "CAUSAL_LM"
|
25 |
}
|
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
|
|
|
|
19 |
"query_key_value",
|
20 |
+
"dense_h_to_4h",
|
21 |
+
"dense",
|
22 |
+
"dense_4h_to_h"
|
23 |
],
|
24 |
"task_type": "CAUSAL_LM"
|
25 |
}
|