Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "internlm
|
| 3 |
"architectures": [
|
| 4 |
"InternLM2ForCausalLM"
|
| 5 |
],
|
| 6 |
"attn_implementation": "eager",
|
| 7 |
"auto_map": {
|
| 8 |
"AutoConfig": "configuration_internlm2.InternLM2Config",
|
| 9 |
-
"AutoModel": "
|
| 10 |
"AutoModelForCausalLM": "modeling_internlm2.InternLM2ForCausalLM"
|
| 11 |
},
|
| 12 |
"bias": false,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "recogna-nlp/internlm-chatbode-20b",
|
| 3 |
"architectures": [
|
| 4 |
"InternLM2ForCausalLM"
|
| 5 |
],
|
| 6 |
"attn_implementation": "eager",
|
| 7 |
"auto_map": {
|
| 8 |
"AutoConfig": "configuration_internlm2.InternLM2Config",
|
| 9 |
+
"AutoModel": "modeling_internlm2.InternLM2ForCausalLM",
|
| 10 |
"AutoModelForCausalLM": "modeling_internlm2.InternLM2ForCausalLM"
|
| 11 |
},
|
| 12 |
"bias": false,
|