How to use from
MLX LM
Generate or start a chat session
# Install MLX LM
uv tool install mlx-lm
# Interactive chat REPL
mlx_lm.chat --model "TheCluster/Qwen3.5-27B-Heretic-Text-MLX-mxfp8"
Run an OpenAI-compatible server
# Install MLX LM
uv tool install mlx-lm
# Start the server
mlx_lm.server --model "TheCluster/Qwen3.5-27B-Heretic-Text-MLX-mxfp8"
# Calling the OpenAI-compatible server with curl
curl -X POST "http://localhost:8000/v1/chat/completions" \
   -H "Content-Type: application/json" \
   --data '{
     "model": "TheCluster/Qwen3.5-27B-Heretic-Text-MLX-mxfp8",
     "messages": [
       {"role": "user", "content": "Hello"}
     ]
   }'
Quick Links

Qwen3.5-27B Heretic (Text only)

Quality: quantized (mxfp8, naive, group size: 32)

This is text only abliterated (uncensored) version of Qwen/Qwen3.5-27B

This model supports thinking mode, but it is disabled by default, you can enable thinking via --chat-template-kwargs '{"enable_thinking":true}'

Abliteration metrics

Metric This model Original model (Qwen/Qwen3.5-27B)
KL divergence 0.0653 0 (by definition)
Refusals 14/100 94/100

Source

This model was converted to MLX format from coder3101/Qwen3.5-27B-heretic using mlx-lm version 0.30.7.

Downloads last month
20
Safetensors
Model size
27B params
Tensor type
U8
U32
BF16
MLX
Hardware compatibility
Log In to add your hardware

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 馃檵 Ask for provider support

Model tree for TheCluster/Qwen3.5-27B-Heretic-Text-MLX-mxfp8

Base model

Qwen/Qwen3.5-27B
Quantized
(18)
this model