hails commited on
Commit
c8bc4bb
1 Parent(s): 4265a52

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +32 -0
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MambaForCausalLM"
4
+ ],
5
+ "bos_token_id": 0,
6
+ "conv_kernel": 4,
7
+ "eos_token_id": 0,
8
+ "expand": 2,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 768,
11
+ "initializer_range": 0.1,
12
+ "intermediate_size": 1536,
13
+ "layer_norm_epsilon": 1e-05,
14
+ "model_type": "mamba",
15
+ "num_hidden_layers": 24,
16
+ "pad_token_id": 0,
17
+ "rescale_prenorm_residual": false,
18
+ "residual_in_fp32": false,
19
+ "state_size": 16,
20
+ "time_step_floor": 0.0001,
21
+ "time_step_init_scheme": "random",
22
+ "time_step_max": 0.1,
23
+ "time_step_min": 0.001,
24
+ "time_step_rank": 48,
25
+ "time_step_scale": 1.0,
26
+ "torch_dtype": "float32",
27
+ "transformers_version": "4.39.0",
28
+ "use_bias": false,
29
+ "use_cache": true,
30
+ "use_conv_bias": true,
31
+ "vocab_size": 50304
32
+ }