charlesxsh commited on
Commit
ede2e10
·
1 Parent(s): dc12aad
Files changed (1) hide show
  1. 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
  }