tk523 commited on
Commit
68dcd5e
1 Parent(s): 2c62e15

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json CHANGED
@@ -31,4 +31,12 @@
31
  "transformers_version": "4.42.3",
32
  "type_vocab_size": 2,
33
  "vocab_size": 30000
 
 
 
 
 
 
 
 
34
  }
 
31
  "transformers_version": "4.42.3",
32
  "type_vocab_size": 2,
33
  "vocab_size": 30000
34
+ "id2label": {
35
+ "0": "Non-Stereotype",
36
+ "1": "Stereotype"
37
+ },
38
+ "label2id": {
39
+ "non-stereotype": 0,
40
+ "stereotype": 1
41
+ }
42
  }