CoolFace
Modelpublic

DreamFast/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive-Safetensor-Benchmark

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
6likes308downloads
Model Card

Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive-Safetensor-Benchmark

๐Ÿ’ฌ Community: Join the Abliterlitics Discord for discussion, model releases and support.

Recovered HuggingFace safetensors from the Q8_0 quantized GGUF published by HauhauCS.

Source

FieldValue
Original GGUFQwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive-Q8_K_P.gguf
GGUF Size41 GB
QuantizationQ8_0 (355 tensors), F32 (301 tensors), F16 (77 tensors)
Reference ModelQwen3.6-35B-A3B (official, BF16)
ArchitectureQwen3_5MoeForConditionalGeneration (MoE hybrid Gated DeltaNet + Gated Attention, 256 experts with 8 active per token)

Recovery Details

Converted from GGUF to HuggingFace safetensors format using ungguf with bit-exact verification.

All 693 GGUF-derived tensors verified bit-exact against the GGUF source after applying:

  • โ€”GGML Fortran-order reversal (reverse_shape=True for all tensors)
  • โ€”Norm convention (subtract 1.0)
  • โ€”A_log convention (log(-A))
  • โ€”V-head inverse reorder (vperk=2: 16 K-heads / 32 V-heads)
  • โ€”Expert 3D tensor reshape and gate/up concatenation

MTP and Vision Encoder Restoration

The GGUF file does not contain Multi-Token Prediction (MTP) or vision encoder tensors โ€” these are excluded by the llama.cpp converter that produced it. For a complete, loadable model, the following were copied verbatim from the official Qwen3.6-35B-A3B reference model:

ComponentTensorsSource
Vision encoder (model.visual.*)333Reference model (bit-exact copy)
MTP layers (mtp.*)4Reference model (bit-exact copy)
Additional vision/metadata tensors15Reference model (bit-exact copy)

All 352 copied tensors verified bit-exact against the reference.

Sanity Check

The recovered model was tested with vLLM (FP8 + TP2 on 2x GPUs):

ModelHarmful CoherenceBenign CoherenceHarmful Refusal
Base MoE (FP8+TP2)100%100%40%
Recovered MoE (FP8+TP2)100%100%0%

The recovered model achieves 100% coherence on both harmful and benign prompts, matching the base model's generation quality. The abliteration is effective: 0% refusal rate (down from the base model's 40%).

Tensor Comparison vs Base Model

Compared against the official Qwen3.6-35B-A3B base to identify abliteration modifications:

Summary

CategoryTensorsIdentical to BaseModified
GGUF-derived693307386
Copied (MTP + vision)3523520
Total1045659386

Unchanged Tensors (identical to base)

These tensors were not modified by abliteration:

GroupCountNote
layernorm82Input/post-attention layernorms
linear_attn.norm30Layer norms for linear attention
linear_attn.conv1d30Conv1d weights
linear_attn.dt_bias30Delta-time biases
linear_attn.A_log30A-log parameters
self_attn.q_norm / k_norm22QK norms for full attention
router_gate41Expert router gates
vision333Vision encoder
mtp4Multi-token prediction layers
final_norm1Final layer norm

Modified Tensors

GroupTotalModifiedTypical % ChangedMax Abs Diff
expert_gate_up414041โ€“79%1.8e-02
expert_down414042โ€“85%6.5e-02
shared_expert_gate414076โ€“93%2.5e-02
shared_expert_up414038โ€“92%2.1e-02
shared_expert_down414065โ€“88%2.4e-02
shared_expert_gate_scalar411689โ€“99%5.6e-03
linear_attn.out_proj303075โ€“88%6.5e-02
linear_attn.in_proj_qkv302673โ€“76%2.3e-03
linear_attn.in_proj_z302675โ€“77%2.0e-03
linear_attn.in_proj_a302676โ€“78%9.8e-04
linear_attn.in_proj_b302677โ€“80%9.8e-04
self_attn.o_proj111075โ€“87%3.2e-02
self_attn.q_proj11875โ€“76%1.6e-03
self_attn.k_proj11876โ€“80%1.2e-03
self_attn.v_proj11877โ€“79%2.0e-03
embed_tokens1174%1.1e-03
lm_head1175%1.1e-03

Key observations:

  • โ€”Expert and shared expert projections show the largest deviations (up to 6.5e-02 max abs diff)
  • โ€”Linear attention out_proj has the highest max abs diff (6.5e-02), consistent with the 27B model pattern
  • โ€”Router gates and normalization layers were left untouched โ€” the abliteration targeted only projection weights
  • โ€”40 of 41 MoE layers have modified expert tensors; the unmodified layer's experts may have been below a threshold
  • โ€”Layer 0's linear attention projections are unmodified, while layers 1+ show modifications (26/30 layers affected)

Output Format

PropertyValue
FormatHuggingFace safetensors (17 shards)
DtypeBF16 (dequantized from Q8_0/F32/F16)
Total Size67 GB
Tensor Count1045
Shard Size~4.1 GB

Usage

Load with HuggingFace transformers:

python
from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained(
    "./Qwen3.6-35B-A3B-HauhauCS-Q8KP-recovered",
    torch_dtype="auto",
    device_map="auto",
)
tokenizer = AutoTokenizer.from_pretrained("./Qwen3.6-35B-A3B-HauhauCS-Q8KP-recovered")

For efficient inference with vLLM:

bash
vllm serve ./Qwen3.6-35B-A3B-HauhauCS-Q8KP-recovered --quantization fp8 --tensor-parallel-size 2

See our other tensor comparisons and provenance analyses for HauhauCS models at: [DreamFast HauhauCS Safetensor Benchmarks](https://huggingface.co/collections/DreamFast/hauhaucs-safetensor-benchmarks)

Quality Notes

This model was recovered from a lossy Q8_0 quantization. While the conversion itself is bit-exact to the GGUF source, the original quantization introduces error on the most affected tensors compared to the original BF16 weights. The abliteration modifications (up to 0.065 max abs diff) are significantly larger than the quantization noise, confirming the abliteration signal is well-preserved.

Benchmarks

Benchmarks and tensor analysis coming soon. See our previous HauhauCS model benchmarks and evaluations at: [DreamFast HauhauCS Safetensor Benchmarks](https://huggingface.co/collections/DreamFast/hauhaucs-safetensor-benchmarks)

Files

Qwen3.6-35B-A3B-HauhauCS-Q8KP-recovered/
โ”œโ”€โ”€ config.json
โ”œโ”€โ”€ generation_config.json
โ”œโ”€โ”€ tokenizer.json
โ”œโ”€โ”€ tokenizer_config.json
โ”œโ”€โ”€ preprocessor_config.json
โ”œโ”€โ”€ video_preprocessor_config.json
โ”œโ”€โ”€ chat_template.jinja
โ”œโ”€โ”€ vocab.json
โ”œโ”€โ”€ merges.txt
โ”œโ”€โ”€ model.safetensors.index.json
โ”œโ”€โ”€ model.safetensors-00001-of-00017.safetensors
โ”œโ”€โ”€ ...
โ”œโ”€โ”€ model.safetensors-00017-of-00017.safetensors
โ””โ”€โ”€ diff_report.json              # Full tensor-by-tensor comparison