Upload config.json with huggingface_hub
Browse files- config.json +4 -14
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
"architectures": [
|
| 4 |
"BertForSequenceClassification"
|
| 5 |
],
|
|
@@ -24,19 +24,9 @@
|
|
| 24 |
"pooler_size_per_head": 128,
|
| 25 |
"pooler_type": "first_token_transform",
|
| 26 |
"position_embedding_type": "absolute",
|
| 27 |
-
"problem_type": "single_label_classification",
|
| 28 |
"torch_dtype": "float32",
|
| 29 |
-
"transformers_version": "4.
|
| 30 |
"type_vocab_size": 2,
|
| 31 |
"use_cache": true,
|
| 32 |
-
"vocab_size": 30522
|
| 33 |
-
|
| 34 |
-
"id2label": {
|
| 35 |
-
"0": "LABEL_0",
|
| 36 |
-
"1": "LABEL_1"
|
| 37 |
-
},
|
| 38 |
-
"label2id": {
|
| 39 |
-
"LABEL_0": 0,
|
| 40 |
-
"LABEL_1": 1
|
| 41 |
-
}
|
| 42 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_num_labels": 5,
|
| 3 |
"architectures": [
|
| 4 |
"BertForSequenceClassification"
|
| 5 |
],
|
|
|
|
| 24 |
"pooler_size_per_head": 128,
|
| 25 |
"pooler_type": "first_token_transform",
|
| 26 |
"position_embedding_type": "absolute",
|
|
|
|
| 27 |
"torch_dtype": "float32",
|
| 28 |
+
"transformers_version": "4.51.3",
|
| 29 |
"type_vocab_size": 2,
|
| 30 |
"use_cache": true,
|
| 31 |
+
"vocab_size": 30522
|
| 32 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|