Walid-Ahmed commited on
Commit
4c9bc0f
1 Parent(s): 6536438

Update config.json

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