Update config.json
Browse files- config.json +2 -12
config.json
CHANGED
|
@@ -19,19 +19,9 @@
|
|
| 19 |
"pad_token_id": 0,
|
| 20 |
"position_embedding_type": "absolute",
|
| 21 |
"problem_type": "single_label_classification",
|
| 22 |
-
"task": "text-classification",
|
| 23 |
"torch_dtype": "float32",
|
| 24 |
"transformers_version": "4.47.1",
|
| 25 |
"type_vocab_size": 2,
|
| 26 |
"use_cache": true,
|
| 27 |
-
"vocab_size": 30522
|
| 28 |
-
|
| 29 |
-
"0": "LABEL_0",
|
| 30 |
-
"1": "LABEL_1"
|
| 31 |
-
},
|
| 32 |
-
"label2id": {
|
| 33 |
-
"LABEL_0": 0,
|
| 34 |
-
"LABEL_1": 1
|
| 35 |
-
}
|
| 36 |
-
}
|
| 37 |
-
|
|
|
|
| 19 |
"pad_token_id": 0,
|
| 20 |
"position_embedding_type": "absolute",
|
| 21 |
"problem_type": "single_label_classification",
|
|
|
|
| 22 |
"torch_dtype": "float32",
|
| 23 |
"transformers_version": "4.47.1",
|
| 24 |
"type_vocab_size": 2,
|
| 25 |
"use_cache": true,
|
| 26 |
+
"vocab_size": 30522
|
| 27 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|