shoemoney/Gemma-4-12B-Abliterated-MLX-q5
0148
Gemma-4-12B-Abliterated — MLX 5-bit
MLX 5-bit quantisation of `huihui-ai/Huihui-gemma-4-12B-it-abliterated`.
Changes: weights quantised to 5-bit from the BF16 source with mlx_vlm.convert. No fine-tuning, no merging, no re-alignment.
Measured
Converted and measured on one machine — Apple M3 Ultra, 96 GB unified memory, macOS 27 — as part of a full ladder. Every rung in this family came from the same BF16 source with the same group size, so bit width is the only variable between them.
Perplexity measured on allenai/tulu-3-sft-mixture, 192 samples of 512 tokens, seed 123 — identical for every rung.
Perplexity is only comparable within this family. Tokenizers differ between model families, so a number here should never be compared against a different base model's. The × column above is the meaningful one.Usage
pip install mlx-vlm
mlx_vlm.generate --model shoemoney/Gemma-4-12B-Abliterated-MLX-q5 --prompt "Hello" --max-tokens 256Load with mlx-vlm, not mlx-lm — this architecture is registered in mlx-vlm.
Provenance
mlx_vlm.convert --hf-path huihui-ai/Huihui-gemma-4-12B-it-abliterated \
--mlx-path Gemma-4-12B-Abliterated-q5 -q --q-bits 5 --q-group-size 64License
apache-2.0, inherited from the base model. Attribution above.
