Views
No views yet
mlx_4bit/ — merged + 4-bit MLX build (~1.7 GB). Runs on Apple Silicon, ~3 s/caption, no GPU.lora/ — the LoRA adapter (r16/α32) for the cross-platform path: base Qwen/Qwen3-VL-2B-Instruct + adapter.| Metric | Base | This model |
|---|---|---|
| Embedding similarity to teacher | 0.702 | 0.834 |
| ROUGE-L | 0.269 | 0.455 |
1from mlx_vlm import load, generate
2model, proc = load("sidraj000/octopus-nity-caption-qwen3vl2b-mlx-4bit", adapter_path=None) # points at mlx_4bit/Qwen/Qwen3-VL-2B-Instruct + the lora/ adapter via PEFT.