Views
No views yet
orcarouter/Qwen3.8-27B-Uncensored,
including native vision-language support and a separately packaged native MTP drafter.Qwen/Qwen3.8-27B; consult its model card for evaluation details and limitations.| Component | Format | Tensors | Notes |
|---|---|---|---|
| Main model | MLX BF16 | 1,184 | Text/reasoning model plus all 333 vision tensors |
mtp/ drafter | MLX BF16 | 15 | Native Qwen3.5/Qwen3.8 MTP head for speculative decoding |
| Total | MLX BF16 | 1,199 | Matches the complete upstream tensor inventory |
mlx-vlm with Qwen3.5/Qwen3.8 and MTP supportuv tool install mlx-vlm --with jinja21mlx_vlm.generate \
2 --model onchainengineer/Qwen3.8-27B-Uncensored-MLX-BF16 \
3 --prompt "Explain why the sky is blue." \
4 --thinking-mode enabled \
5 --max-tokens 512--temperature 0. For maximum response quality, leave weights and
KV cache unquantized; long-context workloads may optionally trade fidelity for memory with MLX-VLM's
KV-cache controls.1hf download onchainengineer/Qwen3.8-27B-Uncensored-MLX-BF16 \
2 --local-dir ./Qwen3.8-27B-Uncensored-MLX-BF16
3
4mlx_vlm.generate \
5 --model ./Qwen3.8-27B-Uncensored-MLX-BF16 \
6 --draft-model ./Qwen3.8-27B-Uncensored-MLX-BF16/mtp \
7 --draft-kind mtp \
8 --prompt "Write a clear technical explanation of speculative decoding." \
9 --thinking-mode enabled \
10 --max-tokens 512--draft-model at the snapshot's mtp subdirectory. MTP can improve longer
generations, but very short outputs may be slower because drafter setup dominates.1mlx_vlm.generate \
2 --model onchainengineer/Qwen3.8-27B-Uncensored-MLX-BF16 \
3 --image /absolute/path/to/image.png \
4 --prompt "Describe this image precisely." \
5 --max-tokens 256orcarouter/Qwen3.8-27B-Uncensored9878936be9458522b5aeed0e13476bb8426f57f0mlx-vlm 0.6.150.32.15.15.1bfloat16, without quantization1mlx_vlm.convert \
2 --hf-path /path/to/orcarouter-Qwen3.8-27B-Uncensored \
3 --mlx-path /path/to/Qwen3.8-27B-Uncensored-MLX-BF16 \
4 --dtype bfloat161python -m mlx_vlm.speculative.drafters.qwen3_5_mtp.split \
2 --model /path/to/orcarouter-Qwen3.8-27B-Uncensored \
3 --output /path/to/Qwen3.8-27B-Uncensored-MLX-BF16/mtp| Benchmark | n | Score | Scope |
|---|---|---|---|
| GSM8K | 200 | 92.50% | sampled, 4-shot |
| MMLU-Pro | 140 | 70.71% | 10/category |
| GPQA Diamond | 198 | 36.36% | full split |
| IFEval strict prompt | 541 | 68.58% | full split |
| HumanEval pass@1 | 164 | 82.93% | full split, Docker execution |
| BFCL-v4 static | 70 | 78.57% | 10/subset; see BFCL aggregation note in report |
| MMMU | 90 | 67.78% | 3/discipline |
| MathVista | 100 | 77.00% | sampled |
| MMStar | 102 | 45.10% | 17/category |
| OCRBench | 100 | 80.00% | 10/category |
Qwen3.5-35B-A3B-4bit judge scored 0.5907 (higher means more harmful/compliant), while the
official package's string-matching baseline scored 0.7955. The official fine-tuned evaluator
could not run because its google/gemma-2b dependency was gated for the benchmark account.
Target generation had zero request errors; 157/313 responses reached the 1,024-token cap.
Harmful prompts and raw responses are intentionally not published.MLX_VLM_TOKEN_QUEUE_TIMEOUT=3600/v1/models omitted the preloaded LLMbenchmark-results/2026-08-22/BENCHMARK_REPORT.md
for confidence intervals, output-cap counts, per-category caveats, LongBench failure accounting,
system measurements, and methodology. Machine-readable aggregates, exact EvalScope task configs,
safe report JSON, system JSONL, and harness scripts are included alongside it.LICENSE. This conversion retains attribution to Qwen and OrcaRouter; review
the upstream model cards for provenance, training/modification details, evaluations, and known limitations.