Felladrin commited on
Commit
253769f
·
verified ·
1 Parent(s): 0a4d02b

Fix the `eos_token_id`

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