maximuspowers commited on
Commit
ba59965
1 Parent(s): ebf3d7c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -1
config.json CHANGED
@@ -23,5 +23,14 @@
23
  "transformers_version": "4.44.2",
24
  "type_vocab_size": 2,
25
  "use_cache": true,
26
- "vocab_size": 30522
 
 
 
 
 
 
 
 
 
27
  }
 
23
  "transformers_version": "4.44.2",
24
  "type_vocab_size": 2,
25
  "use_cache": true,
26
+ "vocab_size": 30522,
27
+ "id2label": {
28
+ "0": "Unlikely",
29
+ "1": "Likely"
30
+ },
31
+ "label2id": {
32
+ "Unlikely": 0,
33
+ "Likely": 1
34
+ },
35
+ "max_len": 128
36
  }