rimon-dutta commited on
Commit
ffbee6f
·
verified ·
1 Parent(s): 474fb27

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -2
config.json CHANGED
@@ -6,7 +6,10 @@
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 128000,
8
  "dtype": "float16",
9
- "eos_token_id": 128001,
 
 
 
10
  "head_dim": 128,
11
  "hidden_act": "silu",
12
  "hidden_size": 3072,
@@ -34,4 +37,4 @@
34
  "unsloth_fixed": true,
35
  "use_cache": true,
36
  "vocab_size": 128256
37
- }
 
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 128000,
8
  "dtype": "float16",
9
+ "eos_token_id": [
10
+ 128001,
11
+ 128009
12
+ ],
13
  "head_dim": 128,
14
  "hidden_act": "silu",
15
  "hidden_size": 3072,
 
37
  "unsloth_fixed": true,
38
  "use_cache": true,
39
  "vocab_size": 128256
40
+ }