arnocandel commited on
Commit
43069d0
1 Parent(s): 47a1487

add pad token id

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -2,6 +2,7 @@
2
  "architectures": [
3
  "LlamaForCausalLM"
4
  ],
 
5
  "bos_token_id": 1,
6
  "eos_token_id": 2,
7
  "hidden_act": "silu",
 
2
  "architectures": [
3
  "LlamaForCausalLM"
4
  ],
5
+ "pad_token_id": 0,
6
  "bos_token_id": 1,
7
  "eos_token_id": 2,
8
  "hidden_act": "silu",