Upload FalconForCausalLM
Browse files- adapter_config.json +2 -2
adapter_config.json
CHANGED
@@ -21,9 +21,9 @@
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"dense_4h_to_h",
|
|
|
24 |
"dense",
|
25 |
-
"dense_h_to_4h"
|
26 |
-
"query_key_value"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
29 |
"use_dora": false,
|
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"dense_4h_to_h",
|
24 |
+
"query_key_value",
|
25 |
"dense",
|
26 |
+
"dense_h_to_4h"
|
|
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
29 |
"use_dora": false,
|