Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -30,6 +30,7 @@
|
|
30 |
"n_heads": 12,
|
31 |
"n_layers": 6,
|
32 |
"pad_token_id": 0,
|
|
|
33 |
"qa_dropout": 0.1,
|
34 |
"seq_classif_dropout": 0.2,
|
35 |
"sinusoidal_pos_embds": false,
|
|
|
30 |
"n_heads": 12,
|
31 |
"n_layers": 6,
|
32 |
"pad_token_id": 0,
|
33 |
+
"problem_type": "single_label_classification",
|
34 |
"qa_dropout": 0.1,
|
35 |
"seq_classif_dropout": 0.2,
|
36 |
"sinusoidal_pos_embds": false,
|