Sinnone commited on
Commit
aad0d2c
·
verified ·
1 Parent(s): c8c1222

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -0
config.json CHANGED
@@ -24,5 +24,15 @@
24
  "transformers_version": "4.51.3",
25
  "type_vocab_size": 1,
26
  "use_cache": true,
 
 
 
 
 
 
 
 
 
 
27
  "vocab_size": 250002
28
  }
 
24
  "transformers_version": "4.51.3",
25
  "type_vocab_size": 1,
26
  "use_cache": true,
27
+
28
+ "id2label": {
29
+ "0": "LABEL_0",
30
+ "1": "LABEL_1"
31
+ },
32
+ "label2id": {
33
+ "LABEL_0": 0,
34
+ "LABEL_1": 1
35
+ },
36
+
37
  "vocab_size": 250002
38
  }