Update config.json
Browse files- config.json +5 -4
config.json
CHANGED
@@ -21,14 +21,15 @@
|
|
21 |
"tie_weights_": true,
|
22 |
"torch_dtype": "float32",
|
23 |
"transformers_version": "4.21.1",
|
24 |
-
"vocab_size": 30522
|
25 |
-
|
26 |
-
"id2label": {
|
27 |
"0": "negative",
|
28 |
"1": "positive",
|
29 |
},
|
30 |
"label2id": {
|
31 |
"negative": 0,
|
32 |
-
"positive: 1,
|
33 |
|
34 |
}
|
|
|
|
|
|
21 |
"tie_weights_": true,
|
22 |
"torch_dtype": "float32",
|
23 |
"transformers_version": "4.21.1",
|
24 |
+
"vocab_size": 30522,
|
25 |
+
"id2label": {
|
|
|
26 |
"0": "negative",
|
27 |
"1": "positive",
|
28 |
},
|
29 |
"label2id": {
|
30 |
"negative": 0,
|
31 |
+
"positive": 1,
|
32 |
|
33 |
}
|
34 |
+
}
|
35 |
+
|