Add `id2label` and `label2id` configs

#10
by kozistr - opened
Files changed (1) hide show
  1. config.json +7 -1
config.json CHANGED
@@ -26,5 +26,11 @@
26
  "transformers_version": "4.51.3",
27
  "use_cache": true,
28
  "use_sliding_window": false,
29
- "vocab_size": 151669
 
 
 
 
 
 
30
  }
 
26
  "transformers_version": "4.51.3",
27
  "use_cache": true,
28
  "use_sliding_window": false,
29
+ "vocab_size": 151669,
30
+ "id2label": {
31
+ "0": "LABEL_0"
32
+ },
33
+ "label2id": {
34
+ "LABEL_0": 0
35
+ }
36
  }