Spaces:
Runtime error
Runtime error
Update model_chkpt/qlora_adaptor_adapter_config.json
Browse files
model_chkpt/qlora_adaptor_adapter_config.json
CHANGED
|
@@ -19,12 +19,12 @@
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
-
"q_proj",
|
| 23 |
-
"k_proj",
|
| 24 |
"dense",
|
| 25 |
-
"
|
|
|
|
| 26 |
"fc1",
|
| 27 |
-
"v_proj"
|
|
|
|
| 28 |
],
|
| 29 |
"task_type": "CAUSAL_LM",
|
| 30 |
"use_rslora": false
|
|
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
|
|
|
|
|
|
| 22 |
"dense",
|
| 23 |
+
"k_proj",
|
| 24 |
+
"q_proj",
|
| 25 |
"fc1",
|
| 26 |
+
"v_proj",
|
| 27 |
+
"fc2"
|
| 28 |
],
|
| 29 |
"task_type": "CAUSAL_LM",
|
| 30 |
"use_rslora": false
|