krystv commited on
Commit
e85c5e9
·
verified ·
1 Parent(s): 62bbbde

Upload config.json with huggingface_hub

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