Update config.json
Browse files- config.json +0 -2
config.json
CHANGED
@@ -7,7 +7,6 @@
|
|
7 |
"bos_token_id": 0,
|
8 |
"classifier_dropout": null,
|
9 |
"eos_token_id": 2,
|
10 |
-
# "label2id": {"negative": 0, "positive": 1},
|
11 |
"gradient_checkpointing": false,
|
12 |
"hidden_act": "gelu",
|
13 |
"hidden_dropout_prob": 0.1,
|
@@ -24,7 +23,6 @@
|
|
24 |
"problem_type": "single_label_classification",
|
25 |
"torch_dtype": "float32",
|
26 |
"transformers_version": "4.41.2",
|
27 |
-
# "id2label" : {0: "negative", 1: "positive"},
|
28 |
"type_vocab_size": 1,
|
29 |
"use_cache": true,
|
30 |
"vocab_size": 50265
|
|
|
7 |
"bos_token_id": 0,
|
8 |
"classifier_dropout": null,
|
9 |
"eos_token_id": 2,
|
|
|
10 |
"gradient_checkpointing": false,
|
11 |
"hidden_act": "gelu",
|
12 |
"hidden_dropout_prob": 0.1,
|
|
|
23 |
"problem_type": "single_label_classification",
|
24 |
"torch_dtype": "float32",
|
25 |
"transformers_version": "4.41.2",
|
|
|
26 |
"type_vocab_size": 1,
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 50265
|