Update config.json
Browse files- config.json +4 -0
config.json
CHANGED
@@ -4,6 +4,10 @@
|
|
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": "NEGATIVE",
|
9 |
+
"1": "POSITIVE"
|
10 |
+
},
|
11 |
"attention_dropout": 0.1,
|
12 |
"dim": 768,
|
13 |
"dropout": 0.1,
|