patrickquick commited on
Commit
70845e5
1 Parent(s): 9550644

update id2label

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -24,7 +24,7 @@
24
  "use_cache": true,
25
  "vocab_size": 28996,
26
  "id2label": {
27
- "LABEL_0": "OFF",
28
- "LABEL_1": "NON"
29
  },
30
- }
 
24
  "use_cache": true,
25
  "vocab_size": 28996,
26
  "id2label": {
27
+ "0": "OFF",
28
+ "1": "NON"
29
  },
30
+ }