Update config.json
Browse files- 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,
|