Johnyquest7 commited on
Commit
8a956eb
·
verified ·
1 Parent(s): 322390b

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -3
config.json CHANGED
@@ -5,7 +5,11 @@
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 128000,
8
- "eos_token_id": 128009,
 
 
 
 
9
  "head_dim": 64,
10
  "hidden_act": "silu",
11
  "hidden_size": 2048,
@@ -17,7 +21,6 @@
17
  "num_attention_heads": 32,
18
  "num_hidden_layers": 16,
19
  "num_key_value_heads": 8,
20
- "pad_token_id": 128004,
21
  "pretraining_tp": 1,
22
  "rms_norm_eps": 1e-05,
23
  "rope_scaling": {
@@ -30,7 +33,7 @@
30
  "rope_theta": 500000.0,
31
  "tie_word_embeddings": true,
32
  "torch_dtype": "bfloat16",
33
- "transformers_version": "4.51.3",
34
  "transformers.js_config": {
35
  "dtype": "q4f16",
36
  "kv_cache_dtype": "float16"
 
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 128000,
8
+ "eos_token_id": [
9
+ 128001,
10
+ 128008,
11
+ 128009
12
+ ],
13
  "head_dim": 64,
14
  "hidden_act": "silu",
15
  "hidden_size": 2048,
 
21
  "num_attention_heads": 32,
22
  "num_hidden_layers": 16,
23
  "num_key_value_heads": 8,
 
24
  "pretraining_tp": 1,
25
  "rms_norm_eps": 1e-05,
26
  "rope_scaling": {
 
33
  "rope_theta": 500000.0,
34
  "tie_word_embeddings": true,
35
  "torch_dtype": "bfloat16",
36
+ "transformers_version": "4.45.0.dev0",
37
  "transformers.js_config": {
38
  "dtype": "q4f16",
39
  "kv_cache_dtype": "float16"