Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -7,6 +7,7 @@
|
|
7 |
"num_hidden_layers": null,
|
8 |
"model_type": "bloom"
|
9 |
"pre_seq_len": null,
|
|
|
10 |
"problem_type": "single_label_classification",
|
11 |
"transformers_version": "4.35.2"
|
12 |
}
|
|
|
7 |
"num_hidden_layers": null,
|
8 |
"model_type": "bloom"
|
9 |
"pre_seq_len": null,
|
10 |
+
"num_labels": 2,
|
11 |
"problem_type": "single_label_classification",
|
12 |
"transformers_version": "4.35.2"
|
13 |
}
|