File size: 9,401 Bytes
1f30715
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
{
    "architectures": [
        "Llama4ForCausalLM"
    ],
    "attention_bias": false,
    "attention_chunk_size": 32768,
    "attention_dropout": 0.0,
    "attn_scale": 0.1,
    "attn_temperature_tuning": false,
    "bos_token_id": 128000,
    "eos_token_id": [
        128001,
        128008,
        128009
    ],
    "floor_scale": 8192,
    "for_llm_compressor": false,
    "head_dim": 64,
    "hidden_act": "silu",
    "hidden_size": 1536,
    "initializer_range": 0.02,
    "interleave_moe_layer_step": 0,
    "intermediate_size": 8192,
    "intermediate_size_mlp": 6144,
    "layer_types": [
        "full_attention",
        "full_attention",
        "full_attention",
        "full_attention",
        "full_attention",
        "full_attention",
        "full_attention",
        "full_attention",
        "full_attention",
        "full_attention",
        "full_attention",
        "full_attention",
        "full_attention",
        "full_attention",
        "full_attention",
        "full_attention",
        "full_attention",
        "full_attention",
        "full_attention",
        "full_attention",
        "full_attention",
        "full_attention"
    ],
    "max_position_embeddings": 32768,
    "model_type": "llama4_text",
    "moe_layers": [],
    "no_rope_layers": [
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1
    ],
    "num_attention_heads": 24,
    "num_experts_per_tok": 0,
    "num_hidden_layers": 22,
    "num_key_value_heads": 6,
    "num_local_experts": 0,
    "output_router_logits": false,
    "rms_norm_eps": 1e-05,
    "rope_scaling": null,
    "rope_theta": 8000000.0,
    "router_aux_loss_coef": 0.001,
    "router_jitter_noise": 0.0,
    "tie_word_embeddings": true,
    "torch_dtype": "float32",
    "transformers_version": "4.55.0",
    "use_cache": true,
    "use_qk_norm": true,
    "vocab_size": 128256,
    "quantization": {
        "group_size": 64,
        "method": "mixed_precision_dynamic",
        "per_layer_bits": {
            "layers.0.attention.q_proj": 4,
            "layers.0.attention.k_proj": 4,
            "layers.0.attention.v_proj": 4,
            "layers.0.attention.o_proj": 8,
            "layers.0.feed_forward.gate_proj": 4,
            "layers.0.feed_forward.up_proj": 4,
            "layers.0.feed_forward.down_proj": 4,
            "layers.1.attention.q_proj": 4,
            "layers.1.attention.k_proj": 4,
            "layers.1.attention.v_proj": 4,
            "layers.1.attention.o_proj": 4,
            "layers.1.feed_forward.gate_proj": 4,
            "layers.1.feed_forward.up_proj": 4,
            "layers.1.feed_forward.down_proj": 4,
            "layers.2.attention.q_proj": 4,
            "layers.2.attention.k_proj": 4,
            "layers.2.attention.v_proj": 4,
            "layers.2.attention.o_proj": 4,
            "layers.2.feed_forward.gate_proj": 4,
            "layers.2.feed_forward.up_proj": 4,
            "layers.2.feed_forward.down_proj": 4,
            "layers.3.attention.q_proj": 4,
            "layers.3.attention.k_proj": 4,
            "layers.3.attention.v_proj": 4,
            "layers.3.attention.o_proj": 4,
            "layers.3.feed_forward.gate_proj": 4,
            "layers.3.feed_forward.up_proj": 4,
            "layers.3.feed_forward.down_proj": 4,
            "layers.4.attention.q_proj": 4,
            "layers.4.attention.k_proj": 4,
            "layers.4.attention.v_proj": 4,
            "layers.4.attention.o_proj": 4,
            "layers.4.feed_forward.gate_proj": 4,
            "layers.4.feed_forward.up_proj": 4,
            "layers.4.feed_forward.down_proj": 4,
            "layers.5.attention.q_proj": 4,
            "layers.5.attention.k_proj": 4,
            "layers.5.attention.v_proj": 4,
            "layers.5.attention.o_proj": 4,
            "layers.5.feed_forward.gate_proj": 4,
            "layers.5.feed_forward.up_proj": 4,
            "layers.5.feed_forward.down_proj": 4,
            "layers.6.attention.q_proj": 4,
            "layers.6.attention.k_proj": 4,
            "layers.6.attention.v_proj": 4,
            "layers.6.attention.o_proj": 4,
            "layers.6.feed_forward.gate_proj": 4,
            "layers.6.feed_forward.up_proj": 4,
            "layers.6.feed_forward.down_proj": 4,
            "layers.7.attention.q_proj": 4,
            "layers.7.attention.k_proj": 4,
            "layers.7.attention.v_proj": 4,
            "layers.7.attention.o_proj": 4,
            "layers.7.feed_forward.gate_proj": 4,
            "layers.7.feed_forward.up_proj": 4,
            "layers.7.feed_forward.down_proj": 4,
            "layers.8.attention.q_proj": 4,
            "layers.8.attention.k_proj": 4,
            "layers.8.attention.v_proj": 4,
            "layers.8.attention.o_proj": 4,
            "layers.8.feed_forward.gate_proj": 4,
            "layers.8.feed_forward.up_proj": 4,
            "layers.8.feed_forward.down_proj": 4,
            "layers.9.attention.q_proj": 4,
            "layers.9.attention.k_proj": 4,
            "layers.9.attention.v_proj": 4,
            "layers.9.attention.o_proj": 4,
            "layers.9.feed_forward.gate_proj": 4,
            "layers.9.feed_forward.up_proj": 4,
            "layers.9.feed_forward.down_proj": 4,
            "layers.10.attention.q_proj": 4,
            "layers.10.attention.k_proj": 4,
            "layers.10.attention.v_proj": 4,
            "layers.10.attention.o_proj": 4,
            "layers.10.feed_forward.gate_proj": 4,
            "layers.10.feed_forward.up_proj": 4,
            "layers.10.feed_forward.down_proj": 4,
            "layers.11.attention.q_proj": 4,
            "layers.11.attention.k_proj": 4,
            "layers.11.attention.v_proj": 4,
            "layers.11.attention.o_proj": 4,
            "layers.11.feed_forward.gate_proj": 4,
            "layers.11.feed_forward.up_proj": 4,
            "layers.11.feed_forward.down_proj": 4,
            "layers.12.attention.q_proj": 4,
            "layers.12.attention.k_proj": 4,
            "layers.12.attention.v_proj": 4,
            "layers.12.attention.o_proj": 4,
            "layers.12.feed_forward.gate_proj": 4,
            "layers.12.feed_forward.up_proj": 4,
            "layers.12.feed_forward.down_proj": 4,
            "layers.13.attention.q_proj": 4,
            "layers.13.attention.k_proj": 4,
            "layers.13.attention.v_proj": 4,
            "layers.13.attention.o_proj": 4,
            "layers.13.feed_forward.gate_proj": 4,
            "layers.13.feed_forward.up_proj": 4,
            "layers.13.feed_forward.down_proj": 4,
            "layers.14.attention.q_proj": 4,
            "layers.14.attention.k_proj": 4,
            "layers.14.attention.v_proj": 4,
            "layers.14.attention.o_proj": 4,
            "layers.14.feed_forward.gate_proj": 4,
            "layers.14.feed_forward.up_proj": 4,
            "layers.14.feed_forward.down_proj": 4,
            "layers.15.attention.q_proj": 4,
            "layers.15.attention.k_proj": 4,
            "layers.15.attention.v_proj": 4,
            "layers.15.attention.o_proj": 4,
            "layers.15.feed_forward.gate_proj": 4,
            "layers.15.feed_forward.up_proj": 4,
            "layers.15.feed_forward.down_proj": 4,
            "layers.16.attention.q_proj": 4,
            "layers.16.attention.k_proj": 4,
            "layers.16.attention.v_proj": 4,
            "layers.16.attention.o_proj": 4,
            "layers.16.feed_forward.gate_proj": 4,
            "layers.16.feed_forward.up_proj": 4,
            "layers.16.feed_forward.down_proj": 4,
            "layers.17.attention.q_proj": 4,
            "layers.17.attention.k_proj": 4,
            "layers.17.attention.v_proj": 4,
            "layers.17.attention.o_proj": 4,
            "layers.17.feed_forward.gate_proj": 4,
            "layers.17.feed_forward.up_proj": 4,
            "layers.17.feed_forward.down_proj": 4,
            "layers.18.attention.q_proj": 4,
            "layers.18.attention.k_proj": 4,
            "layers.18.attention.v_proj": 4,
            "layers.18.attention.o_proj": 4,
            "layers.18.feed_forward.gate_proj": 4,
            "layers.18.feed_forward.up_proj": 4,
            "layers.18.feed_forward.down_proj": 4,
            "layers.19.attention.q_proj": 4,
            "layers.19.attention.k_proj": 4,
            "layers.19.attention.v_proj": 4,
            "layers.19.attention.o_proj": 4,
            "layers.19.feed_forward.gate_proj": 4,
            "layers.19.feed_forward.up_proj": 4,
            "layers.19.feed_forward.down_proj": 4,
            "layers.20.attention.q_proj": 4,
            "layers.20.attention.k_proj": 4,
            "layers.20.attention.v_proj": 4,
            "layers.20.attention.o_proj": 4,
            "layers.20.feed_forward.gate_proj": 4,
            "layers.20.feed_forward.up_proj": 4,
            "layers.20.feed_forward.down_proj": 4,
            "layers.21.attention.q_proj": 4,
            "layers.21.attention.k_proj": 4,
            "layers.21.attention.v_proj": 4,
            "layers.21.attention.o_proj": 4,
            "layers.21.feed_forward.gate_proj": 4,
            "layers.21.feed_forward.up_proj": 4,
            "layers.21.feed_forward.down_proj": 4
        }
    }
}