Update model card: honest re-eval (retract compliance-leaderboard artifact), efficiency+capability focus
Browse files
README.md
CHANGED
|
@@ -12,209 +12,101 @@ tags:
|
|
| 12 |
pipeline_tag: text-generation
|
| 13 |
---
|
| 14 |
|
| 15 |
-
# Qwen3.6-35B-A3B-Uncensored
|
| 16 |
|
| 17 |
-
**By [kyaky
|
| 18 |
|
| 19 |
-

|
| 16 |
|
| 17 |
+
**By [kyaky](https://huggingface.co/kyaky) · Blackwell team**
|
| 18 |
|
| 19 |
+

|
| 20 |
|
| 21 |
+
An **uncensored research build** of Qwen3.6-35B-A3B: gentle abliteration + fine-tuning + compliant chain-of-thought data, quantized to **NVFP4 (~21 GB)**. Its distinguishing engineering properties are a fix for the *thinking-mode refusal-reconstruction* failure, **preserved capability**, and **high token-efficiency** — not a claim of being "the most compliant" model.
|
| 22 |
|
| 23 |
+
## ⚠️ Responsible use — read this first
|
| 24 |
|
| 25 |
+
This model has **no safety guardrails**. It can comply with harmful requests, including in thinking mode.
|
| 26 |
|
| 27 |
+
It is released for **legitimate red-team, safety, alignment, evaluation, and controlled research use only**. You are responsible for all downstream controls, access restriction, monitoring, and compliance with applicable law and policy. The authors do **not** endorse misuse, harm, illegal activity, self-harm, or unsafe deployment, and specifically do not support using it to facilitate self-harm or to produce weapons/mass-casualty content.
|
| 28 |
|
| 29 |
+
## What this build actually contributes
|
| 30 |
|
| 31 |
+
Public uncensored models are made by **abliteration** — a weight projection that suppresses refusal. That works for old chat models, but these are **thinking models**: in thinking mode an abliterated model can *re-derive* the refusal inside its `<think>` chain and refuse anyway, and thinking mode is the serving default.
|
| 32 |
|
| 33 |
+
This build addresses that failure mode by going one step past abliteration:
|
| 34 |
|
| 35 |
+
> **gentle abliteration → fine-tuning → compliant chain-of-thought data → light on-policy DPO**
|
| 36 |
|
| 37 |
+
The point is not "removes more refusals." It is that the model's behavior stays *consistent across thinking-ON and thinking-OFF* instead of collapsing when reasoning is enabled — a training (data) fix, not a projection trick.
|
| 38 |
|
| 39 |
+
## Verified, honest claims
|
| 40 |
|
| 41 |
+
We only keep claims that survived rigorous re-evaluation (see "Evaluation honesty" below). These are capability/quality/efficiency properties — **content-neutral**:
|
| 42 |
|
| 43 |
+
| Property | Result |
|
| 44 |
+
|---|---|
|
| 45 |
+
| **Capability (GSM8K, thinking-ON)** | **0.913** — top of the abliteration field |
|
| 46 |
+
| Capability (GSM8K, raw completions) | 0.873 — tied-top |
|
| 47 |
+
| **Quant quality** | NVFP4 (21 GB) behavior ≈ BF16 full-precision (quality/coherence preserved; the largest precision drop is survived within noise) |
|
| 48 |
+
| **Token-efficiency** | Delivers a complete final answer within a ~1024-token budget on ~97% of prompts; the strongest public abliterations need ~2× the budget (they deliver ~2–18% at 1024). Lower latency / cost per response. |
|
| 49 |
+
| Coherence | Clean (verified across quant formats) |
|
| 50 |
+
| Both-mode consistency | Comparable behavior thinking-ON and thinking-OFF |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
|
| 52 |
+
**No weak axis:** among the abliteration field we measured, competitors each trade one axis for another (one sacrifices reasoning, another sacrifices non-English quality); this build is the most balanced all-rounder, and is uniquely token-efficient.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
|
| 54 |
+
## Evaluation honesty
|
| 55 |
|
| 56 |
+
An earlier draft of this card reported a large *thinking-ON compliance lead* over other uncensored models (e.g. "80% vs a 3–63% field"). **On rigorous re-evaluation that lead was largely a measurement artifact, and we have retracted it.** The distortions were:
|
| 57 |
|
| 58 |
+
1. **Greedy decoding** on thinking models (degenerate / non-representative of deployment).
|
| 59 |
+
2. **Too-small generation budget** — the model's `<think>` chain was truncated *before* its final answer, so a judge saw "no answer" and scored a refusal where the model was actually complying.
|
| 60 |
+
3. **An unreliable judge** that systematically under-counted compliance.
|
|
|
|
|
|
|
| 61 |
|
| 62 |
+
Re-run with deployment temperature, an adequate token budget, full-response storage, a reliable judge, and scoring the *final answer* (not the `<think>` block), the leading serious uncensored models are **comparable**, not far apart. We therefore make **no "beats the field at compliance" claim**. The reusable lesson — evaluate uncensored models at deploy temperature, with enough tokens for reasoning to finish, storing full outputs, with a reliable judge, scoring the answer — is the part of this work worth citing.
|
| 63 |
|
| 64 |
## Model details
|
| 65 |
|
| 66 |
| Field | Value |
|
| 67 |
|---|---|
|
| 68 |
| Model | `Qwen3.6-35B-A3B-Uncensored` |
|
| 69 |
+
| Author | `kyaky` · Blackwell team |
|
|
|
|
| 70 |
| Base | `Qwen/Qwen3.6-35B-A3B` |
|
| 71 |
| Architecture | multimodal hybrid GatedDeltaNet + attention |
|
| 72 |
+
| MoE | fused 256-expert, top-8, ~3B active |
|
| 73 |
+
| Quant | NVFP4 (weight-only FP4 experts + FP8 attention) |
|
|
|
|
| 74 |
| Size | ~21 GB |
|
| 75 |
| Target hardware | Blackwell / `sm120` |
|
| 76 |
| License | Apache 2.0 |
|
| 77 |
|
| 78 |
+
BF16 is also available for re-quantization to FP8 / AWQ / GGUF / other formats. Behavior is quant-format-independent (verified), so any format inherits the same properties.
|
| 79 |
|
| 80 |
## Method recipe
|
| 81 |
|
| 82 |
+
**gentle abliteration → SFT [~85% capability-dominant (OpenMathInstruct-2 / OpenCodeReasoning / Tulu-3-minus-safety) + ~15% compliance, half compliant-CoT (`gpt-oss` analysis → `<think>`) / half direct] → light on-policy DPO → NVFP4 quant → re-measure**
|
| 83 |
|
| 84 |
+
The essential idea: teach the model to stay consistent *through the reasoning path* that would otherwise reconstruct refusal, and quantize without losing capability. Fine-tuning is the fix; abliteration is only the starting point.
|
| 85 |
|
| 86 |
## Serving with vLLM
|
| 87 |
|
| 88 |
```bash
|
| 89 |
+
vllm serve kyaky/Qwen3.6-35B-A3B-Uncensored-NVFP4 \
|
| 90 |
--trust-remote-code \
|
| 91 |
+
--reasoning-parser qwen3 \
|
| 92 |
+
--max-model-len 32768
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 93 |
```
|
| 94 |
|
| 95 |
+
Thinking mode is the deployment default and is supported. For the widest per-format compatibility, re-quantize from the BF16 artifact.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 96 |
|
| 97 |
## Intended use
|
| 98 |
|
| 99 |
+
Controlled red-team evaluation · safety & alignment research · refusal / over-refusal analysis · benchmark development · studying thinking-mode failure modes · local experimentation by qualified users with appropriate controls.
|
| 100 |
|
| 101 |
+
**Do not** deploy to untrusted users without independent safeguards, policy layers, monitoring, and access controls.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
|
| 103 |
## Limitations
|
| 104 |
|
| 105 |
+
- No built-in safety guardrails; may produce harmful, illegal, or unsafe outputs if prompted.
|
|
|
|
| 106 |
- Requires downstream governance for any real deployment.
|
| 107 |
- NVFP4 target is Blackwell / `sm120`.
|
| 108 |
+
- Benchmarks are from the stated harness and should be independently reproduced for high-stakes decisions.
|
| 109 |
|
| 110 |
## Citation / attribution
|
| 111 |
|
| 112 |
+
Model by **kyaky**, Blackwell team. Base model: **Qwen/Qwen3.6-35B-A3B**. Released under **Apache 2.0**.
|
|
|
|
|
|
|
|
|
|
|
|