Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -4,6 +4,7 @@
|
|
4 |
],
|
5 |
"auto_map": {
|
6 |
"AutoConfig": "configuration_internlm.InternLMConfig",
|
|
|
7 |
"AutoModelForCausalLM": "modeling_internlm.InternLMForCausalLM"
|
8 |
},
|
9 |
"bias": true,
|
|
|
4 |
],
|
5 |
"auto_map": {
|
6 |
"AutoConfig": "configuration_internlm.InternLMConfig",
|
7 |
+
"AutoModel": "modeling_internlm.InternLMModel",
|
8 |
"AutoModelForCausalLM": "modeling_internlm.InternLMForCausalLM"
|
9 |
},
|
10 |
"bias": true,
|