Views
No views yet
outlier (2-bit-class)Qwen/Qwen2.5-Coder-32B-Instruct, produced by the project's Tail-Aware
Quantization (TAQ) pipeline — uniform outlier action applied to every eligible layer, at a ~2-bit budget.| bpw | PPL | KLD vs fp16 | |
|---|---|---|---|
This checkpoint (outlier_2bit, uniform) | 2.8639 | 22.193 | 0.6305 |
rotation_outlier_2bit (uniform, same budget class) | 2.8734 | 21.597 | 0.6211 |
mixed_allocator_2bit (per-layer allocator, same budget class) | 2.8734 | 20.387 | 0.5063 |
rotation_outlier beat outlier on fidelity at this budget (0.6211 vs 0.6305 KLD) — reported honestly.| HumanEval Base | HumanEval Base+Extra | MBPP Base | MBPP Base+Extra | |
|---|---|---|---|---|
This checkpoint (outlier_2bit, uniform) | 0.8598 | 0.7988 | 0.7769 | 0.6566 |
rotation_outlier_2bit (uniform, same budget class) | 0.8841 | 0.8049 | 0.7519 | 0.6391 |
mixed_allocator_2bit (per-layer allocator, same budget class) | 0.8659 | 0.7988 | 0.7845 | 0.6466 |
| fp16 (reference, uncompressed) | 0.9024 | 0.8598 | 0.8647 | 0.7268 |
| Unsloth bnb-4bit (vendor comparator, ~6.1 bpw) | 0.9024 | 0.8720 | 0.8596 | 0.7293 |
| GGUF Q4_K_M (Unsloth, vendor comparator, ~4.85 bpw) | 0.8902 | 0.8293 | 0.8546 | 0.7293 |
rshoemake/taq-qwen14b-unsloth-matched:
packed/*.bin per-layer files (header + fp16 codebooks + bit-packed
indices + outlier side-channel), packed/manifest.json (per-layer
action/bits/measured bpw), fp16_passthrough/*.safetensors for any
layers the allocator left at full precision, unpack_outlier.py /
unpack_rotation_outlier.py standalone unpackers.Qwen/Qwen2.5-Coder-32B-Instruct (fp16), packed directly from
the original safetensors shards.run_full_matrix.py / run_tail_family_scale.py
(project fractal_quant_decision, private) — native family-scale
protocol (WikiText-2, passage-level KLD).code_eval_gen.py + evalplus.evaluate
(HumanEval+/MBPP+, greedy decoding, max-new-tokens=640) — same
decode/scoring config used across every arm in this comparison table so
results are directly comparable.pack_outlier_format.py + pack_rotation_outlier.py +
pack_whole_model.py.