rd211 commited on
Commit
fd81e23
·
verified ·
1 Parent(s): 029baac

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -5
config.json CHANGED
@@ -1,13 +1,12 @@
1
  {
2
- "_name_or_path": "eth-dl-rewards/internlm2-7b-mod",
3
  "architectures": [
4
- "InternLM2ForSequenceClassification"
5
  ],
6
- "attn_implementation": "eager",
7
  "auto_map": {
8
  "AutoConfig": "configuration_internlm2.InternLM2Config",
9
- "AutoModel": "eth-dl-rewards/internlm2-7b-mod--modeling_internlm2.InternLM2ForSequenceClassification",
10
- "AutoModelForCausalLM": "eth-dl-rewards/internlm2-7b-mod--modeling_internlm2.InternLM2ForCausalLM"
11
  },
12
  "bias": false,
13
  "bos_token_id": 1,
 
1
  {
 
2
  "architectures": [
3
+ "InternLM2ForCausalLM"
4
  ],
5
+
6
  "auto_map": {
7
  "AutoConfig": "configuration_internlm2.InternLM2Config",
8
+ "AutoModelForCausalLM": "modeling_internlm2.InternLM2ForCausalLM",
9
+ "AutoModel": "modeling_internlm2.InternLM2ForSequenceClassification"
10
  },
11
  "bias": false,
12
  "bos_token_id": 1,