Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -6,7 +6,8 @@
|
|
| 6 |
"attention_dropout": 0.1,
|
| 7 |
"auto_map": {
|
| 8 |
"AutoConfig": "configuration_lddbert.LddBertConfig",
|
| 9 |
-
"AutoModelForMaskedLM": "modeling_lddbert.LddBertForMaskedLM"
|
|
|
|
| 10 |
},
|
| 11 |
"dim": 768,
|
| 12 |
"dropout": 0.1,
|
|
|
|
| 6 |
"attention_dropout": 0.1,
|
| 7 |
"auto_map": {
|
| 8 |
"AutoConfig": "configuration_lddbert.LddBertConfig",
|
| 9 |
+
"AutoModelForMaskedLM": "modeling_lddbert.LddBertForMaskedLM",
|
| 10 |
+
"AutoModelForSequenceClassification": "modeling_lddbert.LddBertForSequenceClassification"
|
| 11 |
},
|
| 12 |
"dim": 768,
|
| 13 |
"dropout": 0.1,
|