Praful932 commited on
Commit
d1b6a97
1 Parent(s): 4f28c97

update pad and eos token id

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -6,7 +6,8 @@
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
8
  "bos_token_id": 128000,
9
- "eos_token_id": 128001,
 
10
  "hidden_act": "silu",
11
  "hidden_size": 4096,
12
  "initializer_range": 0.02,
 
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
8
  "bos_token_id": 128000,
9
+ "eos_token_id": 128009,
10
+ "pad_token_id": 128001,
11
  "hidden_act": "silu",
12
  "hidden_size": 4096,
13
  "initializer_range": 0.02,