Upload file
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
"auto_map": {
|
| 6 |
-
"AutoModel": "modeling_bert.
|
| 7 |
},
|
| 8 |
"attention_probs_dropout_prob": 0.1,
|
| 9 |
"gradient_checkpointing": false,
|
|
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
+
"BertForPreTraining"
|
| 4 |
],
|
| 5 |
"auto_map": {
|
| 6 |
+
"AutoModel": "modeling_bert.BertForPreTraining"
|
| 7 |
},
|
| 8 |
"attention_probs_dropout_prob": 0.1,
|
| 9 |
"gradient_checkpointing": false,
|