x54-729 commited on
Commit
6534704
1 Parent(s): 644e2a5

fix pad_token_id

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -18,7 +18,7 @@
18
  "model_type": "internlm",
19
  "num_attention_heads": 32,
20
  "num_hidden_layers": 32,
21
- "pad_token_id": 0,
22
  "rms_norm_eps": 1e-06,
23
  "tie_word_embeddings": false,
24
  "torch_dtype": "float16",
 
18
  "model_type": "internlm",
19
  "num_attention_heads": 32,
20
  "num_hidden_layers": 32,
21
+ "pad_token_id": 2,
22
  "rms_norm_eps": 1e-06,
23
  "tie_word_embeddings": false,
24
  "torch_dtype": "float16",