Views
No views yet
| Property | Value |
|---|---|
| Base model | Qwen3.5-0.8B |
| Type | Vision-Language Model (VLM) |
| Format | MLX fp16 (bfloat16) |
| Size | ~1.75 GB |
| Abliterated | Yes — censorship layers removed |
| Variant | Size | Quality | Link |
|---|---|---|---|
| fp16 | ~1.75 GB | Highest | This repo |
| MXFP8 | ~0.98 GB | Near-native | mxfp8 |
| MXFP4 | ~0.6 GB | Good | mxfp4 |
1pip install mlx-vlm
2
3# Text generation
4python -m mlx_vlm.generate \
5 --model AITRADER/Huihui-Qwen3.5-0.8B-abliterated-fp16-MLX \
6 --prompt "Describe this image in detail" \
7 --image <path-or-url>
8
9# Chat UI
10python -m mlx_vlm.chat_ui \
11 --model AITRADER/Huihui-Qwen3.5-0.8B-abliterated-fp16-MLX