TheBloke commited on
Commit
050dbc9
1 Parent(s): 95f532f

Fix BOS/EOS token

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -5,7 +5,7 @@
5
  ],
6
  "attention_bias": false,
7
  "bos_token_id": 32001,
8
- "eos_token_id": 32001,
9
  "hidden_act": "silu",
10
  "hidden_size": 8192,
11
  "initializer_range": 0.02,
 
5
  ],
6
  "attention_bias": false,
7
  "bos_token_id": 32001,
8
+ "eos_token_id": 32000,
9
  "hidden_act": "silu",
10
  "hidden_size": 8192,
11
  "initializer_range": 0.02,