Commit
·
ede2e10
1
Parent(s):
dc12aad
yo
Browse files- config.json +4 -1
config.json
CHANGED
@@ -5,5 +5,8 @@
|
|
5 |
"auto_map": {
|
6 |
"AutoModel": "custom_model.CustomModel",
|
7 |
"AutoConfig": "custom_model.CustomModelConfig"
|
8 |
-
}
|
|
|
|
|
|
|
9 |
}
|
|
|
5 |
"auto_map": {
|
6 |
"AutoModel": "custom_model.CustomModel",
|
7 |
"AutoConfig": "custom_model.CustomModelConfig"
|
8 |
+
},
|
9 |
+
"architectures": [
|
10 |
+
"CustomLM"
|
11 |
+
]
|
12 |
}
|