rd211 commited on
Commit
bf4c8ae
·
verified ·
1 Parent(s): 98402b0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "architectures": [
3
- "InternLM2ForRewardModel"
4
  ],
5
  "attn_implementation": "eager",
6
  "auto_map": {
7
  "AutoConfig": "configuration_internlm2.InternLM2Config",
8
- "AutoModel": "modeling_internlm2.InternLM2ForRewardModel"
9
  },
10
  "bias": false,
11
  "bos_token_id": 1,
 
1
  {
2
  "architectures": [
3
+ "InternLM2ForSequenceClassification"
4
  ],
5
  "attn_implementation": "eager",
6
  "auto_map": {
7
  "AutoConfig": "configuration_internlm2.InternLM2Config",
8
+ "AutoModel": "modeling_internlm2.InternLM2ForSequenceClassification"
9
  },
10
  "bias": false,
11
  "bos_token_id": 1,