BrightXiaoHan commited on
Commit
d581435
1 Parent(s): 5861b33

fix label2id

Browse files
Files changed (1) hide show
  1. config.json +12 -12
config.json CHANGED
@@ -11,18 +11,18 @@
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
- "0": "LABEL_0",
15
- "1": "LABEL_1",
16
- "2": "LABEL_2",
17
- "3": "LABEL_3",
18
- "4": "LABEL_4",
19
- "5": "LABEL_5",
20
- "6": "LABEL_6",
21
- "7": "LABEL_7",
22
- "8": "LABEL_8",
23
- "9": "LABEL_9",
24
- "10": "LABEL_10",
25
- "11": "LABEL_11"
26
  },
27
  "initializer_range": 0.02,
28
  "intermediate_size": 3072,
 
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
+ "0": "compliant",
15
+ "1": "pornography",
16
+ "2": "violent",
17
+ "3": "toxicity",
18
+ "4": "politics",
19
+ "5": "advertising",
20
+ "6": "boycotting games",
21
+ "7": "cheating",
22
+ "8": "buying and selling resources",
23
+ "9": "buying and selling account",
24
+ "10": "non-official recharging",
25
+ "11": "diverting players to other games"
26
  },
27
  "initializer_range": 0.02,
28
  "intermediate_size": 3072,