system HF staff commited on
Commit
32d9c76
1 Parent(s): dc58a97

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -1
config.json CHANGED
@@ -21,5 +21,13 @@
21
  "tie_weights_": true,
22
  "torchscript": false,
23
  "use_bfloat16": false,
24
- "vocab_size": 30522
 
 
 
 
 
 
 
 
25
  }
21
  "tie_weights_": true,
22
  "torchscript": false,
23
  "use_bfloat16": false,
24
+ "vocab_size": 30522,
25
+ "label2id": {
26
+ "NEGATIVE": 0,
27
+ "POSITIVE": 1
28
+ },
29
+ "id2label": {
30
+ "0": "NEGATIVE",
31
+ "1": "POSITIVE"
32
+ }
33
  }