SC117/Qwen3.6-35B-A3B-uncensored-heretic-Native-MTP-Preserved-APEX-GGUF

🤗 Hugging Face sourceimage-text-to-textapache-2.0149 GBGGUFChecksums witnessedupdated today
No torrent yet
APEX MTP Uncensored

Qwen3.6-35B-A3B

English | 📖 中文文档

🔄 Update (2026-06-26)

Optimized quantization strategy with improved imatrix calibration. File sizes reduced while maintaining quality:

  • I-Compact: 16.61 GB → 15.85 GB (-0.76 GB)
  • I-Balanced: 24.24 GB → 24.18 GB (-0.06 GB)
  • I-Quality: 21.90 GB → 21.90 GB (unchanged)
💡 What is APEX?

These GGUF files are quantized using APEX, a novel MoE-aware mixed-precision quantization technique that outperforms standard quantization methods while being significantly smaller.

APEX beats Q8_0 perplexity at half the size — and even beats F16.

APEX classifies every tensor by its role — routed expert, shared expert, or attention — and applies a layer-wise precision gradient, giving the most sensitive edge layers higher precision and compressing the redundant middle layers more aggressively.

📦 APEX Quantization Tiers
FileSizeProfileBest For
*-APEX-I-Quality.gguf21.90 GBI-QualityHighest quality, best accuracy
*-APEX-I-Balanced.gguf24.18 GBI-BalancedBest all-rounder, recommended
*-APEX-I-Compact.gguf15.85 GBI-CompactBest quality/size ratio
📊 Why APEX?
MethodSizePerplexityHellaSwagSpeed
F1664.6 GB6.53782.5%30.4 t/s
Q8_034.4 GB6.53383.0%52.5 t/s
APEX I-Quality21.3 GB6.55283.5%63.1 t/s
APEX I-Balanced23.6 GB6.54883.0%61.4 t/s
APEX I-Compact16.1 GB6.66981.8%69.8 t/s
APEX Mini12.2 GB7.08881.0%74.4 t/s

Benchmarks on Qwen3.5-35B-A3B, NVIDIA DGX Spark (GB10, 122 GB VRAM).

📐 I-Variant: Diverse Imatrix Calibration

I-variants use a diverse calibration dataset spanning chat, code, reasoning, and tool-calling — no Wikipedia. This produces higher accuracy on real-world benchmarks, lower KL divergence, and tiny perplexity increase on wikitext.

🔓 Original Model

Base: llmfan46/Qwen3.6-35B-A3B-uncensored-heretic-Native-MTP-Preserved

Decensored version of Qwen/Qwen3.6-35B-A3B, made using Heretic v1.3.0 + MPOA.

88% fewer refusals (10/100 Uncensored vs 83/100 Original) while preserving model quality (0.0015 KL divergence).

⚡ MTP Speculative Decoding

All 20 MTP layers preserved. Use --spec-type draft-mtp --spec-draft-n-max 2 for 20-50% speed boost.

🧠 Model Details
ArchitectureQwen3.5 MoE (Mixture of Experts)
Parameters35B total, 3B active per token
Experts256 routed experts, 8 active per token
Layers40 transformer layers + 1 MTP layer
Context262,144 tokens
DecensoringHeretic v1.3.0 + MPOA (88% fewer refusals, 0.0015 KL)
🚀 Usage

llama.cpp

hf download SC117/Qwen3.6-35B-A3B-uncensored-heretic-Native-MTP-Preserved-APEX-GGUF --include "*.gguf" --local-dir ./models ./llama-server -m ./models/...APEX-I-Compact.gguf -ngl 99 -ncmoe 16 -c 131072 --spec-type draft-mtp --spec-draft-n-max 2

Ollama

echo 'FROM ./...APEX-I-Compact.gguf' > Modelfile ollama create my-model -f Modelfile && ollama run my-model

🎛️ Recommended Settings
ModeParameters
Thinking (general)temp=1.0, top_p=0.95, top_k=20, pres_penalty=1.5
Thinking (coding)temp=0.6, top_p=0.95, top_k=20
Instruct (general)temp=0.7, top_p=0.8, top_k=20, pres_penalty=1.5
Instruct (reasoning)temp=1.0, top_p=1.0, top_k=40, pres_penalty=2.0

Links

Citation

@misc{qwen36_35b_a3b,
title = {{Qwen3.6-35B-A3B}: Agentic Coding Power, Now Open to All},
url = {https://qwen.ai/blog?id=qwen3.6-35b-a3b},
author = {{Qwen Team}},
month = {April},
year = {2026}
}