Tom Aarsen
commited on
Commit
·
7d7932e
1
Parent(s):
fdd629a
Remove AutoTokenizer from the config
Browse files- config.json +0 -1
config.json
CHANGED
|
@@ -9,7 +9,6 @@
|
|
| 9 |
"auto_map": {
|
| 10 |
"AutoConfig": "configuration_bert.BertConfig",
|
| 11 |
"AutoModelForSequenceClassification": "bert_layers.BertForTextEncoding",
|
| 12 |
-
"AutoTokenizer": "bert-base-uncased"
|
| 13 |
},
|
| 14 |
"classifier_dropout": null,
|
| 15 |
"gradient_checkpointing": false,
|
|
|
|
| 9 |
"auto_map": {
|
| 10 |
"AutoConfig": "configuration_bert.BertConfig",
|
| 11 |
"AutoModelForSequenceClassification": "bert_layers.BertForTextEncoding",
|
|
|
|
| 12 |
},
|
| 13 |
"classifier_dropout": null,
|
| 14 |
"gradient_checkpointing": false,
|