Fix broken JSON
Browse files- config.json +1 -1
config.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"BertModel"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
-
"AutoConfig": "custom_configuration.CustomBertConfig"
|
8 |
},
|
9 |
"attention_probs_dropout_prob": 0.1,
|
10 |
"classifier_dropout": null,
|
|
|
4 |
"BertModel"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
+
"AutoConfig": "custom_configuration.CustomBertConfig"
|
8 |
},
|
9 |
"attention_probs_dropout_prob": 0.1,
|
10 |
"classifier_dropout": null,
|