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

IndrasMirror/Swift-Qwen3.8-27B-Uncensored-W4A16

IndrasMirror 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-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
Languages
en
Tags
transformers qwen qwen3.5 qwen3.8 text-generation multimodal image-text-to-text vllm speculative-decoding compressed-tensors w4a16 autoround
Total size
0 B
Files
2
Quantizations
1
Registered
2026-09-18 05:56
Last updated on HF
2026-09-18 06:11

Files by quantization

Auxiliary files 2 files 5.03 KB
README.md 3.55 KB 130971f2 download
.gitattributes 1.48 KB a6344aac download

README current version from Hugging Face


license: other
language:

  • en
    base_model: d0xin/Swift-Qwen3.8-27B-Uncensored-FP8
    tags:
  • qwen
  • qwen3.5
  • qwen3.8
  • text-generation
  • multimodal
  • vllm
  • speculative-decoding
  • compressed-tensors
  • w4a16
  • autoround
  • uncensored
  • nsfw
  • image-text-to-text
    pipeline_tag: image-text-to-text

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

The uncensored "Swift" Qwen3.8-27B checkpoint, quantized from FP8 to a
4-bit W4A16 compressed-tensors format with AutoRound, ready to serve
on vLLM with DFlash2 speculative decoding.

This is the model that powers the qwen3.8-swift-quetza-vllm local launch
profile. It runs as-is on a 24 GB card (RTX 3090/4090-class) at a
200,000-token context using int4 KV cache.

Gated repo. Download requires accepting the license / requesting access
on the repo page (the source FP8 model is also gated).

What this is

Base model d0xin/Swift-Qwen3.8-27B-Uncensored-FP8 (gated)
Architecture Qwen3_5ForConditionalGeneration (model_type: qwen3_5)
Quantization W4A16 — int4, symmetric, group_size 128, pack-quantized, compressed-tensors
Quantizer AutoRound (llm-compressor)
Modality Image + text → text (vision tower + MTP preserved)

Build recipe

Mirrors the W4A16 AutoRound card this was based on:

  • scheme: W4A16 (weights int4, activations fp16)
  • dataset: NeelNanda/pile-10k
  • nsamples 128, seqlen 2048, batch_size 4, iters 200, seed 42
  • format: llm_compressorcompressed-tensors

⚠ Size note (read this before downloading)

This checkpoint is larger than the 4-bit base profile even though both are
W4A16 g128. AutoRound left embed_tokens and lm_head in BF16
(~2.54 GB each) because its supported_types = (nn.Linear, Conv1D) does not
include nn.Embedding, so a --layer_config for those two is silently
ignored. Result:

lm visual mtp total
4-bit base profile 15.18 GB 0.92 0.64 16.74 GB
this Swift W4A16 17.68 GB 0.92 0.85 19.45 GB

With the DFlash2 drafter loaded, the model OOMs by ~120 MiB at full
config on a 24 GB card. Mitigations (handled by the launcher script):

  • MTP tensors un-indexed (model_extra_tensors.safetensors moved aside)
  • DFLASH_TOKENS lowered to 3 (from 7)
  • --no-draft runs the model alone at reduced context — always fits, no
    speculative decoding

If a future Swift checkpoint has embed_tokens/lm_head 4-bit packed, these
caveats no longer apply.

Running it

The companion launcher (not in this repo) is
qwen3.8-swift-quetza-vllm, a docker/vLLM wrapper:

qwen3.8-swift-quetza-vllm                       # start vLLM + QuetzaCodetl
qwen3.8-swift-quetza-vllm --no-draft            # if the load OOMs (frees ~3.5 GB)
qwen3.8-swift-quetza-vllm --no-reasoning        # thinking OFF
qwen3.8-swift-quetza-vllm --status             # backend state
qwen3.8-swift-quetza-vllm --stop               # free the GPU

It uses the image ghcr.io/syv-ai/qwen38-27b-rtx3090:latest, serves on
localhost:18022 as model name qwen3.8-27b, int4 KV cache, 200K context.

Files

  • model-0000X-of-00007.safetensors — quantized weights (7 shards)
  • model_extra_tensors.safetensors — MTP / extra tensors (un-indexed by the launcher)
  • model.safetensors.index.json — weight map
  • config.json, quantization_config.json, generation_config.json
  • tokenizer.json, tokenizer_config.json, chat_template.jinja
  • preprocessor_config.json, processor_config.json — vision processor
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.