l3cube-pune commited on
Commit
1406855
1 Parent(s): 554f0e1

Update config.json

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