File size: 733 Bytes
ce93365 | 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 | {
"base_model": "Qwen/Qwen3-Coder-Next",
"prune_mask": "results/coder_next/mask_coding_uniform_50pct.pt",
"allocation": "uniform",
"original_num_experts": 512,
"num_hidden_layers": 48,
"num_experts_per_tok": 10,
"per_layer_num_experts": [
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256,
256
],
"total_pruned": 12288,
"sparsity": 0.5
} |