maximuspowers commited on
Commit
db1b9c1
1 Parent(s): 30dd4fa

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
+ "num_labels": 2,
28
+ "id2label": {
29
+ "0": "Unlikely",
30
+ "1": "Likely"
31
+ },
32
+ "label2id": {
33
+ "Unlikely": 0,
34
+ "Likely": 1
35
+ }
36
  }