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