AI SeedbankHelp preserve open and free AI for humanity's future

← All models

orcarouter_Qwen3.8-27B-Uncensored-MLX--8-bit

orcarouter · View on Hugging Face ↗

Get this model

Download TorrentMagnet Link

Seeders: 1 · Leechers: 0

Observed 2026-09-01T16:02:52Z via announce.aitorrent.org:7070.

Model card

The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.


license: apache-2.0 base_model: Qwen/Qwen3.8-27B base_model_relation: quantized pipeline_tag: image-text-to-text library_name: mlx language:

  • en
  • zh tags:
  • abliterated
  • qwen3.8
  • qwen3_5
  • uncensored
  • ai-red-team
  • red-teaming
  • mlx
  • apple-silicon
  • quantized
  • 4-bit
  • 8-bit
  • vision-language
  • image-text-to-text
  • multimodal
  • function-calling
  • reasoning

Qwen3.8-27B-Uncensored-MLX

An abliterated (refusal-removed) MLX build of Qwen's Qwen3.8-27B — 2 / 4 / 6 / 8-bit for Apple Silicon

One Gateway. Every Model. — Route Smarter · Ship Safer · Spend Less.

Website · Model Catalog · Model API · GitHub · Discord · X


An abliterated (refusal-removed) build of Qwen/Qwen3.8-27B — a 27B-parameter dense, hybrid-attention (Gated DeltaNet linear + full attention) native vision-language model with thinking control, tool-calling and an MTP head — quantized to MLX format for Apple Silicon. Four precisions are provided — 2 / 4 / 6 / 8-bit (affine, group size 64) — each as a subfolder, with the 4-bit build also mirrored at the repo root so that orcarouter/Qwen3.8-27B-Uncensored-MLX loads directly in LM Studio and other tools that treat a repo as a single model. The vision tower, norms and conv layers are kept in BF16; only the language-model linear weights (including embed_tokens / lm_head) are quantized. Browse all models in the OrcaRouter Model Catalog. This model is deployed as API here.


⚠️ Disclaimer & risks — read before use

This model has had its safety alignment substantially removed via abliteration (orthogonalizing the refusal direction out of the residual stream). As a direct consequence:

  • It will comply with harmful, unethical, offensive, or illegal requests that the original Qwen3.8-27B would refuse. It has no meaningful built-in guardrails.
  • It is released strictly for legitimate research — interpretability, AI-safety and refusal-mechanism study, red-teaming, robustness evaluation, and controlled experiments.
  • You assume full responsibility and liability for how you use it and for everything it generates. Add your own safety, moderation and abuse-prevention layers before any deployment.
  • Use must comply with the Apache 2.0 License inherited from the base model, and all laws and regulations that apply to you.
  • The authors and uploaders accept no liability for any misuse or harm. Outputs do not reflect the views of the uploaders or of Qwen / Alibaba.

Specific risks

  • Harmful content on demand — it will produce instructions for malware, exploits, weapons, fraud and other illegal or dangerous activity when asked.
  • No refusals — jailbreak / safety probes "succeed" trivially; do not mistake this for a passing safety evaluation.
  • Confident falsehoods & bias — it can generate false, defamatory, biased or offensive text and present it authoritatively.
  • Expanded attack surface — preserved vision, tool-calling and 262K context mean these risks extend to image understanding and autonomous / agentic use.
  • Quantization noise — lower-bit builds (esp. 2-bit) add instability on top of the above; outputs can be degraded or nonsensical.

Intended use vs out of scope

  • Intended: AI-safety and interpretability research, refusal-mechanism study, red-teaming, guardrail and robustness evaluation, controlled academic experiments.
  • Out of scope: any deployment to end users, minors, or production without your own moderation / safety layer; any unlawful, harmful, or rights-infringing use.

By downloading or using this model you acknowledge and accept the above.


Available quantizations

Folder Bits/weight Size Shards Min Mac RAM Quality vs BF16 source
8-bit/ 8.627 ~27.5 GB 6 32 GB Near-lossless — recommended for quality
6-bit/ 6.661 ~22 GB 5 24–32 GB Excellent — strong quality/size balance
4-bit/ 4.695 ~15 GB 3 24 GB Very good — recommended default
2-bit/ 2.729 ~8.7 GB 2 16 GB ⚠️ Severely degraded — archival only

