inflaton commited on
Commit
bf0dc7b
1 Parent(s): ef9dbe8

fix config

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "internlm/internlm2_5-7b-chat-1m",
3
  "architectures": [
4
  "InternLM2ForCausalLM"
5
  ],
@@ -7,7 +7,7 @@
7
  "auto_map": {
8
  "AutoConfig": "configuration_internlm2.InternLM2Config",
9
  "AutoModel": "modeling_internlm2.InternLM2ForCausalLM",
10
- "AutoModelForCausalLM": "internlm/internlm2_5-7b-chat-1m--modeling_internlm2.InternLM2ForCausalLM"
11
  },
12
  "bias": false,
13
  "bos_token_id": 1,
@@ -34,4 +34,4 @@
34
  "transformers_version": "4.42.3",
35
  "use_cache": true,
36
  "vocab_size": 92544
37
- }
 
1
  {
2
+ "_name_or_path": "internlm/InternLM_2_5-7b_LR",
3
  "architectures": [
4
  "InternLM2ForCausalLM"
5
  ],
 
7
  "auto_map": {
8
  "AutoConfig": "configuration_internlm2.InternLM2Config",
9
  "AutoModel": "modeling_internlm2.InternLM2ForCausalLM",
10
+ "AutoModelForCausalLM": "internlm/InternLM_2_5-7b_LR--modeling_internlm2.InternLM2ForCausalLM"
11
  },
12
  "bias": false,
13
  "bos_token_id": 1,
 
34
  "transformers_version": "4.42.3",
35
  "use_cache": true,
36
  "vocab_size": 92544
37
+ }