How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("image-text-to-text", model="SC117/Qwen3.6-35B-A3B-uncensored-heretic-Native-MTP-Preserved-APEX-GGUF")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("SC117/Qwen3.6-35B-A3B-uncensored-heretic-Native-MTP-Preserved-APEX-GGUF", device_map="auto")
Quick Links
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}
}
Downloads last month
71,415
GGUF
Model size
0.4B params
Architecture
clip
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

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

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