not-lain commited on
Commit
5cf6da5
1 Parent(s): 322b177

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json CHANGED
@@ -26,4 +26,12 @@
26
  "type_vocab_size": 2,
27
  "use_cache": true,
28
  "vocab_size": 30522,
 
 
 
 
 
 
 
 
29
  }
 
26
  "type_vocab_size": 2,
27
  "use_cache": true,
28
  "vocab_size": 30522,
29
+ "id2label":{
30
+ "0": "POSITIVE",
31
+ "1": "NEGATIVE"
32
+ },
33
+ "label2id":{
34
+ "POSITIVE": 0,
35
+ "NEGATIVE": 1
36
+ }
37
  }