sino
commited on
Commit
·
8d2d274
1
Parent(s):
1f68a58
Upload config.json
Browse files- config.json +10 -0
config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"MAEForCausalLM"
|
4 |
+
],
|
5 |
+
"auto_map": {
|
6 |
+
"AutoConfig": "configuration_maelm.MAELMConfig",
|
7 |
+
"AutoModel": "modeling_maelm.MAEForCausalLM"
|
8 |
+
},
|
9 |
+
"model_type": "MAELM"
|
10 |
+
}
|