Polaris-V1 MLX 4-bit

4-bit MLX conversion of nitrai-research/Polaris-V1 for Apple Silicon. Polaris-V1 is based on Qwen/Qwen3.5-4B, which is fine-tuned from Qwen/Qwen3.5-4B-Base. No additional training was done here. This is only an MLX conversion and 4-bit quantization.

Run

pip install -U mlx-lm
mlx_lm.generate \
  --model snsnc/Polaris-V1-MLX-4bit \
  --max-tokens 2048 \
  --temp 0.3 \
  --top-p 0.8 \
  --chat-template-config '{"enable_thinking":false}' \
  --prompt "Write only Python code. Implement a bounded async worker pool using asyncio."

Chat template note

This repo keeps the original chat template shipped with Polaris-V1.

For agent/tool-calling workloads, ⁠froggeric/Qwen-Fixed-Chat-Templates is worth trying. It fixes several rough edges in the default Qwen 3.5/3.6/3.8 templates around tool calls, reasoning state, preserved thinking, and KV-cache-friendly message handling.

I left the original template unchanged here so this conversion stays faithful to the source model.
Downloads last month
24
Safetensors
Model size
0.7B params
Tensor type
F16
·
U32
·
MLX
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for snsnc/Polaris-V1-MLX-4bit

Finetuned
Qwen/Qwen3.5-4B
Quantized
(3)
this model