Update config.json
Browse files- config.json +8 -0
config.json
CHANGED
@@ -4,6 +4,14 @@
|
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
6 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
"attention_dropout": 0.1,
|
8 |
"dim": 768,
|
9 |
"dropout": 0.1,
|
|
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
6 |
],
|
7 |
+
"id2label": {
|
8 |
+
"0": "neutral",
|
9 |
+
"1": "toxic"
|
10 |
+
},
|
11 |
+
"label2id": {
|
12 |
+
"neutral": 0,
|
13 |
+
"toxic": 1
|
14 |
+
},
|
15 |
"attention_dropout": 0.1,
|
16 |
"dim": 768,
|
17 |
"dropout": 0.1,
|