ssdataanalysis commited on
Commit
cc3378d
·
verified ·
1 Parent(s): 88d028b

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +41 -0
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "JambaForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "attn_layer_offset": 4,
7
+ "attn_layer_period": 8,
8
+ "bos_token_id": 1,
9
+ "dtype": "bfloat16",
10
+ "eos_token_id": 519,
11
+ "expert_layer_offset": 1,
12
+ "expert_layer_period": 2,
13
+ "hidden_act": "silu",
14
+ "hidden_size": 4096,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 14336,
17
+ "mamba_conv_bias": true,
18
+ "mamba_d_conv": 4,
19
+ "mamba_d_state": 16,
20
+ "mamba_dt_rank": 256,
21
+ "mamba_expand": 2,
22
+ "mamba_proj_bias": false,
23
+ "max_position_embeddings": 262144,
24
+ "model_type": "jamba",
25
+ "num_attention_heads": 32,
26
+ "num_experts": 16,
27
+ "num_experts_per_tok": 2,
28
+ "num_hidden_layers": 32,
29
+ "num_key_value_heads": 8,
30
+ "num_logits_to_keep": 1,
31
+ "output_router_logits": false,
32
+ "pad_token_id": 0,
33
+ "rms_norm_eps": 1e-06,
34
+ "router_aux_loss_coef": 0.001,
35
+ "sliding_window": null,
36
+ "tie_word_embeddings": false,
37
+ "transformers_version": "4.56.1",
38
+ "use_cache": true,
39
+ "use_mamba_kernels": true,
40
+ "vocab_size": 65536
41
+ }