File size: 22,298 Bytes
d7eeb56
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
{
  "architectures": [
    "BailingMoeV3ForCausalLM"
  ],
  "attention_dropout": 0.0,
  "auto_map": {
    "AutoConfig": "configuration_bailing_moe_v3.BailingMoeV3Config",
    "AutoModel": "modeling_bailing_moe_v3.BailingMoeV3Model",
    "AutoModelForCausalLM": "modeling_bailing_moe_v3.BailingMoeV3ForCausalLM"
  },
  "dtype": "bfloat16",
  "embedding_dropout": 0.0,
  "eos_token_id": 156895,
  "expert_swiglu_limit_list": [
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    4,
    4,
    4,
    4,
    4,
    4,
    4
  ],
  "first_k_dense_replace": 2,
  "gated_attention_proj_granularity_type": "head_wise",
  "group_norm_size": 1,
  "head_dim": 128,
  "hidden_act": "silu",
  "hidden_size": 2560,
  "initializer_range": 0.02,
  "intermediate_size": 6144,
  "kda_lower_bound": -5.0,
  "kda_safe_gate": true,
  "kv_lora_rank": 512,
  "layer_group_size": 6,
  "linear_silu": true,
  "max_position_embeddings": 131072,
  "max_window_layers": 20,
  "moe_intermediate_size": 768,
  "moe_router_enable_expert_bias": true,
  "moe_shared_expert_intermediate_size": 768,
  "mtp_loss_scaling_factor": 0,
  "mtp_use_kda": false,
  "n_group": 8,
  "no_kda_lora": true,
  "norm_topk_prob": true,
  "num_attention_heads": 32,
  "num_experts": 512,
  "num_experts_per_tok": 8,
  "num_hidden_layers": 42,
  "num_key_value_heads": 32,
  "num_kv_heads_for_linear_attn": 0,
  "num_nextn_predict_layers": 1,
  "num_shared_experts": 1,
  "output_dropout": 0.0,
  "output_router_logits": false,
  "pad_token_id": 156892,
  "partial_rotary_factor": 0.5,
  "q_lora_rank": null,
  "qk_head_dim": 192,
  "qk_nope_head_dim": 128,
  "qk_rope_head_dim": 64,
  "quantization_config": {
    "config_groups": {
      "group_0": {
        "format": "nvfp4-pack-quantized",
        "input_activations": null,
        "output_activations": null,
        "targets": [
          "Linear"
        ],
        "weights": {
          "actorder": null,
          "block_structure": null,
          "dynamic": false,
          "group_size": 16,
          "num_bits": 4,
          "observer": "minmax",
          "observer_kwargs": {},
          "strategy": "tensor_group",
          "symmetric": true,
          "type": "float"
        }
      }
    },
    "format": "nvfp4-pack-quantized",
    "global_compression_ratio": null,
    "ignore": [
      "model.layers.0.attention.q_proj",
      "model.layers.0.attention.k_proj",
      "model.layers.0.attention.v_proj",
      "model.layers.0.attention.f_proj",
      "model.layers.0.attention.b_proj",
      "model.layers.0.attention.g_proj",
      "model.layers.0.attention.o_proj",
      "model.layers.1.attention.q_proj",
      "model.layers.1.attention.k_proj",
      "model.layers.1.attention.v_proj",
      "model.layers.1.attention.f_proj",
      "model.layers.1.attention.b_proj",
      "model.layers.1.attention.g_proj",
      "model.layers.1.attention.o_proj",
      "model.layers.2.attention.q_proj",
      "model.layers.2.attention.k_proj",
      "model.layers.2.attention.v_proj",
      "model.layers.2.attention.f_proj",
      "model.layers.2.attention.b_proj",
      "model.layers.2.attention.g_proj",
      "model.layers.2.attention.o_proj",
      "model.layers.2.mlp.shared_experts.gate_proj",
      "model.layers.2.mlp.shared_experts.up_proj",
      "model.layers.2.mlp.shared_experts.down_proj",
      "model.layers.3.attention.q_proj",
      "model.layers.3.attention.k_proj",
      "model.layers.3.attention.v_proj",
      "model.layers.3.attention.f_proj",
      "model.layers.3.attention.b_proj",
      "model.layers.3.attention.g_proj",
      "model.layers.3.attention.o_proj",
      "model.layers.3.mlp.shared_experts.gate_proj",
      "model.layers.3.mlp.shared_experts.up_proj",
      "model.layers.3.mlp.shared_experts.down_proj",
      "model.layers.4.attention.q_proj",
      "model.layers.4.attention.k_proj",
      "model.layers.4.attention.v_proj",
      "model.layers.4.attention.f_proj",
      "model.layers.4.attention.b_proj",
      "model.layers.4.attention.g_proj",
      "model.layers.4.attention.o_proj",
      "model.layers.4.mlp.shared_experts.gate_proj",
      "model.layers.4.mlp.shared_experts.up_proj",
      "model.layers.4.mlp.shared_experts.down_proj",
      "model.layers.5.attention.q_proj",
      "model.layers.5.attention.kv_a_proj_with_mqa",
      "model.layers.5.attention.kv_b_proj",
      "model.layers.5.attention.g_proj",
      "model.layers.5.attention.dense",
      "model.layers.5.mlp.shared_experts.gate_proj",
      "model.layers.5.mlp.shared_experts.up_proj",
      "model.layers.5.mlp.shared_experts.down_proj",
      "model.layers.6.attention.q_proj",
      "model.layers.6.attention.k_proj",
      "model.layers.6.attention.v_proj",
      "model.layers.6.attention.f_proj",
      "model.layers.6.attention.b_proj",
      "model.layers.6.attention.g_proj",
      "model.layers.6.attention.o_proj",
      "model.layers.6.mlp.shared_experts.gate_proj",
      "model.layers.6.mlp.shared_experts.up_proj",
      "model.layers.6.mlp.shared_experts.down_proj",
      "model.layers.7.attention.q_proj",
      "model.layers.7.attention.k_proj",
      "model.layers.7.attention.v_proj",
      "model.layers.7.attention.f_proj",
      "model.layers.7.attention.b_proj",
      "model.layers.7.attention.g_proj",
      "model.layers.7.attention.o_proj",
      "model.layers.7.mlp.shared_experts.gate_proj",
      "model.layers.7.mlp.shared_experts.up_proj",
      "model.layers.7.mlp.shared_experts.down_proj",
      "model.layers.8.attention.q_proj",
      "model.layers.8.attention.k_proj",
      "model.layers.8.attention.v_proj",
      "model.layers.8.attention.f_proj",
      "model.layers.8.attention.b_proj",
      "model.layers.8.attention.g_proj",
      "model.layers.8.attention.o_proj",
      "model.layers.8.mlp.shared_experts.gate_proj",
      "model.layers.8.mlp.shared_experts.up_proj",
      "model.layers.8.mlp.shared_experts.down_proj",
      "model.layers.9.attention.q_proj",
      "model.layers.9.attention.k_proj",
      "model.layers.9.attention.v_proj",
      "model.layers.9.attention.f_proj",
      "model.layers.9.attention.b_proj",
      "model.layers.9.attention.g_proj",
      "model.layers.9.attention.o_proj",
      "model.layers.9.mlp.shared_experts.gate_proj",
      "model.layers.9.mlp.shared_experts.up_proj",
      "model.layers.9.mlp.shared_experts.down_proj",
      "model.layers.10.attention.q_proj",
      "model.layers.10.attention.k_proj",
      "model.layers.10.attention.v_proj",
      "model.layers.10.attention.f_proj",
      "model.layers.10.attention.b_proj",
      "model.layers.10.attention.g_proj",
      "model.layers.10.attention.o_proj",
      "model.layers.10.mlp.shared_experts.gate_proj",
      "model.layers.10.mlp.shared_experts.up_proj",
      "model.layers.10.mlp.shared_experts.down_proj",
      "model.layers.11.attention.q_proj",
      "model.layers.11.attention.kv_a_proj_with_mqa",
      "model.layers.11.attention.kv_b_proj",
      "model.layers.11.attention.g_proj",
      "model.layers.11.attention.dense",
      "model.layers.11.mlp.shared_experts.gate_proj",
      "model.layers.11.mlp.shared_experts.up_proj",
      "model.layers.11.mlp.shared_experts.down_proj",
      "model.layers.12.attention.q_proj",
      "model.layers.12.attention.k_proj",
      "model.layers.12.attention.v_proj",
      "model.layers.12.attention.f_proj",
      "model.layers.12.attention.b_proj",
      "model.layers.12.attention.g_proj",
      "model.layers.12.attention.o_proj",
      "model.layers.12.mlp.shared_experts.gate_proj",
      "model.layers.12.mlp.shared_experts.up_proj",
      "model.layers.12.mlp.shared_experts.down_proj",
      "model.layers.13.attention.q_proj",
      "model.layers.13.attention.k_proj",
      "model.layers.13.attention.v_proj",
      "model.layers.13.attention.f_proj",
      "model.layers.13.attention.b_proj",
      "model.layers.13.attention.g_proj",
      "model.layers.13.attention.o_proj",
      "model.layers.13.mlp.shared_experts.gate_proj",
      "model.layers.13.mlp.shared_experts.up_proj",
      "model.layers.13.mlp.shared_experts.down_proj",
      "model.layers.14.attention.q_proj",
      "model.layers.14.attention.k_proj",
      "model.layers.14.attention.v_proj",
      "model.layers.14.attention.f_proj",
      "model.layers.14.attention.b_proj",
      "model.layers.14.attention.g_proj",
      "model.layers.14.attention.o_proj",
      "model.layers.14.mlp.shared_experts.gate_proj",
      "model.layers.14.mlp.shared_experts.up_proj",
      "model.layers.14.mlp.shared_experts.down_proj",
      "model.layers.15.attention.q_proj",
      "model.layers.15.attention.k_proj",
      "model.layers.15.attention.v_proj",
      "model.layers.15.attention.f_proj",
      "model.layers.15.attention.b_proj",
      "model.layers.15.attention.g_proj",
      "model.layers.15.attention.o_proj",
      "model.layers.15.mlp.shared_experts.gate_proj",
      "model.layers.15.mlp.shared_experts.up_proj",
      "model.layers.15.mlp.shared_experts.down_proj",
      "model.layers.16.attention.q_proj",
      "model.layers.16.attention.k_proj",
      "model.layers.16.attention.v_proj",
      "model.layers.16.attention.f_proj",
      "model.layers.16.attention.b_proj",
      "model.layers.16.attention.g_proj",
      "model.layers.16.attention.o_proj",
      "model.layers.16.mlp.shared_experts.gate_proj",
      "model.layers.16.mlp.shared_experts.up_proj",
      "model.layers.16.mlp.shared_experts.down_proj",
      "model.layers.17.attention.q_proj",
      "model.layers.17.attention.kv_a_proj_with_mqa",
      "model.layers.17.attention.kv_b_proj",
      "model.layers.17.attention.g_proj",
      "model.layers.17.attention.dense",
      "model.layers.17.mlp.shared_experts.gate_proj",
      "model.layers.17.mlp.shared_experts.up_proj",
      "model.layers.17.mlp.shared_experts.down_proj",
      "model.layers.18.attention.q_proj",
      "model.layers.18.attention.k_proj",
      "model.layers.18.attention.v_proj",
      "model.layers.18.attention.f_proj",
      "model.layers.18.attention.b_proj",
      "model.layers.18.attention.g_proj",
      "model.layers.18.attention.o_proj",
      "model.layers.18.mlp.shared_experts.gate_proj",
      "model.layers.18.mlp.shared_experts.up_proj",
      "model.layers.18.mlp.shared_experts.down_proj",
      "model.layers.19.attention.q_proj",
      "model.layers.19.attention.k_proj",
      "model.layers.19.attention.v_proj",
      "model.layers.19.attention.f_proj",
      "model.layers.19.attention.b_proj",
      "model.layers.19.attention.g_proj",
      "model.layers.19.attention.o_proj",
      "model.layers.19.mlp.shared_experts.gate_proj",
      "model.layers.19.mlp.shared_experts.up_proj",
      "model.layers.19.mlp.shared_experts.down_proj",
      "model.layers.20.attention.q_proj",
      "model.layers.20.attention.k_proj",
      "model.layers.20.attention.v_proj",
      "model.layers.20.attention.f_proj",
      "model.layers.20.attention.b_proj",
      "model.layers.20.attention.g_proj",
      "model.layers.20.attention.o_proj",
      "model.layers.20.mlp.shared_experts.gate_proj",
      "model.layers.20.mlp.shared_experts.up_proj",
      "model.layers.20.mlp.shared_experts.down_proj",
      "model.layers.21.attention.q_proj",
      "model.layers.21.attention.k_proj",
      "model.layers.21.attention.v_proj",
      "model.layers.21.attention.f_proj",
      "model.layers.21.attention.b_proj",
      "model.layers.21.attention.g_proj",
      "model.layers.21.attention.o_proj",
      "model.layers.21.mlp.shared_experts.gate_proj",
      "model.layers.21.mlp.shared_experts.up_proj",
      "model.layers.21.mlp.shared_experts.down_proj",
      "model.layers.22.attention.q_proj",
      "model.layers.22.attention.k_proj",
      "model.layers.22.attention.v_proj",
      "model.layers.22.attention.f_proj",
      "model.layers.22.attention.b_proj",
      "model.layers.22.attention.g_proj",
      "model.layers.22.attention.o_proj",
      "model.layers.22.mlp.shared_experts.gate_proj",
      "model.layers.22.mlp.shared_experts.up_proj",
      "model.layers.22.mlp.shared_experts.down_proj",
      "model.layers.23.attention.q_proj",
      "model.layers.23.attention.kv_a_proj_with_mqa",
      "model.layers.23.attention.kv_b_proj",
      "model.layers.23.attention.g_proj",
      "model.layers.23.attention.dense",
      "model.layers.23.mlp.shared_experts.gate_proj",
      "model.layers.23.mlp.shared_experts.up_proj",
      "model.layers.23.mlp.shared_experts.down_proj",
      "model.layers.24.attention.q_proj",
      "model.layers.24.attention.k_proj",
      "model.layers.24.attention.v_proj",
      "model.layers.24.attention.f_proj",
      "model.layers.24.attention.b_proj",
      "model.layers.24.attention.g_proj",
      "model.layers.24.attention.o_proj",
      "model.layers.24.mlp.shared_experts.gate_proj",
      "model.layers.24.mlp.shared_experts.up_proj",
      "model.layers.24.mlp.shared_experts.down_proj",
      "model.layers.25.attention.q_proj",
      "model.layers.25.attention.k_proj",
      "model.layers.25.attention.v_proj",
      "model.layers.25.attention.f_proj",
      "model.layers.25.attention.b_proj",
      "model.layers.25.attention.g_proj",
      "model.layers.25.attention.o_proj",
      "model.layers.25.mlp.shared_experts.gate_proj",
      "model.layers.25.mlp.shared_experts.up_proj",
      "model.layers.25.mlp.shared_experts.down_proj",
      "model.layers.26.attention.q_proj",
      "model.layers.26.attention.k_proj",
      "model.layers.26.attention.v_proj",
      "model.layers.26.attention.f_proj",
      "model.layers.26.attention.b_proj",
      "model.layers.26.attention.g_proj",
      "model.layers.26.attention.o_proj",
      "model.layers.26.mlp.shared_experts.gate_proj",
      "model.layers.26.mlp.shared_experts.up_proj",
      "model.layers.26.mlp.shared_experts.down_proj",
      "model.layers.27.attention.q_proj",
      "model.layers.27.attention.k_proj",
      "model.layers.27.attention.v_proj",
      "model.layers.27.attention.f_proj",
      "model.layers.27.attention.b_proj",
      "model.layers.27.attention.g_proj",
      "model.layers.27.attention.o_proj",
      "model.layers.27.mlp.shared_experts.gate_proj",
      "model.layers.27.mlp.shared_experts.up_proj",
      "model.layers.27.mlp.shared_experts.down_proj",
      "model.layers.28.attention.q_proj",
      "model.layers.28.attention.k_proj",
      "model.layers.28.attention.v_proj",
      "model.layers.28.attention.f_proj",
      "model.layers.28.attention.b_proj",
      "model.layers.28.attention.g_proj",
      "model.layers.28.attention.o_proj",
      "model.layers.28.mlp.shared_experts.gate_proj",
      "model.layers.28.mlp.shared_experts.up_proj",
      "model.layers.28.mlp.shared_experts.down_proj",
      "model.layers.29.attention.q_proj",
      "model.layers.29.attention.kv_a_proj_with_mqa",
      "model.layers.29.attention.kv_b_proj",
      "model.layers.29.attention.g_proj",
      "model.layers.29.attention.dense",
      "model.layers.29.mlp.shared_experts.gate_proj",
      "model.layers.29.mlp.shared_experts.up_proj",
      "model.layers.29.mlp.shared_experts.down_proj",
      "model.layers.30.attention.q_proj",
      "model.layers.30.attention.k_proj",
      "model.layers.30.attention.v_proj",
      "model.layers.30.attention.f_proj",
      "model.layers.30.attention.b_proj",
      "model.layers.30.attention.g_proj",
      "model.layers.30.attention.o_proj",
      "model.layers.30.mlp.shared_experts.gate_proj",
      "model.layers.30.mlp.shared_experts.up_proj",
      "model.layers.30.mlp.shared_experts.down_proj",
      "model.layers.31.attention.q_proj",
      "model.layers.31.attention.k_proj",
      "model.layers.31.attention.v_proj",
      "model.layers.31.attention.f_proj",
      "model.layers.31.attention.b_proj",
      "model.layers.31.attention.g_proj",
      "model.layers.31.attention.o_proj",
      "model.layers.31.mlp.shared_experts.gate_proj",
      "model.layers.31.mlp.shared_experts.up_proj",
      "model.layers.31.mlp.shared_experts.down_proj",
      "model.layers.32.attention.q_proj",
      "model.layers.32.attention.k_proj",
      "model.layers.32.attention.v_proj",
      "model.layers.32.attention.f_proj",
      "model.layers.32.attention.b_proj",
      "model.layers.32.attention.g_proj",
      "model.layers.32.attention.o_proj",
      "model.layers.32.mlp.shared_experts.gate_proj",
      "model.layers.32.mlp.shared_experts.up_proj",
      "model.layers.32.mlp.shared_experts.down_proj",
      "model.layers.33.attention.q_proj",
      "model.layers.33.attention.k_proj",
      "model.layers.33.attention.v_proj",
      "model.layers.33.attention.f_proj",
      "model.layers.33.attention.b_proj",
      "model.layers.33.attention.g_proj",
      "model.layers.33.attention.o_proj",
      "model.layers.33.mlp.shared_experts.gate_proj",
      "model.layers.33.mlp.shared_experts.up_proj",
      "model.layers.33.mlp.shared_experts.down_proj",
      "model.layers.34.attention.q_proj",
      "model.layers.34.attention.k_proj",
      "model.layers.34.attention.v_proj",
      "model.layers.34.attention.f_proj",
      "model.layers.34.attention.b_proj",
      "model.layers.34.attention.g_proj",
      "model.layers.34.attention.o_proj",
      "model.layers.34.mlp.shared_experts.gate_proj",
      "model.layers.34.mlp.shared_experts.up_proj",
      "model.layers.34.mlp.shared_experts.down_proj",
      "model.layers.35.attention.q_proj",
      "model.layers.35.attention.kv_a_proj_with_mqa",
      "model.layers.35.attention.kv_b_proj",
      "model.layers.35.attention.g_proj",
      "model.layers.35.attention.dense",
      "model.layers.35.mlp.shared_experts.gate_proj",
      "model.layers.35.mlp.shared_experts.up_proj",
      "model.layers.35.mlp.shared_experts.down_proj",
      "model.layers.36.attention.q_proj",
      "model.layers.36.attention.k_proj",
      "model.layers.36.attention.v_proj",
      "model.layers.36.attention.f_proj",
      "model.layers.36.attention.b_proj",
      "model.layers.36.attention.g_proj",
      "model.layers.36.attention.o_proj",
      "model.layers.36.mlp.shared_experts.gate_proj",
      "model.layers.36.mlp.shared_experts.up_proj",
      "model.layers.36.mlp.shared_experts.down_proj",
      "model.layers.37.attention.q_proj",
      "model.layers.37.attention.k_proj",
      "model.layers.37.attention.v_proj",
      "model.layers.37.attention.f_proj",
      "model.layers.37.attention.b_proj",
      "model.layers.37.attention.g_proj",
      "model.layers.37.attention.o_proj",
      "model.layers.37.mlp.shared_experts.gate_proj",
      "model.layers.37.mlp.shared_experts.up_proj",
      "model.layers.37.mlp.shared_experts.down_proj",
      "model.layers.38.attention.q_proj",
      "model.layers.38.attention.k_proj",
      "model.layers.38.attention.v_proj",
      "model.layers.38.attention.f_proj",
      "model.layers.38.attention.b_proj",
      "model.layers.38.attention.g_proj",
      "model.layers.38.attention.o_proj",
      "model.layers.38.mlp.shared_experts.gate_proj",
      "model.layers.38.mlp.shared_experts.up_proj",
      "model.layers.38.mlp.shared_experts.down_proj",
      "model.layers.39.attention.q_proj",
      "model.layers.39.attention.k_proj",
      "model.layers.39.attention.v_proj",
      "model.layers.39.attention.f_proj",
      "model.layers.39.attention.b_proj",
      "model.layers.39.attention.g_proj",
      "model.layers.39.attention.o_proj",
      "model.layers.39.mlp.shared_experts.gate_proj",
      "model.layers.39.mlp.shared_experts.up_proj",
      "model.layers.39.mlp.shared_experts.down_proj",
      "model.layers.40.attention.q_proj",
      "model.layers.40.attention.k_proj",
      "model.layers.40.attention.v_proj",
      "model.layers.40.attention.f_proj",
      "model.layers.40.attention.b_proj",
      "model.layers.40.attention.g_proj",
      "model.layers.40.attention.o_proj",
      "model.layers.40.mlp.shared_experts.gate_proj",
      "model.layers.40.mlp.shared_experts.up_proj",
      "model.layers.40.mlp.shared_experts.down_proj",
      "model.layers.41.attention.q_proj",
      "model.layers.41.attention.kv_a_proj_with_mqa",
      "model.layers.41.attention.kv_b_proj",
      "model.layers.41.attention.g_proj",
      "model.layers.41.attention.dense",
      "model.layers.41.mlp.shared_experts.gate_proj",
      "model.layers.41.mlp.shared_experts.up_proj",
      "model.layers.41.mlp.shared_experts.down_proj",
      "model.layers.42.attention.q_proj",
      "model.layers.42.attention.kv_a_proj_with_mqa",
      "model.layers.42.attention.kv_b_proj",
      "model.layers.42.attention.g_proj",
      "model.layers.42.attention.dense",
      "model.layers.42.mlp.shared_experts.gate_proj",
      "model.layers.42.mlp.shared_experts.up_proj",
      "model.layers.42.mlp.shared_experts.down_proj",
      "lm_head"
    ],
    "kv_cache_scheme": null,
    "quant_method": "compressed-tensors",
    "quantization_status": "compressed",
    "sparsity_config": {},
    "transform_config": {},
    "version": "0.12.2"
  },
  "rms_norm_eps": 1e-06,
  "rope_interleave": true,
  "rope_scaling": null,
  "rope_theta": 6000000,
  "rotary_dim": 64,
  "routed_scaling_factor": 2.5,
  "router_dtype": "fp32",
  "scale_router_input": false,
  "score_function": "sigmoid",
  "scoring_func": "sigmoid",
  "seq_aux": true,
  "share_expert_swiglu_limit_list": [
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    5,
    5,
    5,
    5,
    5,
    5,
    7,
    7
  ],
  "short_conv_kernel_size": 4,
  "tie_word_embeddings": false,
  "topk_group": 4,
  "topk_method": "noaux_tc",
  "transformers_version": "4.56.2",
  "up_proj_norm": false,
  "use_bias": false,
  "use_cache": true,
  "use_kda_lora": false,
  "use_mla_nope": false,
  "use_nGPT": false,
  "use_qk_norm": true,
  "use_qkv_bias": false,
  "v_head_dim": 128,
  "value_norm": false,
  "vocab_size": 157184
}