Update adapter_config.json
Browse files- adapter_config.json +2 -2
adapter_config.json
CHANGED
|
@@ -28,7 +28,7 @@
|
|
| 28 |
"target_modules": [
|
| 29 |
"c_attn"
|
| 30 |
],
|
| 31 |
-
"task_type":
|
| 32 |
"use_dora": false,
|
| 33 |
"use_rslora": false
|
| 34 |
-
}
|
|
|
|
| 28 |
"target_modules": [
|
| 29 |
"c_attn"
|
| 30 |
],
|
| 31 |
+
"task_type": "text-generation", // <-- Set this to a valid string
|
| 32 |
"use_dora": false,
|
| 33 |
"use_rslora": false
|
| 34 |
+
}
|