Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -23,8 +23,8 @@
|
|
23 |
"transformers_version": "4.25.1",
|
24 |
"vocab_size": 30522,
|
25 |
"label2id": {
|
26 |
-
"
|
27 |
-
"
|
28 |
},
|
29 |
"id2label": {
|
30 |
"0": "NOT GREEN",
|
|
|
23 |
"transformers_version": "4.25.1",
|
24 |
"vocab_size": 30522,
|
25 |
"label2id": {
|
26 |
+
"NOT GREEN": 0,
|
27 |
+
"GREEN": 1
|
28 |
},
|
29 |
"id2label": {
|
30 |
"0": "NOT GREEN",
|