Remove path from `config.json`
Browse files- config.json +1 -4
config.json
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"architectures": [
|
4 |
-
"BertModel"
|
5 |
-
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
8 |
"gradient_checkpointing": false,
|
|
|
1 |
{
|
2 |
+
"architectures": ["BertModel"],
|
|
|
|
|
|
|
3 |
"attention_probs_dropout_prob": 0.1,
|
4 |
"classifier_dropout": null,
|
5 |
"gradient_checkpointing": false,
|