telecomadm1145 commited on
Commit
919b9e1
·
verified ·
1 Parent(s): 58bec3d

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +39 -0
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Mamba2ForCausalLM"
4
+ ],
5
+ "bos_token_id": 2,
6
+ "chunk_size": 256,
7
+ "conv_kernel": 4,
8
+ "eos_token_id": 106,
9
+ "expand": 2,
10
+ "head_dim": 64,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 512,
13
+ "initializer_range": 0.1,
14
+ "layer_norm_epsilon": 1e-05,
15
+ "model_type": "mamba2",
16
+ "n_groups": 1,
17
+ "num_heads": 16,
18
+ "num_hidden_layers": 36,
19
+ "pad_token_id": 0,
20
+ "rescale_prenorm_residual": false,
21
+ "residual_in_fp32": true,
22
+ "rms_norm": true,
23
+ "state_size": 64,
24
+ "tie_word_embeddings": true,
25
+ "time_step_floor": 0.0001,
26
+ "time_step_limit": [
27
+ 0.0,
28
+ Infinity
29
+ ],
30
+ "time_step_max": 0.1,
31
+ "time_step_min": 0.001,
32
+ "time_step_rank": 32,
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.52.4",
35
+ "use_bias": false,
36
+ "use_cache": true,
37
+ "use_conv_bias": true,
38
+ "vocab_size": 262145
39
+ }