junipark commited on
Commit
1371a48
1 Parent(s): 9b2921f

Update adapter_config.json

Browse files

Fix error :
Configuration Parsing Warning: In adapter_config.json: "peft.task_type" must be a string

Files changed (1) hide show
  1. adapter_config.json +1 -1
adapter_config.json CHANGED
@@ -25,5 +25,5 @@
25
  "up_proj",
26
  "down_proj"
27
  ],
28
- "task_type": null
29
  }
 
25
  "up_proj",
26
  "down_proj"
27
  ],
28
+ "task_type": "TEXT_GENERATION"
29
  }