← back to catalog · registered 2026-09-11 19:55

TheUnderscore/Qwen3.8-27B-TWIN-TURBO-Fable-Cold-Fusion-709-L-Uncensored-W4A16-AWQ

TheUnderscore 27B multimodal second-order
Abliteration classifier · v1.0.0
M-U
Primary method

Uncensored (method unknown)

No other method signals detected in this model.
Confidence
LOW
Why this label 3 signals
Weak or ambiguous signals. Best guess based on catalog patterns; treat as tentative and check the evidence below.
  • 'uncensored' in name/tags but no 'abliterated' marker
  • method not identifiable from author declaration alone
  • may be DPO fine-tune, prompt engineering, or unknown technique
Refusal direction extraction

No specific extraction method could be identified for this model. The producer either did not document it or used a proprietary pipeline.

What is a refusal direction? →
Downloads · 30-day
0
Likes
0
Model age
today
created 2026-09-11
Downloads over time
Now0from0↑0%
00110 on Sep 110 on Sep 12Sep
Sep 11 → Sep 12 · 2 snapshots · spans 1 day

Genealogy 0 direct forks

Full fork graph →

This model's place in the market. Above: what it was derived from. Below: the tree of everything derived from it.

Metadata

License
apache-2.0
Tags
transformers safetensors qwen3_5 image-text-to-text qwen qwen3.5 qwen3.8 awq int4 w4a16 compressed-tensors lmdeploy

Related

Total size
18.2 GB
Files
20
Quantizations
1
Registered
2026-09-11 19:55
Last updated on HF
2026-09-11 19:13

Files by quantization

Auxiliary files 20 files 18.2 GB
model-00007-of-00008.safetensors 4.03 GB a2815729 download
model-00001-of-00008.safetensors 3.23 GB bb72f4de download
model-00006-of-00008.safetensors 2.04 GB 31bbe56e download
model-00002-of-00008.safetensors 2.04 GB 861f070c download
model-00004-of-00008.safetensors 2.03 GB d969318a download
model-00005-of-00008.safetensors 2.03 GB e68136c0 download
model-00003-of-00008.safetensors 2.03 GB f6fad65a download
model-nonquant.safetensors 810 MB 9f1f9e40 download
tokenizer.json 19.1 MB 06b95093 download
vocab.json 6.41 MB 0aa0ce06 download
model.safetensors.index.json 236 KB c87ed2f3 download
config.json 20.3 KB 8e3f93ef download
quantize-awq-hybrid.py 19.0 KB 422aee61 download
chat_template.jinja 16.5 KB be33c51b download
README.md 3.16 KB 8ce037ae download
.gitattributes 1.53 KB 52373fe2 download
tokenizer_config.json 1.10 KB d1a20cc3 download
preprocessor_config.json 390 B 2ea84a43 download
video_preprocessor_config.json 385 B 3ba673a5 download
generation_config.json 202 B 023756cf download

README current version from Hugging Face


license: apache-2.0
library_name: transformers
pipeline_tag: image-text-to-text
base_model: DavidAU/Qwen3.8-27B-TWIN-TURBO-Fable-Cold-Fusion-709-L-Uncensored
tags:

  • qwen
  • qwen3.5
  • qwen3.8
  • awq
  • int4
  • w4a16
  • compressed-tensors
  • lmdeploy
  • twin-turbo
  • heretic
  • uncensored
  • fable
  • davidau
  • finetune

Qwen3.8-27B-TWIN-TURBO-Fable-Cold-Fusion-709-L-Uncensored-W4A16-AWQ

W4A16 (4-bit weights, 16-bit activations) AWQ compressed-tensors quantization
of DavidAU/Qwen3.8-27B-TWIN-TURBO-Fable-Cold-Fusion-709-L-Uncensored.

TWIN-TURBO: Smaller quants with higher performance and vastly reduced "thinking tokens". Features 5 thinking modes and 5 instruct modes, switchable on the fly (via API, direct, or chat "in message"). This is the Light to Moderate Heretic/uncensored version with stronger balance on performance.

Quantization method

  • Scheme: W4A16_ASYM — 4-bit asymmetric per-group quantization (group size 128) of all Linear weights, stored in the compressed-tensors pack-quantized format (weight_packed / weight_scale / weight_zero_point / weight_shape), which LMDeploy turbomind auto-detects and loads natively (including the MTP heads and vision tower, which stay BF16).
  • Tooling: llmcompressor one-shot offline quantization with CPU offloading (compressed_tensors.offload.load_offloaded_model), so the full-precision source fits on a 2×16 GB VRAM setup.
  • AWQ activation smoothing: AWQModifier with the layer-scoped hybrid-attention mappings from build_hybrid_attention_mappings — full-attention input_layernormself_attn.q/k/v, post_attention_layernormmlp.gate/up, and mlp.up_projmlp.down_proj, with duo_scaling="both" and CPU offload, followed by W4A16 quantization. This layer-scoped recipe is required for hybrid-attention (Qwen3.5-family) architectures — grouped-regex smoothing or mismatched mappings corrupt decoding.
  • Unquantized (kept BF16): embeddings, lm_head, norms, linear_attn.in_proj_a/b, the vision tower, and MTP heads.
  • Quant run stats: 244.0 min total, peak 5.06 GB per GPU. 400 quantized modules across 7 data shards + nonquant shard.

Benchmarks

See the original model's README for full benchmark tables.

Usage

Tested with LMDeploy turbomind:

from lmdeploy import pipeline, TurbomindEngineConfig

pipe = pipeline(
    "TheUnderscore/Qwen3.8-27B-TWIN-TURBO-Fable-Cold-Fusion-709-L-Uncensored-W4A16-AWQ",
    backend_config=TurbomindEngineConfig(
        tp=2,
        model_format="compressed-tensors",
        language_model_only=True,
    ),
)
print(pipe("Hello, who are you?").text)

Files

  • quantize-awq-hybrid.py — the script used to produce this quantization (CPU-offloaded, DDP/torchrun, produces properly numbered -of-N shards). --offload_dir selects where per-rank CPU offload temp folders live (defaults to the current working directory).
  • model-nonquant.safetensors — unquantized tensors (mtp.* and model.visual.*) preserved BF16 so the full model architecture is loadable.
Catalog is the map. Apps are the tools.

Run models on your own machine, not in the cloud.

Every model page has an "Open in app" button that hands off directly to a local runtime of your choice - Infrahuman, LM Studio, or Ollama. No API keys, no subscription, no prompt leakage.