OpenJMLA / config.json
sino
Update config.json
0ab1e96
raw
history blame
No virus
259 Bytes
{
"architectures": [
"MAEForCausalLM"
],
"auto_map": {
"AutoConfig": "configuration_maelm.MAELMConfig",
"AutoModel": "modeling_maelm.MAEForCausalLM",
"AutoModelForCausalLM": "modeling_maelm.MAEForCausalLM"
},
"model_type": "MAELM"
}