Views
No views yet
| Property | Value |
|---|---|
| Base model | google/gemma-4-12B-it |
| Architecture | Gemma 4 unified dense 12B, text + image/audio/video-capable metadata |
| Format | MLX safetensors |
| Quantization | JANG mixed precision: attention 8-bit, MLP 4-bit, group size 32; tied embedding and multimodal embedders fp16 passthrough |
| Tied token embedding | fp16 passthrough (embed_tokens.weight is not quantized) |
| Multimodal embedders | fp16 passthrough |
| Package size | 10.17 GB |
| Shards | 10 safetensors shards |
| Chat template | Gemma 4 tool-aware template, no default no-thinking thought-channel tail |
embed_tokens.weight was packed and scaled like a normal linear weight.generation_config.json, chat_template.jinja, tokenizer_config.json, and processor_config.json for Osaurus/vMLX loading.1from mlx_lm import load, generate
2
3model, tokenizer = load("JANGQ-AI/gemma-4-12B-it-JANG_4M")
4print(generate(model, tokenizer, "Hello", max_tokens=128))| Check | Status |
|---|---|
embed_tokens.weight dtype | fp16 |
embed_tokens.scales / embed_tokens.biases | absent |
| Quantized attention projections | packed uint32 |
| README front matter | valid Hugging Face YAML first |
| Re-download notice | present after YAML |