← back to catalog · registered 2026-09-18 05:56

ultimaterex/Swift-Qwen3.8-27B-Uncensored-W4A16-AutoRound

ultimaterex 27B multimodal second-order
Abliteration classifier · v1.0.0
M1
Primary method

Direct removal

No other method signals detected in this model.
Confidence
MEDIUM
Why this label 3 signals
Method inferred from partial signals - repository name, related files, or tag patterns. Producer identity not confirmed; label may sharpen or shift as we gather more evidence.
  • 'abliterated' in name/tags
  • is_gguf=0 (base model)
  • no specific method indicators - defaulting to M1 (most common)
Refusal direction extracted via
Extraction technique

Difference-of-means

Confidence
MEDIUM
Why we say so
primary_method=M1; difference-of-means is the reference extraction for M1/M3 (Arditi 2024)
Downloads · 30-day
0
Likes
1
Model age
today
created 2026-09-18

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
other
Tags
safetensors qwen3_5 autoround w4a16 uncensored abliterated reasoning-efficient vllm image-text-to-text conversational base_model:d0xin/Swift-Qwen3.8-27B-Uncensored-BF16 base_model:quantized:d0xin/Swift-Qwen3.8-27B-Uncensored-BF16

Related

Total size
15.6 GB
Files
19
Quantizations
1
Registered
2026-09-18 05:56
Last updated on HF
2026-09-18 05:03

Files by quantization

Auxiliary files 19 files 15.6 GB
model-00003-of-00004.safetensors 4.00 GB ******** download
model-00001-of-00004.safetensors 3.99 GB ******** download
model-00002-of-00004.safetensors 3.99 GB ******** download
model-00004-of-00004.safetensors 3.62 GB ******** download
mtp_draft_vocab_ids.pt 322 KB ******** download
tokenizer.json 19.1 MB ******** download
model.safetensors.index.json 195 KB ecfd5a6b download
config.json 21.7 KB 91437e34 download
quantization_config.json 15.8 KB 263f7f84 download
LICENSE 13.0 KB 12dff614 download
LICENSE-APACHE-2.0 10.5 KB 8a5ec2a1 download
chat_template.jinja 8.74 KB c0c686f9 download
README.md 7.97 KB 1407ec24 download
NOTICE 3.09 KB 428249f9 download
.gitattributes 1.53 KB 52373fe2 download
processor_config.json 1.19 KB 43c4343e download
tokenizer_config.json 1.14 KB 1d134cd2 download
preprocessor_config.json 390 B 2ea84a43 download
generation_config.json 257 B abb9d753 download

README current version from Hugging Face


license: other
license_name: swift-open-license-1.0
license_link: LICENSE
gated: true
pipeline_tag: image-text-to-text
tags:

  • qwen3_5
  • autoround
  • w4a16
  • uncensored
  • abliterated
  • reasoning-efficient
  • vllm
    base_model: d0xin/Swift-Qwen3.8-27B-Uncensored-BF16
    base_model_relation: quantized

Swift-Qwen3.8-27B-Uncensored-W4A16-AutoRound

A W4A16 AutoRound quantization of d0xin/Swift-Qwen3.8-27B-Uncensored-BF16,
reproducing dbirks/Qwen3.8-27B-W4A16-AutoRound's
published recipe against this uncensored, reasoning-efficient base instead
of the official checkpoint. Combines ukisai/Swift-Qwen3.8-27b's
reasoning-token-efficiency adapter with d0xin's abliteration, quantized to
run comfortably on a single 24GB GPU with speculative decoding intact.

Provenance

Qwen/Qwen3.8-27B (Apache 2.0)
  -> ukisai/Swift-Qwen3.8-27b (Swift Open License v1.0)
       reasoning-efficiency LoRA adapter, merged
  -> d0xin/Swift-Qwen3.8-27B-Uncensored-BF16
       rank-1 directional residual-stream ablation, layer 38
       (131 / 1,199 tensors modified, vision tensors unchanged)
  -> this repository
       AutoRound W4A16 g128 sym quantization + int8 head/embed/MTP shrink

See NOTICE for the full attribution chain and license obligations.

Tested with

Quantized and served on a single RTX 3090 (24GB) using
syv-ai/HyperQwen's vLLM 0.28.0
container (DFlash2 MTP speculative decoding, --profile single). Both
context tiers documented there (CTX=fast, 65,536 tokens; CTX=huge,
245,760 tokens via KVarN) boot and serve correctly with this checkpoint --
see the throughput numbers below.

Throughput

