pere commited on
Commit
a34b979
·
verified ·
1 Parent(s): e872520

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": 64,
10
  "hidden_act": "silu",
11
  "hidden_size": 2048,
@@ -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": 64,
11
  "hidden_act": "silu",
12
  "hidden_size": 2048,
 
33
  "transformers_version": "4.53.3",
34
  "use_cache": true,
35
  "vocab_size": 128256
36
+ }