xzuyn commited on
Commit
d8c065d
1 Parent(s): 1286f51

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -2
config.json CHANGED
@@ -6,7 +6,11 @@
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
8
  "bos_token_id": 128000,
9
- "eos_token_id": 128001,
 
 
 
 
10
  "head_dim": 128,
11
  "hidden_act": "silu",
12
  "hidden_size": 3072,
@@ -31,6 +35,6 @@
31
  "tie_word_embeddings": true,
32
  "torch_dtype": "bfloat16",
33
  "transformers_version": "4.45.1",
34
- "use_cache": false,
35
  "vocab_size": 128256
36
  }
 
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
8
  "bos_token_id": 128000,
9
+ "eos_token_id": [
10
+ 128001,
11
+ 128008,
12
+ 128009
13
+ ],
14
  "head_dim": 128,
15
  "hidden_act": "silu",
16
  "hidden_size": 3072,
 
35
  "tie_word_embeddings": true,
36
  "torch_dtype": "bfloat16",
37
  "transformers_version": "4.45.1",
38
+ "use_cache": true,
39
  "vocab_size": 128256
40
  }