Disclosure
This model is abliterated - the hard-refusal reflex on adult / creative content has been reduced
via single-direction weight orthogonalization. Harm guardrails are retained by design: self-harm
prompts still redirect to help (e.g. 988), and it is not intended to assist genuine wrongdoing.
Capability is preserved. Tagged not-for-all-audiences. Use responsibly - you are responsible for
your use. License inherited from the base model: Apache-2.0.
Method
- Expert prune (REAP): ~20% of the MoE experts removed by 0xSero's REAP method, 122B -> ~99B
params (205 of 256 experts),
qwen35moe arch, A10B active budget retained. Done upstream, in
0xSero/Qwen3.5-99B.
- Abliteration: single mid-layer refusal direction removed via weight orthogonalization on the
bf16 pruned base; routers preserved. No MTP/NextN block exists in this variant.
- Format: safetensors, sharded, with config + tokenizer + index. No vision tensors, no MTP head.
Files
Table with columns: Format, Precision, ~Size, Notes| Format | Precision | ~Size | Notes |
|---|
| safetensors (50 shards) | bf16 | ~185 GB | abliterated REAP base; qwen35moe, 48 layers, no nextn |
The model is 48 transformer layers (block_count=48), qwen35moe architecture, ~99B params with an
A10B active-expert budget. The upstream config declares a phantom nextn (MTP) layer that carries
no weights - downstream GGUF converters should treat this as a clean 48-layer model
(block_count=48) and ignore the phantom head.
Quants
GGUF quants (Q6_K down to IQ2_XS, imatrix-weighted, 48-layer / no MTP) are published at
RobinsonLabs/Qwen3.5-122B-A10B-REAP-20-abliterated-GGUF.
Provenance
Qwen3.5-122B-A10B (Apache-2.0) -> REAP-20 expert-prune (0xSero, repo "Qwen3.5-99B") ->
abliterated bf16 (Robinson Labs). This safetensors repo is the abliterated bf16 master; the GGUF
ladder is quantized from it.