asahi417 commited on
Commit
c77b3b9
1 Parent(s): afebc0c

Update config.json

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