Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"auto_map": {
|
6 |
"AutoConfig": "configuration_manta.MantaConfig",
|
7 |
"AutoModel": "modeling_manta.MantaModel",
|
8 |
-
"AutoModelForSeq2SeqLM": "modeling_manta.
|
9 |
},
|
10 |
"byte_embedding_dim": 64,
|
11 |
"d_ff": 2048,
|
|
|
5 |
"auto_map": {
|
6 |
"AutoConfig": "configuration_manta.MantaConfig",
|
7 |
"AutoModel": "modeling_manta.MantaModel",
|
8 |
+
"AutoModelForSeq2SeqLM": "modeling_manta.MantaForConditionalGeneration"
|
9 |
},
|
10 |
"byte_embedding_dim": 64,
|
11 |
"d_ff": 2048,
|