yangwang825 commited on
Commit
5933a06
1 Parent(s): 0d5e23e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -8,7 +8,8 @@
8
  "bidirectional": true,
9
  "auto_map": {
10
  "AutoConfig": "configuration_bert.BertConfig",
11
- "AutoModel": "bert_layers.BertModel",
 
12
  "AutoModelForSequenceClassification": "bert_layers.BertForTextEncoding"
13
  },
14
  "classifier_dropout": null,
 
8
  "bidirectional": true,
9
  "auto_map": {
10
  "AutoConfig": "configuration_bert.BertConfig",
11
+ "AutoModel": "bert_layers.BertModel",
12
+ "AutoModelForMaskedLM": "bert_layers.BertModelForMaskedLM",
13
  "AutoModelForSequenceClassification": "bert_layers.BertForTextEncoding"
14
  },
15
  "classifier_dropout": null,