← back to catalog · registered 2026-09-20 23:56

Ted17846578368756/qwen36-35b-a3b-uncensored-optiq-4b-mtp

Ted17846578368756 Qwen 35B MoE multimodal
curl -H "Authorization: Bearer $ABL_KEY" \
     "https://abliteration.org/api/v1/models/Ted17846578368756%2Fqwen36-35b-a3b-uncensored-optiq-4b-mtp"
Response includes
  • classification m1
  • files 16
  • author_summary 2 models
  • readme_text full
10 credits · hourly refresh · ~4 KB payload Get an API key →
Abliteration classifier · v1.0.0
M1
Primary method

Direct removal

No other method signals detected in this model.
Confidence
MEDIUM
Why this label 3 signals
Method inferred from partial signals - repository name, related files, or tag patterns. Producer identity not confirmed; label may sharpen or shift as we gather more evidence.
  • 'abliterated' in name/tags
  • is_gguf=0 (base model)
  • no specific method indicators - defaulting to M1 (most common)
Refusal direction extracted via
Extraction technique

Difference-of-means

Confidence
MEDIUM
Why we say so
primary_method=M1; difference-of-means is the reference extraction for M1/M3 (Arditi 2024)
Downloads · 30-day
0
Likes
0
Model age
today
created 2026-09-20
Downloads over time
Now0from0↑0%
00110 on Sep 200 on Sep 21Sep
Sep 20 → Sep 21 · 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 4-bit mixed-precision optiq mtp speculative-decoding abliterated uncensored qwen3.6 conversational

Related

Total size
20.6 GB
Files
16
Quantizations
1
Registered
2026-09-20 23:56
Last updated on HF
2026-09-20 14:29

Files by quantization

Auxiliary files 16 files 20.6 GB
model-00002-of-00005.safetensors 5.00 GB 07108fd7 download
model-00001-of-00005.safetensors 4.99 GB 39fb5594 download
model-00003-of-00005.safetensors 4.89 GB b755c2e9 download
model-00004-of-00005.safetensors 4.83 GB 481a7189 download
model-00005-of-00005.safetensors 935 MB ee23ae72 download
tokenizer.json 19.1 MB 87a7830d download
model.safetensors.index.json 183 KB 526995d7 download
config.json 113 KB 1683f126 download
chat_template.jinja 7.58 KB a8755d82 download
README.md 6.40 KB 8e5d9acc download
.gitattributes 1.53 KB 52373fe2 download
SHA256SUMS.json 1.50 KB 0fa71b01 download
tokenizer_config.json 1.11 KB f57cfc38 download
mtplx_runtime.json 758 B 524bbe4d download
kv_config.json 660 B fc16b1c4 download
generation_config.json 248 B 4f98cc18 download

README current version from Hugging Face


license: apache-2.0
base_model:

  • Qwen/Qwen3.6-35B-A3B
  • mlx-community/Qwen3.6-35B-A3B-OptiQ-4bit
    base_model_relation: quantized
    library_name: mlx
    pipeline_tag: image-text-to-text
    tags:
  • mlx
  • safetensors
  • qwen3_5_moe
  • 4-bit
  • mixed-precision
  • optiq
  • mtp
  • speculative-decoding
  • abliterated
  • uncensored
  • qwen3.6
  • conversational
    language:
  • en
  • zh

Qwen3.6-35B-A3B-Uncensored-MLX-OptiQ-4bit-MTP

Uncensored Qwen3.6-35B-A3B (hybrid linear/full-attention MoE, 40 layers,
256 routed experts + shared expert, 3B active), MLX mixed-precision 4-bit with
the exact OptiQ bit allocation of mlx-community/Qwen3.6-35B-A3B-OptiQ-4bit
pinned and reproduced
, refusal-subspace burn applied at the weight level,
native MTP speculative-decoding head carried through. Drop-in size/latency
match with the stock OptiQ quant (~4.51 bpw, 24.7 GB).

Unlike the sibling qwen38-uncensored-mlx4b-mtp (which repacks an upstream
abliterated quantized release), this model was built in the correct order:
extract -> burn -> quantize from the BF16 master, so no tensor carries a
requant noise floor and the edit is provably present at the weight level.

Method

  1. Extract a rank-8 per-layer refusal subspace from the stock quant
    (arditi2024-rank-k-subspace-per-layer, n=256 harmful/harmless prompts per
    class, 99.9 % massive-activation masking, --load-mlx, thinking disabled).
    Fisher separation 3.89 (best layer 38) - refusal here is genuinely
    multi-directional: mean cross-layer span overlap only 0.21.
  2. Burn into the BF16 master: W' = W - Q(Q^T W) per layer basis on every
    residual writer - 124 tensors: 30 linear_attn.out_proj, 10 self_attn.o_proj,
    40 fused mlp.experts.down_proj [256,2048,512] (per-expert einsum),
    40 mlp.shared_expert.down_proj, embed_tokens (row space), and the 3
    writers mirrored in mtp.*. lambda = 1.0. lm_head, router, norms, readers
    and the vision tower are never touched.
  3. Quantize with the shipped recipe pinned (512 modules: 394 @ 8-bit,
    118 @ 4-bit, gs 64, affine) via mlx_lm.convert + quant_predicate -
    never a re-derived sensitivity sweep - and rebuild optiq/mtp.safetensors
    from the burned master at the shipped 4-bit gs64 width.

