Update config.json
Browse files- config.json +8 -8
config.json
CHANGED
@@ -31,6 +31,13 @@
|
|
31 |
"initializer_range": 0.02,
|
32 |
"intermediate_size": 3072,
|
33 |
"label2id": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
"LABEL_10": 10,
|
35 |
"LABEL_11": 11,
|
36 |
"LABEL_12": 12,
|
@@ -39,14 +46,7 @@
|
|
39 |
"LABEL_15": 15,
|
40 |
"LABEL_7": 7,
|
41 |
"LABEL_8": 8,
|
42 |
-
"LABEL_9": 9
|
43 |
-
"identity_attack": 3,
|
44 |
-
"insult": 4,
|
45 |
-
"obscene": 2,
|
46 |
-
"severe_toxicity": 1,
|
47 |
-
"sexual_explicit": 6,
|
48 |
-
"threat": 5,
|
49 |
-
"toxicity": 0
|
50 |
},
|
51 |
"layer_norm_eps": 1e-05,
|
52 |
"max_position_embeddings": 514,
|
|
|
31 |
"initializer_range": 0.02,
|
32 |
"intermediate_size": 3072,
|
33 |
"label2id": {
|
34 |
+
"toxicity": 0,
|
35 |
+
"severe_toxicity": 1,
|
36 |
+
"obscene": 2,
|
37 |
+
"identity_attack": 3,
|
38 |
+
"insult": 4,
|
39 |
+
"threat": 5,
|
40 |
+
"sexual_explicit": 6,
|
41 |
"LABEL_10": 10,
|
42 |
"LABEL_11": 11,
|
43 |
"LABEL_12": 12,
|
|
|
46 |
"LABEL_15": 15,
|
47 |
"LABEL_7": 7,
|
48 |
"LABEL_8": 8,
|
49 |
+
"LABEL_9": 9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
},
|
51 |
"layer_norm_eps": 1e-05,
|
52 |
"max_position_embeddings": 514,
|