shmelev commited on
Commit
d3a336a
·
1 Parent(s): 249c78b

commit from alex

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "architectures": [
3
- "BertForAPARENTSequenceRegression"
4
  ],
5
  "auto_map": {
6
- "AutoModel": "modeling_bert.BertForAPARENTSequenceRegression"
7
  },
8
  "attention_probs_dropout_prob": 0.1,
9
  "gradient_checkpointing": false,
 
1
  {
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,