palomapiot
commited on
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -10,13 +10,13 @@
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
-
"0": "no hate
|
14 |
"1": "hate speech"
|
15 |
},
|
16 |
"initializer_range": 0.02,
|
17 |
"intermediate_size": 3072,
|
18 |
"label2id": {
|
19 |
-
"no hate
|
20 |
"hate speech": 1
|
21 |
},
|
22 |
"layer_norm_eps": 1e-12,
|
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
+
"0": "no hate",
|
14 |
"1": "hate speech"
|
15 |
},
|
16 |
"initializer_range": 0.02,
|
17 |
"intermediate_size": 3072,
|
18 |
"label2id": {
|
19 |
+
"no hate": 0,
|
20 |
"hate speech": 1
|
21 |
},
|
22 |
"layer_norm_eps": 1e-12,
|