Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
"bidirectional": true,
|
9 |
"auto_map": {
|
10 |
"AutoConfig": "configuration_bert.BertConfig",
|
11 |
-
"
|
12 |
"AutoTokenizer": "bert-base-uncased"
|
13 |
},
|
14 |
"classifier_dropout": null,
|
|
|
8 |
"bidirectional": true,
|
9 |
"auto_map": {
|
10 |
"AutoConfig": "configuration_bert.BertConfig",
|
11 |
+
"AutoModelForTextEncoding": "bert_layers.BertForTextEncoding",
|
12 |
"AutoTokenizer": "bert-base-uncased"
|
13 |
},
|
14 |
"classifier_dropout": null,
|