← back to catalog · registered 2026-09-24 22:57

dopaemon/Qwen3.6-35B-A3B-uncensored-heretic-Native-MTP-Preserved-oQ4e-mtp

dopaemon 35B MoE multimodal second-order
curl -H "Authorization: Bearer $ABL_KEY" \
     "https://abliteration.org/api/v1/models/dopaemon%2FQwen3.6-35B-A3B-uncensored-heretic-Native-MTP-Preserved-oQ4e-mtp"
Response includes
  • classification m3
  • files 15
  • author_summary 7 models
  • readme_text full
10 credits · hourly refresh · ~4 KB payload Get an API key →
Abliteration classifier · v1.0.0
M3
Primary method

Layer-wise ablation

Applied on top of direct removal inherited from the base model.
Confidence
HIGH
Inherited from base model
Why this label 2 signals
Producer identity confirmed by naming conventions, tags or the model card. This label is very unlikely to change.
  • 'heretic' in model name (Heretic-produced)
  • Heretic uses layer-wise optimization (M3) with underlying direction removal (M1)
Refusal direction extracted via
Extraction technique

Difference-of-means

Confidence
HIGH
Why we say so
name contains 'heretic'; Heretic default extraction is difference-of-means (Arditi 2024)
Downloads · 30-day
0
Likes
0
Model age
today
created 2026-09-24
Downloads over time
Now0→from0↑0%
00110 on Sep 240 on Sep 25Sep
Sep 24 → Sep 25 · 2 snapshots · spans 1 day

Genealogy 0 direct forks

Full fork graph →

This model's place in the market. Above: what it was derived from. Below: the tree of everything derived from it.

Metadata

License
apache-2.0
Languages
en zh
Tags
mlx safetensors qwen3_5_moe oq 4bit mixed-precision uncensored abliterated mpoa mtp lightning-mtp moe

Related

Total size
20.1 GB
Files
15
Quantizations
1
Registered
2026-09-24 22:57
Last updated on HF
2026-09-24 22:24

Files by quantization

Auxiliary files 15 files 20.1 GB
model-00003-of-00005.safetensors 4.78 GB 6817e3b6 download
model-00004-of-00005.safetensors 4.78 GB 11bea39d download
model-00002-of-00005.safetensors 4.78 GB 8ad4c08d download
model-00001-of-00005.safetensors 4.66 GB 8336645e download
model-00005-of-00005.safetensors 1.13 GB 3ff97bfc download
tokenizer.json 19.1 MB 6f32ce20 download
model.safetensors.index.json 200 KB b594da1f download
config.json 86.2 KB 5fb8d75a download
oq_imatrix_report.json 31.7 KB c0126a0d download
chat_template.jinja 11.7 KB 177eacb1 download
README.md 4.64 KB d975553a download
.gitattributes 1.53 KB 52373fe2 download
tokenizer_config.json 1.13 KB c487bad4 download
preprocessor_config.json 390 B 2ea84a43 download
generation_config.json 226 B 2dd033e0 download

README current version from Hugging Face


license: apache-2.0
language:

  • en
  • zh
    base_model: llmfan46/Qwen3.6-35B-A3B-uncensored-heretic-Native-MTP-Preserved
    pipeline_tag: image-text-to-text
    tags:
  • mlx
  • oq
  • 4bit
  • mixed-precision
  • uncensored
  • abliterated
  • mpoa
  • mtp
  • lightning-mtp
  • moe
  • qwen
  • apple-silicon

⚠️ Read this before downloading: enabling Lightning MTP makes this model slower

Mixed-precision quant of llmfan46/Qwen3.6-35B-A3B-uncensored-heretic-Native-MTP-Preserved, produced with oQ (oMLX v0.6.1). The MTP head is preserved so Lightning MTP can be enabled — but on this model, enabling it actually reduces generation speed instead of improving it.

