commit from alex
Browse files- config.json +3 -0
- 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
|
|
|