CoolFace
Modelpublic

shoemoney/Gemma-4-12B-Abliterated-MLX-q5

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
0likes148downloads
Model Card

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.

Size on disk8.27 GB
Perplexity211.862
Relative to best rung in family1.52×
Throughput (1 req / 8 concurrent)33.0 / 99.1 tok/s

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

bash
pip install mlx-vlm
mlx_vlm.generate --model shoemoney/Gemma-4-12B-Abliterated-MLX-q5 --prompt "Hello" --max-tokens 256

Load with mlx-vlm, not mlx-lm — this architecture is registered in mlx-vlm.

Provenance

bash
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 64

License

apache-2.0, inherited from the base model. Attribution above.