--- license: apache-2.0 base_model: wangzhang/Qwen3.6-27B-abliterated library_name: mlx tags: - mlx - 2-bit - decensored - abliterated - uncensored - dense - qwen3.6 - hybrid-attention - gated-deltanet - vlm - lora-search-merged-release - abliterix - deeprefusal-peel - iterative-abliteration language: - en - zh pipeline_tag: image-text-to-text --- # 🦆 zecanard/Qwen3.6-27B-uncensored-abliterix-MLX-2bit-mixed_2_6 [This model](https://huggingface.co/zecanard/Qwen3.6-27B-uncensored-abliterix-MLX-2bit-mixed_2_6) was converted to MLX from [`wangzhang/Qwen3.6-27B-abliterated`](https://huggingface.co/wangzhang/Qwen3.6-27B-abliterated) using `mlx-vlm` version **0.6.3**. Please refer to the [original model card](https://huggingface.co/wangzhang/Qwen3.6-27B-abliterated) for more details. ## 🌟 Quality Mixed-precision quantized vision language model with an effective **3.524 bits per weight**. Combines the size and speed benefits of a 2-bit quant with higher precision where it matters most. `mlx_vlm.convert --quantize --q-group-size 32 --quant-predicate mixed_2_6` ## 🛠️ Customizations This quant is aware of the current date, and also enables thinking (if available). You may disable this behavior by deleting the following line from the chat template, or changing `true` to `false`: `{%- set enable_thinking = true %}` A fix is also included for a thinking-related performance issue in Qwen 3.6. ## 🖥️ Use with `mlx` ```bash pip install -U mlx-vlm ``` ```bash mlx_vlm.generate --model zecanard/Qwen3.6-27B-uncensored-abliterix-MLX-2bit-mixed_2_6 --max-tokens 100 --temperature 0 --prompt "Describe this image." --image ```