Verification

Weight forensics (dequantized diff vs the stock OptiQ quant, byte-offset
readers, no model load):

tier subspace leak (burned) leak (stock) delta norm delta energy in refusal span
8-bit writers 4.9e-04 0.065 0.060-0.080 = sqrt(k/d) 0.97-0.98
4-bit fused experts 5.7e-03 0.063 0.123-0.128 0.26 (= burn/(burn+requant noise))
non-writers (391) - - 0.00e+00, byte-identical -

= 99.97 % of refusal-subspace energy removed from every writer; nothing else
moved. Pre-quant check on the BF16 master: 555x suppression, 124/124 writers.

Behaviour (n=8 harmful set, refusal judged on the post-think final answer
only, 4096-token budget): 0/8 refusals with thinking OFF and 0/8 with
thinking ON
(the CoT re-derivation failure mode documented for other Qwen
releases does not appear here). Benign prompts fully coherent in both modes.
Disclaimers may still appear around substantive answers - the burn removes
the refusal decision, not safety knowledge.

Capability (optiq eval, harness defaults):

benchmark score
GSM8K (1000) 94.7 %
MMLU 5-shot (969) 82.1 % (+-2.4)
IFEval (541) 80.4 % strict / 83.5 % loose (instruction-level 85.5 / 87.9)
HumanEval (164) 89.0 % pass@1 (+-4.8)

All within the expected band for this architecture at this bpw; no
abliteration-side capability signature (format drift, constraint-ignoring,
degeneration) observed.

Provenance

  • Master: Qwen/Qwen3.6-35B-A3B (BF16, 26 shards, 71.9 GB) - downloaded, burned, converted.
  • Allocation: pinned from mlx-community/Qwen3.6-35B-A3B-OptiQ-4bit
    (config.json["quantization"], 512 modules; optiq_metadata.json copied verbatim).
  • MTP head: 37 tensors in optiq/mtp.safetensors, 9 quantized @ 4-bit gs64
    (projections), mtp.fc + fused experts + norms BF16; registered in
    config.json (mtp_file, mtp_policy: optiq-int4-prequantized-gs64,
    mlx_lm_extra_tensors.mtp_file). The 3 head writers carry the burn
    (experts.down_proj stays BF16 -> lossless).
  • Vision tower: optiq/optiq_vision.safetensors, 333 BF16 tensors,
    byte-identical copy from the stock quant (never a burn target).
  • Tokenizer / chat template / kv_config.json (per-layer KV bits): verbatim
    from the stock quant.
  • SHA256SUMS.json: sha256 of every weight file in this repo.

Use

Text or image+text on Apple Silicon via the OptiQ runtime:

pip install mlx-optiq
optiq serve ./qwen36-35b-a3b-uncensored-optiq-4b-mtp --mtp     # OpenAI + Anthropic API
optiq run claude -m Ted17846578368756/qwen36-35b-a3b-uncensored-optiq-4b-mtp

Stock mlx_lm / mlx_vlm load it as a plain mixed-precision quant (sidecars
under optiq/ are ignored by the strict loader; the OptiQ runtime resolves
them via config.json). MTP speculation depth 2 is the sweet spot on this
architecture (~70 % acceptance). Note this repo uses the OptiQ sidecar MTP
layout
(optiq/mtp.safetensors + mtp_file key), not the inline
language_model.mtp.* graft used in the qwen38 sibling - oMLX picks up the
inline layout, optiq serve --mtp picks up this one.

Thinking mode is on by default in the chat template; pass
enable_thinking: False (or the template's /no_think) for direct answers.
Both modes are uncensored (verified above).

"oMLX: Model Settings → Import MTP side-car → Lightning MTP (needs mtplx_runtime.json, ≥0.6.3)"

Known limits

  • Rank-8 per-layer burn at lambda=1.0. If residual refusals appear on rare
    prompt classes they route through directions outside the extracted span;
    re-extraction at higher k or a runtime hook (apply_refusal_hook.py) can
    cover more.
  • mtp.fc.weight is intentionally unburned (fusion layer, not a residual
    writer). Post-bake probing showed the head not gating; if a future
    extraction ever shows head-mediated refusal, that is the first tensor to
    burn.
  • Safety knowledge is intact by design: expect hedging/disclaimers around
    compliant answers. This is not a jailbreak-robust model against
    adversarial fine-tuning; it removes the refusal decision vector.
  • Abliterated models can produce harmful content. Apache-2.0 inherited from
    Qwen/Qwen3.6-35B-A3B; use responsibly.
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.