Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -26,10 +26,10 @@
|
|
26 |
"vocab_size": 30522,
|
27 |
"id2label": {
|
28 |
"0": "negative",
|
29 |
-
"1": "positive"
|
30 |
},
|
31 |
"label2id": {
|
32 |
"negative": 0,
|
33 |
-
"positive": 1
|
34 |
}
|
35 |
}
|
|
|
26 |
"vocab_size": 30522,
|
27 |
"id2label": {
|
28 |
"0": "negative",
|
29 |
+
"1": "positive"
|
30 |
},
|
31 |
"label2id": {
|
32 |
"negative": 0,
|
33 |
+
"positive": 1
|
34 |
}
|
35 |
}
|