TL;DR: If you don't need to test MTP on this specific model, don't download it. It's slower with Lightning MTP on, and no faster than other oQ4e quants with it off.

The MTP problem — measured, not guessed

Two oMLX benchmark runs on the same machine (M4 10-core, 32 GB), identical settings except mtp_enabled:

Setting 1k TG tok/s 4k TG tok/s TTFT (4k) Peak mem (4k)
Lightning MTP on (mtp_enabled: true) 41.2 35.1 8,879 ms 22.1 GB
MTP off (mtp_enabled: false) 39.2 37.6 8,817 ms 20.7 GB

At 1k context, MTP on wins by ~2 tok/s; at 4k context, MTP off is ~7% faster and uses ~1.4 GB less memory. In real use (longer contexts), MTP on is the slower option.

This is not unique to this quant: the exact same regression is documented upstream in jundot/omlx#2150 — on Qwen3.6-35B-A3B (MoE), Lightning MTP is 8–12% slower than the old fixed depth-1 MTP at every context length tested. The depth-k draft controller's cost model was tuned for dense backbones, and each extra verify token in this fine-grained MoE (256 experts) pulls a nearly disjoint routed-expert set — so the extra verification work isn't amortized. The issue also notes Lightning MTP is completely inactive during continuous batching (2×/4×), so batching speedups in the benchmark UI reflect plain batching, not MTP.

What this model is

This is an oQ4e (mixed-precision, ~4.6 bits-per-weight) MLX quant of the Heretic-abliterated Qwen3.6-35B-A3B with all 19 MTP tensors preserved — the first MTP-preserved MLX version of this model line, so anyone who wants to test Lightning MTP behavior on Qwen3.5/3.6 MoE can do so.

  • Base: Qwen/Qwen3.6-35B-A3B — 35B total / 3B activated, 256 experts (8 routed + 1 shared), 262k native context
  • Uncensored: Heretic v1.3.0 + MPOA abliteration — 10/100 refusals vs 83/100 original, KL divergence 0.0015
  • MTP: All 19 MTP tensors intact (mtp.layers.*, mtp.fc, mtp.norm, …)
  • Vision: Qwen3.6 VL tower intact — image + video input works (needs vlm_mtp_enabled for MTP on vision)

What is oQ?

Unlike uniform 4-bit quantization, oQ is a data-driven mixed-precision quantizer that calibrates per-layer sensitivity and allocates bits where they matter most. Critical layers (embeddings, LM head, the most sensitive transformer layers) are automatically promoted to 8-bit, while less sensitive layers stay at 4-bit. Typical result: ~4.6 bits-per-weight.

Benchmarked on Qwen3.5-35B-A3B (oMLX project):

Benchmark mlx-lm 4-bit oQ4
MMLU (300) 79.7% 83.3%
TruthfulQA (300) 87.7% 88.0%
HumanEval (full) 87.2% 85.4%
MBPP (300) 71.7% 74.3%

Quick start

# oMLX — MTP off (recommended for this model)
omlx serve --model underlotus/Qwen3.6-35B-A3B-uncensored-heretic-Native-MTP-Preserved-oQ4e-mtp

# To test Lightning MTP anyway (expect *slower* generation, see above)
omlx serve --model underlotus/Qwen3.6-35B-A3B-uncensored-heretic-Native-MTP-Preserved-oQ4e-mtp \
  --set mtp_enabled=true

Feedback welcome

If you measure Lightning MTP behavior on this model on different hardware (M3 Ultra, M4 Max, M5…) or a newer oMLX build, please post the benchmark link in the Community Discussion. The upstream issue is jundot/omlx#2150.

License

Apache 2.0, inherited from base model.

Catalog is the map. Apps are the tools.

Run models on your own machine, not in the cloud.

Every model page has an "Open in app" button that hands off directly to a local runtime of your choice - Abliteration, LM Studio, or Ollama. No API keys, no subscription, no prompt leakage.