deetsml commited on
Commit
192964b
1 Parent(s): 930a1e0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -4,7 +4,7 @@
4
  "activation_dropout": 0.0,
5
  "activation_function": "gelu",
6
  "add_final_layer_norm": false,
7
- "problem_type": "multi_label_classification",
8
  "architectures": [
9
  "BartModel"
10
  ],
 
4
  "activation_dropout": 0.0,
5
  "activation_function": "gelu",
6
  "add_final_layer_norm": false,
7
+ "multi_target_strategy": "multi-output",
8
  "architectures": [
9
  "BartModel"
10
  ],