pere commited on
Commit
92266d0
·
verified ·
1 Parent(s): 26c39a5

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -2
config.json CHANGED
@@ -5,7 +5,8 @@
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 128000,
8
- "eos_token_id": 128001,
 
9
  "head_dim": 128,
10
  "hidden_act": "silu",
11
  "hidden_size": 4096,
@@ -32,4 +33,4 @@
32
  "transformers_version": "4.53.3",
33
  "use_cache": true,
34
  "vocab_size": 128256
35
- }
 
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 128000,
8
+ "eos_token_id": 128009,
9
+ "pad_token_id": 128009,
10
  "head_dim": 128,
11
  "hidden_act": "silu",
12
  "hidden_size": 4096,
 
33
  "transformers_version": "4.53.3",
34
  "use_cache": true,
35
  "vocab_size": 128256
36
+ }