2-bit warning: at 27B, 2-bit quantization collapses generation quality (repetition loops, garbled output). It is included only as an extreme-compression archive; do not use it for real work — prefer 4-bit or higher.

Repo root = 4-bit/. The root of this repo holds a copy of the 4-bit build, so --model orcarouter/Qwen3.8-27B-Uncensored-MLX (no subfolder) resolves to 4-bit. Use the subfolder paths to pick any other precision.


Verification & test results

All builds were quantized from the same abliterated BF16 source and verified numerically (dequantized weights vs. source) plus tested by generation on GPU.

Precision Numerical fidelity (cosine) Text / Chinese / Code Refusal probes Vision
8-bit cos 0.9997 ✅ 0 refusals
6-bit cos 0.9996 ✅ 0 refusals
4-bit cos 0.996 ✅ 0 refusals
2-bit cos 0.92 ⚠️ breaks down ⚠️ garbled (not refusal) partial
  • Uncensored preserved: red-team probes (exploit walkthrough, controversial argument) return substantive content with zero refusals on 4 / 6 / 8-bit.
  • Multimodal preserved: shapes, colors, position, background and text in a probe image are described correctly on 4 / 6 / 8-bit.
  • Speed: ~32–37 tok/s steady-state on a single H200 (MLX CUDA backend). MLX's native target is Apple Silicon (Metal).

Note: on 6-bit, mlx's offline mx.dequantize mis-unpacks these weights (a library edge case), so correctness is verified by clean generation — inference is unaffected.


Usage (mlx-vlm, Apple Silicon)

pip install -U mlx-vlm    # needs mlx-vlm >= 0.6.13, mlx >= 0.32

# download one precision (e.g. 4-bit) from the subfolder
hf download orcarouter/Qwen3.8-27B-Uncensored-MLX --include "4-bit/*" \
    --local-dir ./Qwen3.8-27B-Uncensored-MLX

# text
python -m mlx_vlm generate \
    --model ./Qwen3.8-27B-Uncensored-MLX/4-bit \
    --prompt "Explain quantum entanglement in one sentence." --max-tokens 256

# vision (image + text)
python -m mlx_vlm generate \
    --model ./Qwen3.8-27B-Uncensored-MLX/4-bit \
    --image path/to/image.png \
    --prompt "Describe this image." --max-tokens 256

# OpenAI-compatible server
python -m mlx_vlm server --model ./Qwen3.8-27B-Uncensored-MLX/4-bit --port 8080

On Apple Silicon the Metal backend is used automatically — no CUDA setup needed. (On a Linux CUDA backend, vision requires MLX_CUDA_USE_CUDNN_SDPA=0; this does not apply on macOS.)


Multi-Token Prediction (MTP) — speculative decoding

This model has a native MTP head. In MLX, MTP is loaded as a separate drafter for speculative decoding: the main model is loaded with the MTP weights stripped, and the drafter is passed explicitly. The drafter lives in the mtp/ subfolder of this repo (model_type: qwen3_5_mtp) and works with any main-model precision (4 / 6 / 8-bit).

Setting an mtp_enabled flag on the main model alone does nothing — MLX needs the separate drafter passed via --draft-model … --draft-kind mtp.

# fetch a main-model precision (e.g. 6-bit) plus the MTP drafter
hf download orcarouter/Qwen3.8-27B-Uncensored-MLX --include "6-bit/*" "mtp/*" \
    --local-dir ./Qwen3.8-27B-Uncensored-MLX

# generate with MTP speculative decoding
python -m mlx_vlm generate \
    --model       ./Qwen3.8-27B-Uncensored-MLX/6-bit \
    --draft-model ./Qwen3.8-27B-Uncensored-MLX/mtp \
    --draft-kind mtp --draft-block-size 4 \
    --prompt "Explain quantum entanglement in one sentence." --max-tokens 256

# OpenAI-compatible server with MTP
python -m mlx_vlm server \
    --model       ./Qwen3.8-27B-Uncensored-MLX/6-bit \
    --draft-model ./Qwen3.8-27B-Uncensored-MLX/mtp \
    --draft-kind mtp --draft-block-size 4 --port 8080

