alex43219 commited on
Commit
41e6aeb
·
verified ·
1 Parent(s): e70c117

Add default padding token

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -5,6 +5,7 @@
5
  "attention_dropout": 0.0,
6
  "bos_token_id": 1,
7
  "eos_token_id": 2,
 
8
  "head_dim": 128,
9
  "hidden_act": "silu",
10
  "hidden_size": 5120,
 
5
  "attention_dropout": 0.0,
6
  "bos_token_id": 1,
7
  "eos_token_id": 2,
8
+ "pad_token_id": 2,
9
  "head_dim": 128,
10
  "hidden_act": "silu",
11
  "hidden_size": 5120,