← back to catalog · registered 2026-09-17 11:56

ddark-il/Qwen3.8-27B-Uncensored

ddark-il 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
881
Likes
3
Model age
3w ago
created 2026-08-27

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
mlx safetensors qwen3_5 omlx awq quantized vision-language image-text-to-text conversational base_model:orcarouter/Qwen3.8-27B-Uncensored base_model:finetune:orcarouter/Qwen3.8-27B-Uncensored license:apache-2.0

Related

Total size
16.2 GB
Files
18
Quantizations
1
Registered
2026-09-17 11:56
Last updated on HF
2026-08-27 08:44

Files by quantization

Auxiliary files 18 files 16.2 GB
model-00002-of-00005.safetensors 5.00 GB 9bba4000 download
model-00001-of-00005.safetensors 4.97 GB d49ce5fe download
model-00003-of-00005.safetensors 4.96 GB f1c8cd1f download
model-00004-of-00005.safetensors 995 MB 6a1437ad download
model-00005-of-00005.safetensors 266 MB 3952ab64 download
tokenizer.json 12.2 MB 0997f410 download
vocab.json 6.41 MB 0aa0ce06 download
merges.txt 3.20 MB a494e019 download
model.safetensors.index.json 221 KB c7ea555b download
config.json 62.8 KB fde0b4e5 download
tokenizer_config.json 17.5 KB 5de744b3 download
LICENSE 11.3 KB f938136e download
chat_template.jinja 8.74 KB c0c686f9 download
README.md 2.57 KB 25956a35 download
.gitattributes 1.53 KB 52373fe2 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
base_model: orcarouter/Qwen3.8-27B-Uncensored
tags:

  • mlx
  • omlx
  • awq
  • quantized
  • qwen3_5
  • vision-language
    pipeline_tag: image-text-to-text

Qwen3.8-27B-Uncensored — AWQ 5.0bpw (gs64)

The quantization recipe of
True2456/Qwen3.8-27B-AWQ-5.0bpw
applied to orcarouter/Qwen3.8-27B-Uncensored.

17.35 GB · BPW 5.00 · same per-module bit map as the donor (MLP 4-bit gs64,
GDN in_proj 5-bit gs64, attention q/k/v 8-bit gs64, o_proj 4-bit gs64, lm_head
6-bit gs128, embeddings 4-bit gs128, vision tower 8-bit, MTP head 8/6/4-bit).

How it was made

  • Per-module {bits, group_size} map taken verbatim from the donor's
    config.json (mode: affine).
  • The donor's AWQ calibration was transplanted, not re-run: the donor folds
    a per-hidden-channel scale s into each post_attention_layernorm and a
    per-intermediate-channel scale t into up_proj rows / down_proj columns.
    Both were recovered from the donor (the fine-tune's norms are bit-identical
    to base Qwen, which makes s exact; t was recovered from the donor's
    dequantized down_proj by robust median ratio). The same folds were applied
    to the fine-tune's weights before quantization — mathematically an identity
    transform, so nothing of the fine-tune is lost.
  • On top of the transplanted scales, LM MLP weights got a per-group MSE clip
    search (α grid 1.0→0.90), which measures slightly better weight-MSE than
    the donor build (0.0892 vs 0.0913 rel RMS on layer 0 gate_proj).
  • Everything outside the LM MLP is RTN at the donor's widths — verified
    bit-exact against the donor on the MTP head and all
    post_attention_layernorm tensors (64/64). The only intentional deviations
    are mtp.layers.0.self_attn.o_proj and mtp.layers.0.mlp.down_proj, which
    in the donor carry a double-quantization artifact from its 2026-08-16 MTP
    repair; here they are quantized directly from bf16 (slightly lower error).
  • MTP head ships inside the checkpoint (31 tensors under mtp.*), quantized
    8/6/4-bit like the donor. The 27 vision linear_fc2 stay bf16 (input dim
    4304 not divisible by any supported group size), same as the donor.

Requires oMLX

Same caveat as the donor: the checkpoint keeps mtp.* weights so the MTP head
can bind. Stock mlx_lm/mlx_vlm either drop MTP + vision or mis-apply the
norm shift. Load with oMLX (mtp_enabled for native multi-token-prediction
decode).

Tokenizer, chat template and configs are the fine-tune's own files.

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.