kd13 commited on
Commit
7d65022
·
verified ·
1 Parent(s): 4cbec03

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -5,7 +5,8 @@
5
  "attention_probs_dropout_prob": 0.1,
6
  "auto_map": {
7
  "AutoConfig": "configuration_mybert.MyBertConfig",
8
- "AutoModelForMaskedLM": "modeling_mybert.MyBertForMaskedLM"
 
9
  },
10
  "dtype": "float32",
11
  "hidden_dropout_prob": 0.1,
 
5
  "attention_probs_dropout_prob": 0.1,
6
  "auto_map": {
7
  "AutoConfig": "configuration_mybert.MyBertConfig",
8
+ "AutoModelForMaskedLM": "modeling_mybert.MyBertForMaskedLM",
9
+ "AutoModel": "modeling_mybert.MyBertModel"
10
  },
11
  "dtype": "float32",
12
  "hidden_dropout_prob": 0.1,