Update config.json
Browse files- config.json +8 -16
config.json
CHANGED
@@ -1,18 +1,10 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
"dt_max": 0.1,
|
11 |
-
"dt_min": 0.001,
|
12 |
-
"dt_rank": "auto",
|
13 |
-
"dt_scale": 1.0,
|
14 |
-
"dtype": null,
|
15 |
-
"expand": 2,
|
16 |
-
"layer_idx": null,
|
17 |
-
"use_fast_path": true
|
18 |
}
|
|
|
1 |
{
|
2 |
+
"d_model": 768,
|
3 |
+
"n_layer": 24,
|
4 |
+
"vocab_size": 50277,
|
5 |
+
"ssm_cfg": {},
|
6 |
+
"rms_norm": true,
|
7 |
+
"residual_in_fp32": true,
|
8 |
+
"fused_add_norm": true,
|
9 |
+
"pad_vocab_size_multiple": 8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
}
|