fix label2id
Browse files- 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": "
|
15 |
-
"1": "
|
16 |
-
"2": "
|
17 |
-
"3": "
|
18 |
-
"4": "
|
19 |
-
"5": "
|
20 |
-
"6": "
|
21 |
-
"7": "
|
22 |
-
"8": "
|
23 |
-
"9": "
|
24 |
-
"10": "
|
25 |
-
"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,
|