Update adapter_config.json
Browse filesFixed task_type to "CAUSAL_LM"
- adapter_config.json +1 -1
adapter_config.json
CHANGED
@@ -29,7 +29,7 @@
|
|
29 |
"v_proj",
|
30 |
"q_proj"
|
31 |
],
|
32 |
-
"task_type": "
|
33 |
"use_dora": false,
|
34 |
"use_rslora": false
|
35 |
}
|
|
|
29 |
"v_proj",
|
30 |
"q_proj"
|
31 |
],
|
32 |
+
"task_type": "CAUSAL_LM",
|
33 |
"use_dora": false,
|
34 |
"use_rslora": false
|
35 |
}
|