update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"attention_bias": false,
|
6 |
"attention_dropout": 0.0,
|
7 |
"bos_token_id": 1,
|
8 |
-
"eos_token_id":
|
9 |
"hidden_act": "silu",
|
10 |
"hidden_size": 5120,
|
11 |
"initializer_range": 0.02,
|
@@ -16,7 +16,7 @@
|
|
16 |
"num_attention_heads": 40,
|
17 |
"num_hidden_layers": 40,
|
18 |
"num_key_value_heads": 40,
|
19 |
-
"pad_token_id":
|
20 |
"pretraining_tp": 1,
|
21 |
"rms_norm_eps": 1e-05,
|
22 |
"rope_scaling": null,
|
|
|
5 |
"attention_bias": false,
|
6 |
"attention_dropout": 0.0,
|
7 |
"bos_token_id": 1,
|
8 |
+
"eos_token_id": 7,
|
9 |
"hidden_act": "silu",
|
10 |
"hidden_size": 5120,
|
11 |
"initializer_range": 0.02,
|
|
|
16 |
"num_attention_heads": 40,
|
17 |
"num_hidden_layers": 40,
|
18 |
"num_key_value_heads": 40,
|
19 |
+
"pad_token_id": 4,
|
20 |
"pretraining_tp": 1,
|
21 |
"rms_norm_eps": 1e-05,
|
22 |
"rope_scaling": null,
|