shmelev commited on
Commit
4a61581
1 Parent(s): c377702

commit from alex

Browse files
Files changed (2) hide show
  1. config.json +3 -0
  2. modeling_bert.py +0 -0
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",
 
2
  "architectures": [
3
  "BertForMaskedLM"
4
  ],
5
+ "auto_map": {
6
+ "AutoModel": "modeling_bert.BertForAPARENTSequenceRegression"
7
+ },
8
  "attention_probs_dropout_prob": 0.1,
9
  "gradient_checkpointing": false,
10
  "hidden_act": "gelu",
modeling_bert.py ADDED
The diff for this file is too large to render. See raw diff