rd211 commited on
Commit
50d1528
·
verified ·
1 Parent(s): e837025

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -9
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,
@@ -20,13 +20,13 @@
20
  "num_hidden_layers": 32,
21
  "num_key_value_heads": 8,
22
  "pad_token_id": 2,
23
- "reward_token_id": 92527,
24
  "rms_norm_eps": 1e-05,
25
- "rope_scaling": null,
26
  "rope_theta": 1000000,
 
27
  "tie_word_embeddings": false,
28
- "torch_dtype": "float16",
29
- "transformers_version": "4.41.2",
30
  "use_cache": true,
31
- "vocab_size": 92544
32
- }
 
 
1
  {
2
  "architectures": [
3
+ "InternLM2ForCausalLM"
4
  ],
 
5
  "auto_map": {
6
  "AutoConfig": "configuration_internlm2.InternLM2Config",
7
+ "AutoModelForCausalLM": "modeling_internlm2.InternLM2ForCausalLM",
8
+ "AutoModel": "modeling_internlm2.InternLM2ForSequenceClassification"
9
  },
10
  "bias": false,
11
  "bos_token_id": 1,
 
20
  "num_hidden_layers": 32,
21
  "num_key_value_heads": 8,
22
  "pad_token_id": 2,
 
23
  "rms_norm_eps": 1e-05,
 
24
  "rope_theta": 1000000,
25
+ "rope_scaling": null,
26
  "tie_word_embeddings": false,
27
+ "torch_dtype": "bfloat16",
28
+ "transformers_version": "4.41.0",
29
  "use_cache": true,
30
+ "vocab_size": 92544,
31
+ "pretraining_tp": 1
32
+ }