naghamghanim commited on
Commit
73ca02c
·
verified ·
1 Parent(s): deee867

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -1
config.json CHANGED
@@ -22,5 +22,12 @@
22
  "transformers_version": "4.27.4",
23
  "type_vocab_size": 1,
24
  "use_cache": true,
25
- "vocab_size": 52000
 
 
 
 
 
 
 
26
  }
 
22
  "transformers_version": "4.27.4",
23
  "type_vocab_size": 1,
24
  "use_cache": true,
25
+ "vocab_size": 52000,
26
+ "id2label": {
27
+ "0": "Positive",
28
+ "1": "Negative"
29
+ },
30
+ "label2id": {
31
+ "Positive": 0,
32
+ "Negative": 1
33
  }