Update adapter_config.json
Browse filesFix error :
Configuration Parsing Warning: In adapter_config.json: "peft.task_type" must be a string
- adapter_config.json +1 -1
adapter_config.json
CHANGED
@@ -25,5 +25,5 @@
|
|
25 |
"up_proj",
|
26 |
"down_proj"
|
27 |
],
|
28 |
-
"task_type":
|
29 |
}
|
|
|
25 |
"up_proj",
|
26 |
"down_proj"
|
27 |
],
|
28 |
+
"task_type": "TEXT_GENERATION"
|
29 |
}
|