Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
"DistilBertForSequenceClassification"
|
| 7 |
],
|
| 8 |
"attention_dropout": 0.1,
|
| 9 |
-
"dim":
|
| 10 |
"dropout": 0.1,
|
| 11 |
"hidden_dim": 128,
|
| 12 |
"id2label": {
|
|
|
|
| 6 |
"DistilBertForSequenceClassification"
|
| 7 |
],
|
| 8 |
"attention_dropout": 0.1,
|
| 9 |
+
"dim": 768,
|
| 10 |
"dropout": 0.1,
|
| 11 |
"hidden_dim": 128,
|
| 12 |
"id2label": {
|