hassan4830
commited on
Commit
•
c67f0b4
1
Parent(s):
284b953
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 |
+
"negative",
|
9 |
+
"positive"
|
10 |
+
],
|
11 |
"attention_dropout": 0.1,
|
12 |
"dim": 768,
|
13 |
"dropout": 0.1,
|