Update config.json
Browse files- config.json +12 -12
config.json
CHANGED
@@ -10,22 +10,22 @@
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
-
"0": "
|
14 |
-
"1": "
|
15 |
-
"2": "
|
16 |
-
"3": "
|
17 |
-
"4": "
|
18 |
-
"5": "
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"intermediate_size": 3072,
|
22 |
"label2id": {
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
},
|
30 |
"layer_norm_eps": 1e-12,
|
31 |
"max_position_embeddings": 512,
|
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
+
"0": "toxic",
|
14 |
+
"1": "severe_toxic",
|
15 |
+
"2": "obscene",
|
16 |
+
"3": "threat",
|
17 |
+
"4": "insult",
|
18 |
+
"5": "identity_hate"
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"intermediate_size": 3072,
|
22 |
"label2id": {
|
23 |
+
"toxic": 0,
|
24 |
+
"severe_toxic": 1,
|
25 |
+
"obscene": 2,
|
26 |
+
"threat": 3,
|
27 |
+
"insult": 4,
|
28 |
+
"identity_hate ": 5
|
29 |
},
|
30 |
"layer_norm_eps": 1e-12,
|
31 |
"max_position_embeddings": 512,
|