FelipeGuerra commited on
Commit
fc6203b
1 Parent(s): 45d0828

Update config.json

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