Single-stream decode, DFlash2 MTP speculative decoding, RTX 3090, from a
real /v1/chat/completions request (not a synthetic benchmark harness --
we didn't run llama-bench here since that targets GGUF/llama.cpp and this
checkpoint is a vLLM/compressed-tensors format, a different serving path
than what's actually being measured below):

Context tier Decode throughput
CTX=fast (65,536 tokens) 148 tok/s
CTX=huge (245,760 tokens, KVarN) 96 tok/s

Both are in line with the official (non-uncensored, non-Swift)
checkpoint's own numbers on the same hardware and serving stack --
this quantization doesn't cost throughput relative to the baseline
recipe it reproduces.

Why this exists

Two other third-party attempts to combine Swift + uncensoring into an
AutoRound/GPTQ checkpoint for vLLM both fail to boot on a 24GB card
(torch.OutOfMemoryError at KV cache init, regardless of context tier).
In both cases the root cause was the same: lm_head and embed_tokens
were left unquantized at full BF16 (untied embeddings on this
248,320-vocab / 5,120-hidden model means that's ~5GB right there), and
the vision tower was similarly left unquantized. This checkpoint runs
prepare/'s int8 shrink pass on lm_head, embed_tokens, and the MTP
module on top of the AutoRound pass -- the step both of those checkpoints
skipped -- which is what makes it actually fit.

Quantization recipe

  • Tool: auto-round 0.15.0
  • Scheme: W4A16, group_size=128, symmetric
  • Calibration: 128 samples, 200 iterations (SignRound per-block
    early-stopping -- most blocks converged well before iter 200; observed
    range iter 67-197 in this run)
  • Excluded from quantization (kept BF16, matching dbirks' original
    recipe): linear_attn.in_proj_a, linear_attn.in_proj_b (DeltaNet
    recurrence-control projections), visual.* (vision tower), mtp.*
    (draft head)
  • Quantized on top, via this repo's own prepare/ scripts (not part
    of the AutoRound pass): lm_head and embed_tokens to int8 g128
    (round-trip relative error 0.0064 / 0.0056), the MTP module's linear
    layers to int8 g128 (round-trip relative error 0.0066-0.0153 across its
    8 linears), plus a 40,960-token draft vocabulary built for speculative
    decoding
  • Quantization tuning time: 1h48m on a single RTX 3090 (64/64
    transformer blocks, 400/607 tensors actually quantized -- the rest are
    the excluded BF16 layers above)
  • On-disk size: 16.8GB (down from 52GB BF16)

Reproduction script (quantize_abliterated.py) and this exact provenance
writeup are included in this repository.

Correctness validation

Ran a 6-task battery (math, code generation, factual recall, a
constraint-logic puzzle, a security-training explanation, and strict
output-format compliance) against this checkpoint and against the
official Qwen3.8-27B-W4A16-AutoRound baseline, both served via vLLM
0.28.0 with DFlash2 MTP speculative decoding on an RTX 3090:

Task This checkpoint Official baseline
Modular arithmetic correct correct
is_prime() implementation correct correct
Factual recall (capital city) correct correct
3-variable logic puzzle (unique solution) correct correct
Security-training explanation answered, no refusal answered, no refusal
Strict 3-item format compliance correct correct

6/6 correct on both -- no quality regression observed from this
quantization relative to the official recipe applied to the official
checkpoint.

Reasoning-token efficiency

UkisAI's own card for the Swift adapter reports "58.3% fewer thinking
tokens" as a headline figure, with a more specific "mean thinking token
reduction of 41.0% on general reasoning benchmarks." On our 6-task
battery above, this checkpoint used 1,058 total reasoning tokens
versus 1,539 for the official baseline on the same prompts --
31.2% fewer, directionally consistent with UkisAI's own numbers but
measured independently, on a small sample, after quantization. The
efficiency gain was not uniform across tasks -- on one logic puzzle this
checkpoint used more reasoning tokens than the baseline (267 vs. 209)
-- so treat this as a real, net efficiency gain, not a strict per-task
guarantee.

The "no refusal" result on the security-training prompt is a weak
signal for the uncensoring specifically: it's a fairly mainstream
security-awareness topic that the aligned baseline also answered without
refusing. This checkpoint's refusal-rate behavior under harder
adversarial prompts has not been separately stress-tested here; see
d0xin's own INTELLIGENCE_VALIDATION.json and 100-prompt refusal eval
for that base model's own numbers (0/100 refusals reported there).

Known limitations

  • Validated with a 6-prompt battery, not a full benchmark suite (no
    GPQA/MMLU-Pro/LiveCodeBench/AIME reproduction here).
  • Ships with the same shared DFlash2 drafter and draft_vocab_ids.json
    used by the official-weights checkpoints -- that drafter is trained on
    the official model's output distribution, so expect a lower MTP
    acceptance rate on content this tune generates differently (~20-21%
    in this family's other uncensored variants, rejection sampling always
    falls back to this model's own distribution so it's a speed
    characteristic, not a correctness issue).
  • CTX=huge (KVarN) tier tested and boots clean; both tiers were only
    exercised with short completions during validation, not
    long-context/long-generation stress testing.

Files

Model weights and tokenizer/config files are unmodified in structure
from the AutoRound + prepare/ pipeline output -- see config.json's
quantization_config for the exact compressed-tensors quantization
metadata. chat_template.jinja is byte-identical to the official
Qwen3.8-27B checkpoint's (sha256 c3cf9e34...81041).

License

Swift Open License v1.0 (LICENSE) governs the Swift Contribution this
work incorporates; commercial use above $1M annual revenue requires a
separate license from UkisAI (contact: https://ukisai.com/contact). The
underlying Qwen3.8-27B base remains under Apache License 2.0
(LICENSE-APACHE-2.0), included per Section 4(e) of the Swift Open
License v1.0. See NOTICE for the full chain.

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.