j-hartmann commited on
Commit
dade5eb
1 Parent(s): 4f071b7

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -1
config.json CHANGED
@@ -24,5 +24,13 @@
24
  "transformers_version": "4.21.1",
25
  "type_vocab_size": 1,
26
  "use_cache": true,
27
- "vocab_size": 50265
 
 
 
 
 
 
 
 
28
  }
 
24
  "transformers_version": "4.21.1",
25
  "type_vocab_size": 1,
26
  "use_cache": true,
27
+ "vocab_size": 50265,
28
+ "id2label": {
29
+ "0": "CLEAR",
30
+ "1": "AMBIGUOUS"
31
+ },
32
+ "label2id": {
33
+ "CLEAR": 0,
34
+ "AMBIGUOUS": 1
35
+ }
36
  }