Update config.json
Browse files- config.json +9 -1
config.json
CHANGED
@@ -21,5 +21,13 @@
|
|
21 |
"tie_weights_": true,
|
22 |
"torch_dtype": "float32",
|
23 |
"transformers_version": "4.25.1",
|
24 |
-
"vocab_size": 30522
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
}
|
|
|
21 |
"tie_weights_": true,
|
22 |
"torch_dtype": "float32",
|
23 |
"transformers_version": "4.25.1",
|
24 |
+
"vocab_size": 30522,
|
25 |
+
"label2id": {
|
26 |
+
"NO GREEN PLASTICS": 0,
|
27 |
+
"GREEN PLASTICS": 1
|
28 |
+
},
|
29 |
+
"id2label": {
|
30 |
+
"0": "NO GREEN PLASTICS",
|
31 |
+
"1": "GREEN PLASTICS"
|
32 |
+
}
|
33 |
}
|