Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -19,8 +19,8 @@
|
|
19 |
"hidden_dropout_prob": 0.1,
|
20 |
"hidden_size": 768,
|
21 |
"id2label": {
|
22 |
-
"0":
|
23 |
-
"1":
|
24 |
},
|
25 |
"initializer_range": 0.02,
|
26 |
"intermediate_size": 3072,
|
|
|
19 |
"hidden_dropout_prob": 0.1,
|
20 |
"hidden_size": 768,
|
21 |
"id2label": {
|
22 |
+
"0": "not-hate",
|
23 |
+
"1": "hate"
|
24 |
},
|
25 |
"initializer_range": 0.02,
|
26 |
"intermediate_size": 3072,
|