Upload config.json
Browse files- config.json +35 -0
config.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 0,
|
3 |
+
"chunk_size": 256,
|
4 |
+
"conv_kernel": 4,
|
5 |
+
"eos_token_id": 0,
|
6 |
+
"expand": 2,
|
7 |
+
"head_dim": 64,
|
8 |
+
"hidden_act": "silu",
|
9 |
+
"hidden_size": 2048,
|
10 |
+
"initializer_range": 0.1,
|
11 |
+
"layer_norm_epsilon": 1e-05,
|
12 |
+
"model_type": "mamba2",
|
13 |
+
"n_groups": 1,
|
14 |
+
"num_heads": 64,
|
15 |
+
"num_hidden_layers": 48,
|
16 |
+
"pad_token_id": 0,
|
17 |
+
"rescale_prenorm_residual": false,
|
18 |
+
"residual_in_fp32": true,
|
19 |
+
"rms_norm": true,
|
20 |
+
"state_size": 128,
|
21 |
+
"tie_word_embeddings": true,
|
22 |
+
"time_step_floor": 0.0001,
|
23 |
+
"time_step_limit": [
|
24 |
+
0.0,
|
25 |
+
Infinity
|
26 |
+
],
|
27 |
+
"time_step_max": 0.1,
|
28 |
+
"time_step_min": 0.001,
|
29 |
+
"time_step_rank": 256,
|
30 |
+
"transformers_version": "4.45.0",
|
31 |
+
"use_bias": false,
|
32 |
+
"use_cache": true,
|
33 |
+
"use_conv_bias": true,
|
34 |
+
"vocab_size": 50288
|
35 |
+
}
|