Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -21,11 +21,11 @@
|
|
21 |
"tie_weights_": true,
|
22 |
"torch_dtype": "float32",
|
23 |
"transformers_version": "4.25.1",
|
24 |
-
"vocab_size": 30522
|
25 |
"id2label":{
|
26 |
"0":"POSITIVE",
|
27 |
"1":"NEGATIVE"
|
28 |
-
}
|
29 |
"label2id":{
|
30 |
"POSITIVE":"0",
|
31 |
"NEGATIVE":"1"
|
|
|
21 |
"tie_weights_": true,
|
22 |
"torch_dtype": "float32",
|
23 |
"transformers_version": "4.25.1",
|
24 |
+
"vocab_size": 30522,
|
25 |
"id2label":{
|
26 |
"0":"POSITIVE",
|
27 |
"1":"NEGATIVE"
|
28 |
+
},
|
29 |
"label2id":{
|
30 |
"POSITIVE":"0",
|
31 |
"NEGATIVE":"1"
|