x54-729 commited on
Commit
a70f170
1 Parent(s): 86edf4c

fix pad_token_id

Browse files
Files changed (1) hide show
  1. config.json +1 -2
config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_name_or_path": "/nvme/shared_data/InternLM/20B/internlm-20b-chat",
3
  "architectures": [
4
  "InternLMForCausalLM"
5
  ],
@@ -20,7 +19,7 @@
20
  "num_attention_heads": 40,
21
  "num_hidden_layers": 60,
22
  "num_key_value_heads": 40,
23
- "pad_token_id": 0,
24
  "pretraining_tp": 1,
25
  "rms_norm_eps": 1e-06,
26
  "rope_scaling": null,
 
1
  {
 
2
  "architectures": [
3
  "InternLMForCausalLM"
4
  ],
 
19
  "num_attention_heads": 40,
20
  "num_hidden_layers": 60,
21
  "num_key_value_heads": 40,
22
+ "pad_token_id": 2,
23
  "pretraining_tp": 1,
24
  "rms_norm_eps": 1e-06,
25
  "rope_scaling": null,