Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
"auto_map": {
|
10 |
"AutoConfig": "configuration_bert.BertConfig",
|
11 |
"AutoModel": "bert_layers.BertModel",
|
12 |
-
"AutoModelForSequenceClassification": "bert_layers.BertForTextEncoding"
|
13 |
},
|
14 |
"classifier_dropout": null,
|
15 |
"gradient_checkpointing": false,
|
|
|
9 |
"auto_map": {
|
10 |
"AutoConfig": "configuration_bert.BertConfig",
|
11 |
"AutoModel": "bert_layers.BertModel",
|
12 |
+
"AutoModelForSequenceClassification": "bert_layers.BertForTextEncoding"
|
13 |
},
|
14 |
"classifier_dropout": null,
|
15 |
"gradient_checkpointing": false,
|