Update config.json
Browse files- config.json +3 -0
config.json
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"activation": "gelu",
|
| 3 |
"attention_dropout": 0.1,
|
|
|
|
|
|
|
|
|
|
| 4 |
"dim": 32,
|
| 5 |
"dropout": 0.1,
|
| 6 |
"hidden_act": "gelu",
|
|
|
|
| 1 |
{
|
| 2 |
"activation": "gelu",
|
| 3 |
"attention_dropout": 0.1,
|
| 4 |
+
"architectures": [
|
| 5 |
+
"DistilBertForSequenceClassification"
|
| 6 |
+
],
|
| 7 |
"dim": 32,
|
| 8 |
"dropout": 0.1,
|
| 9 |
"hidden_act": "gelu",
|