siebert commited on
Commit
5077150
1 Parent(s): 8c625d0

More intuitive labeling

Browse files
Files changed (1) hide show
  1. config.json +9 -1
config.json CHANGED
@@ -19,5 +19,13 @@
19
  "num_hidden_layers": 24,
20
  "pad_token_id": 1,
21
  "type_vocab_size": 1,
22
- "vocab_size": 50265
 
 
 
 
 
 
 
 
23
  }
19
  "num_hidden_layers": 24,
20
  "pad_token_id": 1,
21
  "type_vocab_size": 1,
22
+ "vocab_size": 50265,
23
+ "id2label": {
24
+ "0": "NEGATIVE",
25
+ "1": "POSITIVE"
26
+ },
27
+ "label2id": {
28
+ "NEGATIVE": 0,
29
+ "POSITIVE": 1
30
+ }
31
  }