Requirements: an mlx-vlm build with the qwen3_5_mtp drafter and --draft-kind mtp (available on mlx-vlm main). MTP acceptance is lossless — with greedy decoding the output is identical to running without the drafter, just fewer forward passes on accepted tokens. The speedup is realized on Apple Silicon (Metal); one drafter serves all precisions.


Usage (LM Studio)

Search for orcarouter/Qwen3.8-27B-Uncensored-MLX in LM Studio and download it — the repo root is the 4-bit build, and the other precisions appear as separate download options.

Three things to get right:

  1. This repo is gated. LM Studio downloads anonymously by default and will get an HTTP
    1. Accept the terms on the model page once, then paste a Hugging Face read token into LM Studio under Settings → Integrations → Hugging Face.
  2. Turn off KV cache quantization. MLX vision models do not support it on this architecture, and loading fails during initialization if it is enabled (mlx-engine#286).
  3. Pick a quant that fits. 8-bit is ~29.5 GB on disk and wants a 64 GB Mac; 6-bit suits 48 GB; 4-bit (~16 GB) is the right choice on a 32 GB Mac. LM Studio's "Likely too large" badge is a RAM warning, not an error.

If you are on an older LM Studio MLX runtime, update it (Settings → Runtime): qwen3_5 support landed in mlx-vlm 0.6.x, and older runtimes cannot load this architecture at all.


Model details

Base model Qwen/Qwen3.8-27B
Architecture Qwen3_5ForConditionalGeneration — 64 layers, hidden 5120, hybrid Gated DeltaNet (48 linear + 16 full attention, interval 4), native VL tower
Modification Abliteration (refusal-direction removal), then MLX affine quantization
Quantization MLX affine, group size 64, per-precision 2 / 4 / 6 / 8-bit
Kept in BF16 vision tower, all norms, linear-attention conv1d
Quantized language-model linear layers incl. embed_tokens and lm_head
Context 262,144 tokens

Magnet link

Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:

magnet:?xt=urn:btih:655d7f8ddf3b6c9c9eaa0e0f01958e6f25cf00ca&dn=orcarouter_Qwen3.8-27B-Uncensored-MLX--8-bit

Open magnet in torrent client · infohash 655d7f8ddf3b6c9c9eaa0e0f01958e6f25cf00ca

Files & hashes

PathSizesha1sha256
8-bit/README.md84 B (84 B)ad2ecfdb8d822dd515f9f6064776e01bdef629209a272b5949a803ab6eadf0703706dab183229952e2b374501d1069d0f6d16557
8-bit/chat_template.jinja8.7 KB (8,952 B)c0c686f9c38d70d179fb7b5f5aa7530bc913dda3c3cf9e34abf4f9e36c2d72165aa9c132d3e2a725b6c2586aaa3a8af9d7a81041
8-bit/config.json5.1 KB (5,187 B)8e8e40e7a37c9db5a04ee08879512dd3b15c10e610ee84e6bb4f99d09d3166ab85f92e5b313b8bdb9117f5db694c598173cd303b
8-bit/generation_config.json202 B (202 B)023756cfadf88e5bf69eefeee3e172f38c448d64e70c136c1b78ddc1fb0905bac8e733a4dc448d4f852a5dd75143fffc70be550e
8-bit/model-00001-of-00006.safetensors4.95 GB (5,317,707,349 B)d8f01eded64ecd012b90a8e1375433a5ec49cd1acadb77c2ed5f8ce833af528e
8-bit/model-00002-of-00006.safetensors4.99 GB (5,354,102,528 B)e90b3f8eadb473ce46d60f231d7a50f0386d4e6dcb92907cd7c99f1e75e33573
8-bit/model-00003-of-00006.safetensors4.99 GB (5,354,184,654 B)1fc349c8f9411680471dd5c0f6e586958feb9cc67d7c020ed459423b7b6ea050
8-bit/model-00004-of-00006.safetensors4.97 GB (5,337,309,675 B)86b4fe4b4a85620254875b52575f5a459f83f0ead952c362b9800937a2e9dba9
8-bit/model-00005-of-00006.safetensors4.93 GB (5,292,848,520 B)215aa22dc0d42e96283ae624b48c6ae82173999a6ff137c575f07f825ee53975
8-bit/model-00006-of-00006.safetensors2.65 GB (2,845,065,535 B)0c7e1d9fb971cf6eaea638ee8d48661abc85ed822e34f405e334b8c1ef910ff6
8-bit/model.safetensors.index.json213.2 KB (218,281 B)2201d72086cbb2e5dd524d3937182a859b685fc34301ca600788afb2a45c0aa367140d6144ecf617d0a51a8187fc6755d65301f8
8-bit/preprocessor_config.json390 B (390 B)2ea84a437d448ff71b08df68fdd949d5cc4ebb6427225450ac9c6529872ee1924fcb0962ff5634834f817040f444118116f4e516
8-bit/processor_config.json991 B (991 B)8f29fe38a79a9d8367009ebebd25c35b1f3c4e4045fc17c8dd2474af6b493b52483c26c0584b0082d368c480f9fa611e73070040
8-bit/tokenizer.json19.1 MB (19,989,325 B)06b9509352d2af50381ab2247e083b80d32d5c0aba91c272ca9ff729b6a0e523
8-bit/tokenizer_config.json10.2 KB (10,404 B)e3e0db7dfbf98a6537db964d8821812652f07fd047a7a8371379b07650b22f3c8a78c32fed85c4e35ea88e3da0c4b7a7611e8082
8-bit/video_preprocessor_config.json385 B (385 B)3ba673a5ad7d4d13f54155ecd38b2a94a6dac8fe7768af27c1fafa9cc9011c1dc20067e03f8915e03b63504550e11d5066986d13
8-bit/vocab.json6.4 MB (6,722,759 B)0aa0ce0658d60ac4a5d609f4eadb0e8e43514176ce99b4cb2983d118806ce0a8b777a35b093e2000a503ebde25853284c9dfa003
README.md11.6 KB (11,864 B)bfeb4836d4dc225e31dd2c82704e91cbaca452aafb143c61d455dca76fde5f25a667ebc72037ce73bd1a4836eab438c53af203ca
config.json5.1 KB (5,187 B)649a1a07d54b6278ae3982cdd5c7458aacf0b46ef238d3a11e8d96b4f688fd09c627879b9b87a067835c83cb7c1c102df7aa4fb0
generation_config.json202 B (202 B)023756cfadf88e5bf69eefeee3e172f38c448d64e70c136c1b78ddc1fb0905bac8e733a4dc448d4f852a5dd75143fffc70be550e
preprocessor_config.json390 B (390 B)2ea84a437d448ff71b08df68fdd949d5cc4ebb6427225450ac9c6529872ee1924fcb0962ff5634834f817040f444118116f4e516
tokenizer.json19.1 MB (19,989,325 B)06b9509352d2af50381ab2247e083b80d32d5c0aba91c272ca9ff729b6a0e523
tokenizer_config.json10.2 KB (10,404 B)e3e0db7dfbf98a6537db964d8821812652f07fd047a7a8371379b07650b22f3c8a78c32fed85c4e35ea88e3da0c4b7a7611e8082

Cite this release

Canonical URL
https://aiseedbank.org/models/orcarouter_Qwen3.8-27B-Uncensored-MLX--8-bit/
Slug
orcarouter_Qwen3.8-27B-Uncensored-MLX--8-bit
Infohash
655d7f8ddf3b6c9c9eaa0e0f01958e6f25cf00ca
License
apache-2.0
Signing key fingerprint
85a3b32c3712427b

Every file carries a locally computed sha256 — verify a download against the signed sums: orcarouter_Qwen3.8-27B-Uncensored-MLX--8-bit.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositoryorcarouter/Qwen3.8-27B-Uncensored-MLX
Revision (pinned)14963e70f886455cf93090ac95bdbf4c8730cbe1
Fetched at2026-08-31T23:02:32Z
License at fetchapache-2.0
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-08-31T23:12:34Z

apache-2.027.52 GB (29,548,192,593 bytes)mlxsafetensorsqwen3_5abliteratedqwen3.8uncensoredai-red-teamred-teamingapple-siliconquantized4-bit8-bitvision-languageimage-text-to-textmultimodalfunction-callingreasoningconversational2 languages (en, zh)