Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -23,7 +23,7 @@
|
|
| 23 |
"vocab_size": 128000,
|
| 24 |
"auto_map": {
|
| 25 |
"AutoConfig": "configuration_bert2d.Bert2DConfig",
|
| 26 |
-
"AutoModel": "modeling_bert2d.Bert2DModel"
|
| 27 |
"AutoModelForMaskedLM": "modeling_bert2d.Bert2DForMaskedLM",
|
| 28 |
"AutoTokenizer": [
|
| 29 |
"tokenization_bert2d.Bert2DTokenizer",
|
|
|
|
| 23 |
"vocab_size": 128000,
|
| 24 |
"auto_map": {
|
| 25 |
"AutoConfig": "configuration_bert2d.Bert2DConfig",
|
| 26 |
+
"AutoModel": "modeling_bert2d.Bert2DModel",
|
| 27 |
"AutoModelForMaskedLM": "modeling_bert2d.Bert2DForMaskedLM",
|
| 28 |
"AutoTokenizer": [
|
| 29 |
"tokenization_bert2d.Bert2DTokenizer",
|