← back to catalog · registered 2026-09-26 16:57

DoktorMincs/ThinkingCap-Qwen3.8-27B-abliterated-W4A16-AutoRound

DoktorMincs 27B multimodal second-order
curl -H "Authorization: Bearer $ABL_KEY" \
     "https://abliteration.org/api/v1/models/DoktorMincs%2FThinkingCap-Qwen3.8-27B-abliterated-W4A16-AutoRound"
Response includes
  • classification m-uncensored
  • files 17
  • author_summary 3 models
  • readme_text full
10 credits · hourly refresh · ~4 KB payload Get an API key →
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-26

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
transformers safetensors qwen3_5 image-text-to-text autoround w4a16 int4 compressed-tensors vllm marlin mtp vision

Related

Total size
18.1 GB
Files
17
Quantizations
1
Registered
2026-09-26 16:57
Last updated on HF
2026-09-26 16:50

Files by quantization

Auxiliary files 17 files 18.1 GB
model-00003-of-00004.safetensors 5.00 GB e88d2ac5 download
model-00002-of-00004.safetensors 4.99 GB 07d3cd7b download
model-00001-of-00004.safetensors 4.98 GB 8a16af0c download
model-00004-of-00004.safetensors 3.15 GB 8b9bfc3c download
tokenizer.json 19.1 MB 06b95093 download
model.safetensors.index.json 194 KB aa135eb0 download
config.json 10.5 KB 5227d3b5 download
chat_template.jinja 8.74 KB c0c686f9 download
README.md 4.01 KB 77e478a3 download
.gitattributes 1.53 KB 52373fe2 download
LICENSE 1.23 KB c6b9bd63 download
processor_config.json 1.19 KB 43c4343e download
tokenizer_config.json 1.14 KB b4acebe0 download
NOTICE 757 B ced5b77f download
preprocessor_config.json 390 B 2ea84a43 download
video_preprocessor_config.json 385 B 3ba673a5 download
generation_config.json 214 B c53835dc download

README current version from Hugging Face


license: other
license_name: polyform-small-business-1.0.0
license_link: LICENSE
base_model: IstroSec/ThinkingCap-Qwen3.8-27B-abliterated
base_model_relation: quantized
library_name: transformers
pipeline_tag: image-text-to-text
tags:

  • qwen3_5
  • autoround
  • w4a16
  • int4
  • compressed-tensors
  • vllm
  • marlin
  • mtp
  • vision
  • abliterated
  • uncensored

ThinkingCap-Qwen3.8-27B-abliterated — W4A16 AutoRound

4-bit weight-only quantization (W4A16, int4 symmetric, group_size 128) of
IstroSec/ThinkingCap-Qwen3.8-27B-abliterated
using AutoRound via llm-compressor 0.14 + auto-round 0.15.

  • Quantized: all language-model Linear layers (400 modules: attention, MLP and GatedDeltaNet projections) → compressed-tensors pack-quantized (served by vLLM's Marlin kernels).
  • Preserved in BF16 (untouched, bit-identical to the base model):
    • Vision tower (model.visual.*, 333 tensors)
    • MTP / Multi-Token Prediction head (mtp.*, 15 tensors) — enables speculative decoding
    • lm_head, embeddings, norms, conv1d, and the GatedDeltaNet in_proj_a/in_proj_b projections (output dim 48 < group_size 128)
  • Calibration: 128 samples × 2048 tokens from neuralmagic/LLM_compression_calibration with the model's own chat template, 200 AutoRound iterations per layer.
  • Size: ~19.5 GB (base BF16: ~52 GB).

Quality

Perplexity measured on 50 held-out texts from wikitext-103, 16,007 evaluated tokens.
Deliberately not the calibration set, which would flatter the result. Same texts, same
tokenization (identical token count for both), same method (raw text, no chat template),
both models served by vLLM:

Model Perplexity
base BF16 8.1133 —
W4A16 AutoRound 8.8426 +8.99%

This is above the ~5% degradation usually accepted for W4A16 (int4, group_size 128),
so treat the LM fidelity as degraded more than a typical W4A16 quant of this size. The
degradation is not visible in short side-by-side chat samples, which read as equivalent to
the BF16 original — perplexity averages small probability shifts over every token and is
the more sensitive instrument here. If you need tighter fidelity, re-quantizing with more
AutoRound iterations (iters=400) and more calibration samples (nsamples=256) is the
first knob to turn.

Note that perplexity measures language-modelling fidelity only; it is not a substitute for
task-specific evaluation.

Usage (vLLM ≥ 0.28)

vllm serve DoktorMincs/ThinkingCap-Qwen3.8-27B-abliterated-W4A16-AutoRound \
  --tensor-parallel-size 2 \
  --max-model-len 32768 \
  --reasoning-parser qwen3 \
  --enable-prefix-caching \
  --speculative-config '{"method": "mtp", "num_speculative_tokens": 3}'
  • Vision inputs work normally (image/video); the vision tower runs in BF16.
  • The MTP draft head loads from the same checkpoint for speculative decoding.
  • Validated on vLLM 0.28 (text, MTP speculative decoding, vision), Marlin kernels
    (CompressedTensorsWNA16).
  • This is a thinking model: with a small max_tokens the whole budget can be consumed
    by the reasoning trace, leaving the visible answer empty. Use max_tokens ≥ 1024 and
    prefer the chat endpoint over raw completion.

Notes

  • Architecture: Qwen3_5ForConditionalGeneration (hybrid: 64 layers, 3:1 GatedDeltaNet
    linear-attention : full-attention, 27-block ViT, 1 MTP layer).
  • Abliteration is inherited from the base model — quantizing does not remove it, and this
    derivative carries the same behavioural characteristics and the same usage warnings.
  • Calibration data is general (math/code/logic/science QA); for heavy RP/creative use, a
    domain-matched calibration set may further improve fidelity.

License

Inherited from the base model: PolyForm Small Business License 1.0.0, © 2026 BottleCap AI.
See LICENSE and NOTICE in this repository.

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 Abliteration" button that hands the model directly to the first-party desktop client, at the quantization your rig can actually run. No API keys, no subscription, no prompt leakage.