chrisociepa commited on
Commit
3043c50
·
verified ·
1 Parent(s): c2af16d

Update config.json

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