← back to catalog · registered 2026-09-19 02:56

windowsxp811203/Qwen3.8-27B-Abliterated-MLX-bf16-mtp

windowsxp811203 27B multimodal second-order
curl -H "Authorization: Bearer $ABL_KEY" \
     "https://abliteration.org/api/v1/models/windowsxp811203%2FQwen3.8-27B-Abliterated-MLX-bf16-mtp"
Response includes
  • classification m1
  • files 25
  • author_summary 16 models
  • readme_text full
10 credits · hourly refresh · ~4 KB payload Get an API key →
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-19

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
Languages
en zh
Tags
mlx safetensors qwen3_5 omlx bf16 mtp native-mtp apple-silicon qwen3.8 qwen abliterated uncensored

Related

Total size
51.7 GB
Files
25
Quantizations
1
Registered
2026-09-19 02:56
Last updated on HF
2026-09-19 02:43

Files by quantization

Auxiliary files 25 files 51.8 GB
model-00009-of-00011.safetensors 4.98 GB fa713a04 download
model-00005-of-00011.safetensors 4.98 GB 107a6ea3 download
model-00004-of-00011.safetensors 4.96 GB 3f67db2c download
model-00006-of-00011.safetensors 4.96 GB 33c68fe3 download
model-00003-of-00011.safetensors 4.96 GB 38563914 download
model-00007-of-00011.safetensors 4.96 GB bddc8383 download
model-00008-of-00011.safetensors 4.96 GB 2d41173d download
model-00002-of-00011.safetensors 4.96 GB 8ee077e1 download
model-00001-of-00011.safetensors 4.87 GB 6f74f4e7 download
model-00010-of-00011.safetensors 4.03 GB c2b238d5 download
model-00011-of-00011.safetensors 3.16 GB 21362236 download
tokenizer.json 19.1 MB 06b95093 download
vocab.json 6.41 MB 0aa0ce06 download
model.safetensors.index.json 115 KB 1cd99cf6 download
ABLIT_META.json 19.1 KB da953988 download
LICENSE 11.3 KB f938136e download
chat_template.jinja 8.74 KB c0c686f9 download
README.md 4.68 KB 95b2895c download
config.json 4.62 KB 5abfcb09 download
.gitattributes 1.53 KB 52373fe2 download
tokenizer_config.json 1.14 KB 1d134cd2 download
processor_config.json 991 B 8f29fe38 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: windowsxp811203/Qwen3.8-27B-Abliterated
pipeline_tag: image-text-to-text
library_name: mlx
tags:

  • mlx
  • omlx
  • bf16
  • mtp
  • native-mtp
  • apple-silicon
  • qwen3_5
  • qwen3.8
  • qwen
  • abliterated
  • uncensored
  • vision
    language:
  • en
  • zh

Qwen3.8-27B-Abliterated — MLX bf16 with native MTP

Unquantized MLX conversion of windowsxp811203/Qwen3.8-27B-Abliterated
(an abliterated Qwen/Qwen3.8-27B) with the MTP draft head and the vision
tower kept in the checkpoint
. 51.75 GiB (55.56 GB) of safetensors — this is the reference the quantized builds were made from,
and the right starting point if you want to run your own oQ / mlx-vlm quantization with MTP preserved.

runtime what you get
oMLX native MTP speculative decoding (mtp_enabled: true) + vision, at full bf16 quality
mlx-vlm 0.6.17 (tested on the oQ siblings) loads as a normal bf16 VLM — its sanitize() drops the in-file MTP tensors; add --draft-model <the downloaded drafter/ folder> for MTP. Releases that skip sanitize on MLX-format files (e.g. 0.6.3) reject the language_model.mtp.* keys

Quantized siblings (same conversion, oMLX oQ with preserve_mtp=True — MTP head kept, its Linears at the base bits, mtp.fc left bf16): oQ4e/ ((15.81 GiB)) · oQ6e/ ((22.09 GiB)) · oQ8e/ ((27.94 GiB)) — all in the project repo.

What is in the file

  • 1199 tensors, all bf16: language model (64 layers, 48 GatedDeltaNet + 16 full attention), vision tower 333 tensors,
    MTP head 15 tensors (language_model.mtp.*, mtp_num_hidden_layers: 1), lm_head untied.
  • MLX conventions applied by the converter: the zero-centered RMSNorm weights carry the +1 offset (input/post-attention
    layernorms, q_norm/k_norm, the final norm and every MTP norm including pre_fc_norm_*; the GDN linear_attn.norm
    gated RMSNorm is left as-is), the GDN conv1d is transposed to (channels, kernel, 1), and the vision
    patch_embed.proj.weight is moved to channels-last (out, T, H, W, in).
  • Provenance: converted with mlx_vlm.convert(quantize=False, dtype=bfloat16) under oMLX 0.6.4's MTP sanitize
    patch (mlx-vlm 0.6.3 @ 78b96eb, mlx 0.32), straight from the HF bf16 parent with no dtype change (all 1199 tensors bf16); apart from the three MLX layout conventions above, tensors are copied unchanged.

Verification

  • Probe against the HF parent: 15/15 MTP and 333/333 vision tensors present, all 1199 tensors bf16, and the sampled RMSNorm offsets (7 MTP + 3 trunk norms) are +1.000 within bf16 rounding.
  • MMLU (oMLX accuracy bench: 5-shot, its seeded 400-question sample stratified by subject, temperature 0, non-thinking, MTP enabled at depth 3 — the same settings as the oQ runs; single-letter answers barely exercise the draft path, so the score is effectively independent of MTP): 82.50 % (330/400) — the reference the oQ cards compare against.
  • Refusal was not re-run on this bf16 build. The parent's numbers carry over (same weights, MLX layout): AdvBench 520 → 1/520 (0.19 %) non-thinking, 0/520 thinking; HarmBench safety categories → 0/293. The oQ4e/oQ6e/oQ8e siblings quantized from it each measured 0/80 on AdvBench and 0/119 on HarmBench-safety (no prefill, non-thinking).

Usage (oMLX)

brew tap jundot/omlx https://github.com/jundot/omlx && brew install jundot/omlx/omlx
hf download windowsxp811203/Qwen3.8-27B-Abliterated-MLX-MTP --include "bf16/*" --local-dir ~/.omlx/models
omlx serve --model-dir ~/.omlx/models     # the model id is the folder name: bf16

Then in ~/.omlx/model_settings.json (note the models wrapper — a top-level model key is silently ignored):

{"version": 1, "models": {"bf16": {"mtp_enabled": true, "mtp_num_draft_tokens": 3}}}

The server log should print Speculative backend selected … Lightning MTP (model_type=qwen3_5, active) when it loads.

Support / 打賞

If these models are useful to you, tips are appreciated — they pay for the GPU time.
如果這些模型對你有幫助,歡迎打賞,用於支應算力成本。

USDT (TRC20) · TPTo32r7vKazpTNaFqfFZ2ztoK1DG88888

Disclaimer

Inherits the Apache-2.0 license of the base model. This model will not refuse; you are responsible for your use.

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.