yangwang825
commited on
Commit
•
cbcdf36
1
Parent(s):
f136a72
Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -7,7 +7,8 @@
|
|
7 |
"attention_probs_dropout_prob": 0.1,
|
8 |
"auto_map": {
|
9 |
"AutoConfig": "configuration_bert.BertConfig",
|
10 |
-
"AutoModelForMaskedLM": "bert_layers.BertForMaskedLM"
|
|
|
11 |
},
|
12 |
"classifier_dropout": null,
|
13 |
"gradient_checkpointing": false,
|
|
|
7 |
"attention_probs_dropout_prob": 0.1,
|
8 |
"auto_map": {
|
9 |
"AutoConfig": "configuration_bert.BertConfig",
|
10 |
+
"AutoModelForMaskedLM": "bert_layers.BertForMaskedLM",
|
11 |
+
"AutoModelForSequenceClassification": "BertForSequenceClassification"
|
12 |
},
|
13 |
"classifier_dropout": null,
|
14 |
"gradient_checkpointing": false,
|