shmelev commited on
Commit
5bbf213
1 Parent(s): d7aaec0

Upload file

Browse files
Files changed (1) hide show
  1. config.json +4 -1
config.json CHANGED
@@ -2,6 +2,9 @@
2
  "architectures": [
3
  "BertForMaskedLM"
4
  ],
 
 
 
5
  "attention_probs_dropout_prob": 0.1,
6
  "gradient_checkpointing": false,
7
  "hidden_act": "gelu",
@@ -21,4 +24,4 @@
21
  "type_vocab_size": 2,
22
  "use_cache": true,
23
  "vocab_size": 32000
24
- }
 
2
  "architectures": [
3
  "BertForMaskedLM"
4
  ],
5
+ "auto_map": {
6
+ "AutoModel": "modeling_bert.BertForMaskedLM"
7
+ },
8
  "attention_probs_dropout_prob": 0.1,
9
  "gradient_checkpointing": false,
10
  "hidden_act": "gelu",
 
24
  "type_vocab_size": 2,
25
  "use_cache": true,
26
  "vocab_size": 32000
27
+ }