Views
No views yet
microsoft/FrogMini-14B-2510 — Microsoft's
14B debugging/software-engineering finetune of Qwen3-14B (SFT on debugging
trajectories; ~45% pass@1 on SWE-bench Verified). Converted with mlx-lm for Apple Silicon.Reasoning model: emits<think>...</think>before the final answer.
| Precision | MLX affine 4-bit, group 64 |
| Size | 7.8 GB |
| Base arch | Qwen3-14B (Qwen3) · 64K context |
| License | MIT |
mlx_lm.server --model pipenetwork/FrogMini-14B-2510-MLX-4bit --port 80801from mlx_lm import load, generate
2model, tok = load("pipenetwork/FrogMini-14B-2510-MLX-4bit")mlx_lm.convert --hf-path microsoft/FrogMini-14B-2510 --mlx-path <out> -q --q-bits 4 --q-group-size 64pipenetwork. Original model & MIT license by Microsoft; not affiliated.