--- base_model: DavidAU/Qwen3.6-40B-Claude-4.6-Opus-Deckard-Heretic-Uncensored-Thinking library_name: mlx language: - en - zh license: apache-2.0 tags: - mlx - decensored - unsloth - fine tune - heretic - uncensored - abliterated - multi-stage tuned. - all use cases - coder - creative - creative writing - fiction writing - plot generation - sub-plot generation - fiction writing - story generation - scene continue - storytelling - fiction story - science fiction - romance - all genres - story - writing - vivid prosing - vivid writing - fiction - roleplaying - bfloat16 - all use cases datasets: - TeichAI/claude-4.5-opus-high-reasoning-250x - DavidAU/PkDick-Deckard-5-Datasets pipeline_tag: image-text-to-text --- # 🦆 zecanard/Qwen3.6-40B-Claude-4.6-Opus-Deckard-Heretic-Uncensored-Thinking-MLX-5bit-int5-affine [This model](https://huggingface.co/zecanard/Qwen3.6-40B-Claude-4.6-Opus-Deckard-Heretic-Uncensored-Thinking-MLX-5bit-int5-affine) was converted to MLX from [`DavidAU/Qwen3.6-40B-Claude-4.6-Opus-Deckard-Heretic-Uncensored-Thinking`](https://huggingface.co/DavidAU/Qwen3.6-40B-Claude-4.6-Opus-Deckard-Heretic-Uncensored-Thinking) using `mlx-vlm` version **0.6.3**. Please refer to the [original model card](https://huggingface.co/DavidAU/Qwen3.6-40B-Claude-4.6-Opus-Deckard-Heretic-Uncensored-Thinking) for more details. ## 🌟 Quality Quantized vision language model with an effective **6.118 bits per weight**. `mlx_vlm.convert --quantize --q-group-size 32 --q-bits 5 --q-mode affine` ## 🛠️ 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-40B-Claude-4.6-Opus-Deckard-Heretic-Uncensored-Thinking-MLX-5bit-int5-affine --max-tokens 100 --temperature 0 --prompt "Describe this image." --image ```