Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"AlbertLSTMForSequenceClassification"
|
| 4 |
],
|
| 5 |
"auto_map": {
|
| 6 |
-
"AutoConfig": "
|
| 7 |
"AutoModelForSequenceClassification": "model.AlbertLSTMForSequenceClassification"
|
| 8 |
},
|
| 9 |
"dropout_rate": 0.1,
|
|
|
|
| 3 |
"AlbertLSTMForSequenceClassification"
|
| 4 |
],
|
| 5 |
"auto_map": {
|
| 6 |
+
"AutoConfig": "model.AlbertLSTMConfig",
|
| 7 |
"AutoModelForSequenceClassification": "model.AlbertLSTMForSequenceClassification"
|
| 8 |
},
|
| 9 |
"dropout_rate": 0.1,
|