Coots commited on
Commit
43f3a9f
·
verified ·
1 Parent(s): e45e156

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +2 -2
adapter_config.json CHANGED
@@ -28,7 +28,7 @@
28
  "target_modules": [
29
  "c_attn"
30
  ],
31
- "task_type": null,
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
+ }