l3cube-pune commited on
Commit
ce95c52
1 Parent(s): a4d415a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -1
config.json CHANGED
@@ -26,5 +26,13 @@
26
  "transformers_version": "4.22.0",
27
  "type_vocab_size": 1,
28
  "use_cache": true,
29
- "vocab_size": 250002
 
 
 
 
 
 
 
 
30
  }
 
26
  "transformers_version": "4.22.0",
27
  "type_vocab_size": 1,
28
  "use_cache": true,
29
+ "vocab_size": 250002,
30
+ "id2label": {
31
+ "0": "Non-Hate",
32
+ "1": "Hate"
33
+ },
34
+ "label2id": {
35
+ "Non-Hate": 0,
36
+ "Hate": 1
37
+ },
38
  }