Views
No views yet
abhiram3040/simplewords-dictation-cleanup-v3.
Full metrics, evaluation method and deployment notes are on the fused model's card.mlx-swift-lm enumerates a
model directory recursively and merges every .safetensors it finds, then rejects
unused keys — an adapter/ subfolder inside the fused repo fails the load with
unhandledKeys([... "lora_a", "lora_b"]).1python -m mlx_lm.generate \
2 --model mlx-community/Qwen3.5-2B-MLX-4bit \
3 --adapter-path . --prompt "$(cat system_v2.txt)
4
5let's meet thursday no friday"--dequantize → bf16 → re-quantize to 8-bit. A plain
4-bit fuse rounds the low-rank delta away and collapses self-correction accuracy
(measured on v2: 100% → 57.8%) while validation loss still looks healthy.