fix wrong activation function for multi-label classification
Browse files- config.json +1 -0
config.json
CHANGED
@@ -25,6 +25,7 @@
|
|
25 |
"insult": 4,
|
26 |
"identity_hate": 5
|
27 |
},
|
|
|
28 |
"layer_norm_eps": 1e-12,
|
29 |
"max_position_embeddings": 512,
|
30 |
"model_type": "bert",
|
|
|
25 |
"insult": 4,
|
26 |
"identity_hate": 5
|
27 |
},
|
28 |
+
"problem_type": "multi_label_classification",
|
29 |
"layer_norm_eps": 1e-12,
|
30 |
"max_position_embeddings": 512,
|
31 |
"model_type": "bert",
|