Sparse computation is not a small model

The official Qwen card describes a sparse mixture of experts: 256 routed experts sit in each language layer, eight are selected for a token, and a shared expert joins them. Forty language layers repeat a hybrid rhythm—three Gated DeltaNet or linear-attention blocks, then one full-attention block. That design lowers the computation performed for a token without making the other weights disappear.

The exact Huihui artifact contains 35,951,822,704 BF16 parameters and occupies roughly 71.9 GB according to the Hugging Face model API. “3B active” therefore describes routing, not download size or total memory placement. It is closer to a large library that opens only the relevant shelves for each query than to a dense three-billion-parameter model.

It is also natively multimodal. The pinned configuration keeps Qwen’s 27-layer vision encoder, image and video tokens, thinking modes and tool-oriented chat format. Qwen documents a 262,144-token native context and optional YaRN extension toward one million tokens, while warning that static extension can reduce shorter-context quality.

Three days from release to abliteration

Qwen introduced the upstream model on 15 April 2026 as the first open-weight Qwen3.6 checkpoint, emphasizing repository-level coding, multimodal reasoning, agent workflows and the ability to preserve earlier reasoning traces across turns. The official release article is the best source for that intended character.

On 18 April, huihui-ai published the derivative used here. Its model card calls the result an “uncensored version” created through abliteration—and, importantly, calls the implementation a crude proof of concept. That modest wording matters. The repository supplies no refusal-rate benchmark and no post-edit coding rerun.

What abliteration actually edits

Abliteration is not a prompt jailbreak. The method grew from Arditi and colleagues’ refusal-direction research, which found that refusal behavior in several tested chat models could be strongly associated with a direction in residual-stream activation space. If selected weights are made unable to write into that direction, refusal can drop without conventional fine-tuning.

Huihui links to Sumandora’s pure-Transformers implementation: compare internal activations for harmful and harmless prompts, estimate a refusal direction, then project that direction out of selected model weights. The technique is fascinating precisely because it is narrow. Narrow does not mean consequence-free, universal or perfectly understood.

What is proven here?

The exact artifact and architecture are inspectable. The upstream Qwen benchmark suite is published. Huihui’s claim that the derivative is refusal-reduced is a publisher claim; this checkpoint has no published “zero refusal” evaluation or comprehensive capability-retention study.

The upstream numbers—and the honest boundary

Qwen reports 73.4 on SWE-bench Verified, 67.2 on SWE-bench Multilingual, 49.5 on SWE-bench Pro, 51.5 on Terminal-Bench 2.0 and 37.0 on MCPMark. Outside coding it reports 86.0 on GPQA, 92.7 on AIME 2026 and 81.7 on MMMU. The full table and harness notes live on the official upstream card.

Those numbers belong to Qwen’s original checkpoint. Huihui has not published the corresponding rerun after weight editing. The interesting open question is therefore not whether the upstream model was capable—it clearly was—but how much of that capability survives this particular intervention.

Who made it?

The architecture and original training come from the Qwen team. The derivative comes from the Hugging Face publisher huihui-ai, whose profile describes work on model ablations and collaboration with the open-source NLP community. Primary sources do not identify a named development crew, so we credit the public handle instead of inventing one.

How we treat it

Our prepared profile pins the exact revision above, serves a conservative 131,072-token text context and budgets one H200. That is an ABLITERATED.cloud hosting choice, not the upstream maximum. We do not transfer Qwen’s benchmarks to our endpoint until the exact artifact and runtime are measured.

The Huihui card warns that safety filtering is significantly reduced and recommends research, testing or controlled environments with human review. “Abliterated” should be read as refusal-reduced—not truthful, legal, harmless or guaranteed to answer every request.

Primary sources