Commit
·
70845e5
1
Parent(s):
9550644
update id2label
Browse files- config.json +3 -3
config.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
| 24 |
"use_cache": true,
|
| 25 |
"vocab_size": 28996,
|
| 26 |
"id2label": {
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
},
|
| 30 |
-
}
|
|
|
|
| 24 |
"use_cache": true,
|
| 25 |
"vocab_size": 28996,
|
| 26 |
"id2label": {
|
| 27 |
+
"0": "OFF",
|
| 28 |
+
"1": "NON"
|
| 29 |
},
|
| 30 |
+
}
|