Views
No views yet
google/gemma-4-12B-it.
It is a quantized derivative, not a new base model or fine-tune.gemma4_unified). The package preserves the vision
and audio paths, Google's pinned July 2026 processor/tokenizer metadata, the
262,144-token context configuration, and the canonical tool-capable chat
template.| Field | Value |
|---|---|
| Source | google/gemma-4-12B-it |
| Source revision | 12ace6d648d72bd41519e140f1185f34d38c7e3d |
| Source weight | model.safetensors — 23,919,549,408 bytes |
| Source SHA-256 | 5a84cb313260ac447237b890387116dfa8682e49a6b44bc585ae8353abbff18d |
| Quantization | MLX affine 4-bit, group size 64 |
| Compute dtype | bfloat16 |
| Converter | scripts/model-conversion/convert_gemma4_12b_mlx.py |
| Source commit | 347e65b6b774d7dc9f066f1fc01c82d4aa0ae9c9 |
MERERUN_CONVERSION.json.mlx-vlm==0.6.5mlx==0.32.0mlx-lm==0.31.3mlx-audio==0.4.4transformers==5.14.1safetensors==0.8.0huggingface-hub==1.24.0| Artifact | Bytes | SHA-256 |
|---|---|---|
model-00001-of-00002.safetensors | 5,351,756,584 | 0d58feed0c98a69c07317b4481aeae5ab2785f12a496ea96ab24c4842808de78 |
model-00002-of-00002.safetensors | 1,389,282,927 | 5b00a1bcb596ce6e827b4cdea6ecf2a0f35bb01306eb87c1ea4b3bcde36c7755 |
mlx-community/gemma-4-12B-it-4bit shards. Sawfwair publishes the conversion
and provenance so releases can be reproduced and audited from the Google
checkpoint rather than depending on an opaque repackaging step.mere.run request adapter and canonical chat-template
path. It is not a broad quality, safety, speed, or multimodal benchmark.1python -m mlx_vlm.generate \
2 --model Sawfwair/gemma-4-12B-it-MLX-4bit \
3 --prompt "Explain why the sky is blue in three sentences." \
4 --max-tokens 160 \
5 --temperature 0mere.run acceptance test from the
codex/gemma4-template-update
source branch:1hf download Sawfwair/gemma-4-12B-it-MLX-4bit \
2 --local-dir ./gemma-4-12B-it-MLX-4bit
3
4swift run mere.run model benchmark tool-continuations \
5 --model-root ./gemma-4-12B-it-MLX-4bit \
6 --log-responses \
7 --jsonsawfwair/mere-run.