jessicatran95 commited on
Commit
e370feb
·
verified ·
1 Parent(s): 4a65cb5

Update adapter_config.json

Browse files

task type was previously null

Files changed (1) hide show
  1. adapter_config.json +1 -1
adapter_config.json CHANGED
@@ -31,7 +31,7 @@
31
  "k_proj",
32
  "q_proj"
33
  ],
34
- "task_type": null,
35
  "use_dora": false,
36
  "use_rslora": false
37
  }
 
31
  "k_proj",
32
  "q_proj"
33
  ],
34
+ "task_type": "classification",
35
  "use_dora": false,
36
  "use_rslora": false
37
  }