introvoyz041 commited on
Commit
11a4f48
·
verified ·
1 Parent(s): a399463

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +92 -0
config.json ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "GraniteMoeHybridForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "attention_multiplier": 0.015625,
8
+ "bos_token_id": 100257,
9
+ "embedding_multiplier": 12,
10
+ "eos_token_id": 100257,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 768,
13
+ "init_method": "mup",
14
+ "initializer_range": 0.1,
15
+ "intermediate_size": 2048,
16
+ "layer_types": [
17
+ "mamba",
18
+ "mamba",
19
+ "mamba",
20
+ "mamba",
21
+ "mamba",
22
+ "mamba",
23
+ "mamba",
24
+ "mamba",
25
+ "mamba",
26
+ "mamba",
27
+ "attention",
28
+ "mamba",
29
+ "mamba",
30
+ "attention",
31
+ "mamba",
32
+ "mamba",
33
+ "mamba",
34
+ "attention",
35
+ "mamba",
36
+ "mamba",
37
+ "mamba",
38
+ "mamba",
39
+ "mamba",
40
+ "mamba",
41
+ "mamba",
42
+ "mamba",
43
+ "mamba",
44
+ "attention",
45
+ "mamba",
46
+ "mamba",
47
+ "mamba",
48
+ "mamba"
49
+ ],
50
+ "logits_scaling": 3,
51
+ "mamba_chunk_size": 256,
52
+ "mamba_conv_bias": true,
53
+ "mamba_d_conv": 4,
54
+ "mamba_d_head": 32,
55
+ "mamba_d_state": 128,
56
+ "mamba_expand": 2,
57
+ "mamba_n_groups": 1,
58
+ "mamba_n_heads": 48,
59
+ "mamba_proj_bias": false,
60
+ "max_position_embeddings": 32768,
61
+ "model_type": "granitemoehybrid",
62
+ "normalization_function": "rmsnorm",
63
+ "num_attention_heads": 12,
64
+ "num_experts_per_tok": 0,
65
+ "num_hidden_layers": 32,
66
+ "num_key_value_heads": 4,
67
+ "num_local_experts": 0,
68
+ "output_router_logits": false,
69
+ "pad_token_id": 100256,
70
+ "position_embedding_type": "nope",
71
+ "quantization": {
72
+ "group_size": 64,
73
+ "bits": 4,
74
+ "mode": "affine"
75
+ },
76
+ "quantization_config": {
77
+ "group_size": 64,
78
+ "bits": 4,
79
+ "mode": "affine"
80
+ },
81
+ "residual_multiplier": 0.246,
82
+ "rms_norm_eps": 1e-05,
83
+ "rope_scaling": null,
84
+ "rope_theta": 10000,
85
+ "router_aux_loss_coef": 0.01,
86
+ "shared_intermediate_size": 2048,
87
+ "tie_word_embeddings": true,
88
+ "torch_dtype": "bfloat16",
89
+ "transformers_version": "4.56.0",
90
+ "use_cache": true,
91
+ "vocab_size": 100352
92
+ }