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

← All models

orcarouter_Qwen3.8-27B-Uncensored

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: finetune pipeline_tag: image-text-to-text library_name: transformers language:

  • en
  • zh tags:
  • abliterated
  • qwen
  • qwen3
  • qwen3.8
  • uncensored
  • ai-red-team
  • red-teaming
  • bf16
  • post-training
  • fine-tuning
  • vision-language
  • function-calling
  • reasoning
  • mtp

Qwen3.8-27B-Uncensored

The full-precision BF16 abliterated (refusal-removed) build of Qwen's Qwen3.8-27B — the source for fine-tuning, post-training & quantization

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

Run via API · API Endpoint · Website · Model Catalog · Model Card · GitHub · Discord · X


The full-precision BF16 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 flexible thinking control, tool-calling, and an MTP speculative-decoding head. These are the source weights from which the quantized releases are derived, and the recommended base for further fine-tuning / post-training and quantization — the full vision tower and MTP head are preserved. Browse all models in the OrcaRouter Model Catalog. This model is deployed as API here.

Derived releases:  •  Qwen3.8-27B-Uncensored-FP8 — block-FP8 for vLLM serving  •  Qwen3.8-27B-Uncensored-GGUF — 2-bit→16-bit GGUF for llama.cpp  •  Qwen3.8-27B-Uncensored-MLX — MLX for Apple Silicon (2 / 4 / 8-bit).


⚠️ Disclaimer — 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. Do not deploy it to end users or in production without adding your own safety, moderation, and abuse-prevention layers.
  • 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 arising from this model. Its outputs do not reflect the views of the uploaders or of Qwen / Alibaba.

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


Model details

Base model Qwen/Qwen3.8-27B
Architecture Qwen3_5ForConditionalGeneration — 64 layers, hidden 5120, hybrid Gated DeltaNet (48 linear-attention + 16 full-attention, interval 4), native VL tower + MTP head
Modification Abliteration (refusal-direction removal) on the BF16 weights — no quantization
Format safetensors, BF16, 18 shards (55.6 GB, 1199 tensors)
Precision BF16 throughout (full precision — same numeric format as the base release)
Preserved Full vision-language tower (333 visual.* tensors) and MTP speculative-decoding head (15 mtp.* tensors)
Context 262,144 tokens
Recommended for Fine-tuning / post-training (SFT · DPO · RL), re-quantization, interpretability & red-team research

Abliteration

Refusal-direction removal following Arditi et al. (2024), Refusal in Language Models Is Mediated by a Single Direction. A single refusal direction r (k = 1) is estimated as the massive-activation–masked mean-difference of harmful − harmless last-token residuals at layer 38 (round(0.6 × 64)), on AdvBench (harmful) vs Alpaca (harmless). r is then orthogonalized out of every residual-writing matrix — W' = W − r(rᵀW) — computed in float32:

Component matrices edited
self_attn.o_proj (16 full-attention layers + MTP) 17
linear_attn.out_proj (48 linear-attention / GDN layers) 48
mlp.down_proj (64 layers + MTP) 65
embed_tokens (row space) 1
Total 131

The vision tower is untouched and the MTP head is abliterated consistently with the main model, so speculative decoding keeps working. Max residual leakage after the edit: 1.8e-2 (float32 projection → bf16 storage epsilon). This is a surgical weight edit — it changes ~0 general capability (see Evaluation) while collapsing refusal behaviour.

Fine-tuning & post-training

This BF16 checkpoint is the recommended base for post-training — it is full precision, keeps the whole VL tower and the MTP head, and is a drop-in for Qwen/Qwen3.8-27B in the transformers / Qwen3_5ForConditionalGeneration stack.

  • Continued pretraining / SFT / DPO / RLHF-style RL all work as they would on the base model (TRL, LLaMA-Factory, Axolotl, Unsloth, etc.). Full-FT or LoRA/QLoRA are both fine.
  • Re-quantization: quantize from these weights to FP8, AWQ, GPTQ, or GGUF as needed (this is exactly how the FP8 and GGUF releases were produced).
  • Note on the abliteration: abliteration is a weight edit, not a data-level unlearning. Fine-tuning on refusal-heavy / safety-aligned data can partially re-introduce refusals; fine-tuning on neutral or task data preserves the uncensored behaviour. If you want to keep it maximally uncensored, avoid refusal-laden SFT targets, or re-apply abliteration after training.

Intended use

  • Research into refusal mechanisms, alignment, and interpretability.
  • Red-teaming and safety / robustness evaluation in controlled environments.
  • A full-precision base for further fine-tuning, post-training, and quantization.

Out of scope

  • Any use that violates the base model's Apache 2.0 license or applicable law.
  • Deployment to the public or to end users without additional safety and moderation layers.
  • Generating content intended to harm, harass, defraud, or endanger people.

Evaluation

Measured on these exact abliterated weights — the refusal / capability numbers were collected by serving this checkpoint (via its byte-exact block-FP8 quantization) with vLLM, against the official Qwen/Qwen3.8-27B served identically, using the same scripts and settings. Refusal is judged by a rule-based opening-phrase classifier — indicative, not an LLM-judge / publication-grade number. Thinking is off unless stated.

Safety — harmful-prompt refusal, thinking OFF (lower = more uncensored)

Benchmark n Base This model
AdvBench 100 99.0% 0.0%
JailbreakBench (harmful) 100 94.0% 0.0%
StrongREJECT 150 97.3% 2.0%
HarmBench (standard) 150 98.7% 2.7%
MaliciousInstruct 100 99.0% 0.0%
SimpleSafetyTests 50 64.0% 6.0%
ForbiddenQuestions 150 73.3% 4.7%
Custom probes (zh/en) 11 63.6% 0.0%

Safety — harmful-prompt refusal, thinking ON (enable_thinking=true)

Benchmark n Base This model
AdvBench 60 66.7% 1.7%
JailbreakBench (harmful) 60 43.3% 0.0%
StrongREJECT 60 35.0% 0.0%
HarmBench (standard) 60 46.7% 0.0%
MaliciousInstruct 60 83.3% 0.0%
SimpleSafetyTests 50 44.0% 0.0%
ForbiddenQuestions 60 48.3% 0.0%
Custom probes (zh/en) 11 45.5% 0.0%

Over-refusal — benign prompts wrongly refused (lower = better)

Benchmark n Base (no-think / think) This model (no-think / think)
XSTest-safe 250 5.6% / 0.0% 0.4% / 0.0%

Capability retention — vs the official base (same scripts, same settings)

Benchmark n Base This model Δ
MMLU (all, 0-shot letter) 300 84.3% 84.7% +0.4
MMLU-Pro (CoT) 250 77.6% 76.8% −0.8
GSM8K (CoT) 150 90.0% 88.7% −1.3
CMMLU (0-shot, Chinese) 500 81.4% 80.8% −0.6

Capability is essentially fully retained — every benchmark is within ±1.3 pts of the base, and MMLU is unchanged. Fluency: WikiText-2-raw perplexity 6.96 (BF16 KV; healthy logprobs), confirming abliteration did not degrade language modelling.

Verified working (reasoning enable_thinking, multi-turn tool calling, and vision / OCR) on this build and on every derived FP8 / GGUF quant down to IQ2_XXS.

Multimodal (vision)

The vision tower is preserved byte-for-byte — all 333 visual.* tensors are kept in BF16 and the merger / image + video preprocessor configs are intact, so this stays a full vision-language model (Qwen3_5ForConditionalGeneration), a drop-in for the base. Abliteration only edits the language-model residual writers, so image understanding is architecturally unaffected (and image-conditioned refusals are reduced along with text ones).

Usage

transformers

import torch
from transformers import AutoProcessor, AutoModelForImageTextToText

model_id = "orcarouter/Qwen3.8-27B-Uncensored"
processor = AutoProcessor.from_pretrained(model_id)
model = AutoModelForImageTextToText.from_pretrained(model_id, torch_dtype=torch.bfloat16, device_map="auto")

messages = [{"role": "user", "content": "Prove that sqrt(2) is irrational."}]
inputs = processor.apply_chat_template(
    messages, add_generation_prompt=True, tokenize=True,
    return_dict=True, return_tensors="pt",
    enable_thinking=True
).to(model.device)
output = model.generate(**inputs, max_new_tokens=512)
print(processor.decode(output[0][inputs["input_ids"].shape[1]:], skip_special_tokens=True))

Toggle thinking per call with enable_thinking; pass image content parts for vision.

Self-host with vLLM (OpenAI-compatible, full BF16)

docker run -d --name qwen38-uncensored --gpus all --ipc=host --shm-size=8g \
  -v /path/to/Qwen3.8-27B-Uncensored:/model:ro \
  -p 8000:8000 vllm/vllm-openai:v0.24.0 \
  --model /model --served-model-name Qwen3.8-27B-Uncensored \
  --speculative-config '{"method":"mtp","num_speculative_tokens":2}' \
  --gpu-memory-utilization 0.92 \
  --max-model-len 262144 --trust-remote-code \
  --reasoning-parser qwen3 \
  --enable-auto-tool-choice --tool-call-parser qwen3_coder

BF16 weights are ~56 GB — needs a single H100 80 GB / H200 (or tensor-parallel across two 48 GB GPUs). For smaller footprints use the FP8 (~31 GB) or GGUF (down to ~9 GB) releases.

Via OrcaRouter (hosted API — no setup)

from openai import OpenAI
client = OpenAI(base_url="https://api.orcarouter.ai/v1", api_key="sk-orca-...")
resp = client.chat.completions.create(
    model="qwen/qwen3.8-27b",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(resp.choices[0].message.content)

Hardware requirements

  • Inference (BF16): ~56 GB weights + KV cache → a single H100 80 GB or H200 143 GB; or tensor-parallel across 2× 48 GB. Use FP8 / GGUF for less VRAM.
  • Fine-tuning: full-FT needs multi-GPU (weights + optimizer states + activations); LoRA / QLoRA fits on a single 48–80 GB GPU.
  • Software: transformers ≥ 5.12 (Qwen3.5 / 3.8 support) or vllm/vllm-openai:v0.24.0.

Bias, risks, and limitations

  • Safety guardrails removed — the model will produce harmful, biased, or offensive content on request. See the disclaimer above.
  • It inherits any biases and limitations of the base Qwen3.8-27B.
  • The reported refusal metric is a rule-based heuristic; evaluate rigorously for your own use case.

License

Apache 2.0, inherited from the base model Qwen/Qwen3.8-27B. Abliteration does not change the underlying license obligations.

Magnet link

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

magnet:?xt=urn:btih:ecd252f001c288f6d10375b6b456a8ed60276e1b&dn=orcarouter_Qwen3.8-27B-Uncensored

Open magnet in torrent client · infohash ecd252f001c288f6d10375b6b456a8ed60276e1b

Files & hashes

PathSizesha1sha256
LICENSE11.3 KB (11,544 B)f938136e3adacfd92be087f6e113b5d6d97f678fbbedc3fda3305820b977265f01b8619d87570a6739de3a5582c3464840f1e57a
README.md14.3 KB (14,664 B)134e3cc6e425075549af2f483e5fb7d7520864d69a1c8f0dcef632ba6388695396ae13a1f2cabcd9b9a19077ccc16f024e8f85ca
chat_template.jinja8.7 KB (8,952 B)c0c686f9c38d70d179fb7b5f5aa7530bc913dda3c3cf9e34abf4f9e36c2d72165aa9c132d3e2a725b6c2586aaa3a8af9d7a81041
config.json4.2 KB (4,312 B)706cebd746c4b6f2b1d1f892630867acfdfd3df8191e0af232104ed8b65258cf3fb2b842e288008baca7633c11b82a1ac7203aab
generation_config.json202 B (202 B)023756cfadf88e5bf69eefeee3e172f38c448d64e70c136c1b78ddc1fb0905bac8e733a4dc448d4f852a5dd75143fffc70be550e
merges.txt3.2 MB (3,353,259 B)a494e019ca1502219fd0128658b979e5f05ae8e8a9d356d7bdf1ef4949e3e748e95b8e10ad9d4e2e838eddc38a0a7b6b94d1db8d
model-00001-of-00018.safetensors3.69 GB (3,966,730,552 B)258eb303556d580b260cc59aa49a20e34c9a0a8b2151b0525922ba55bf2b6630
model-00002-of-00018.safetensors2.83 GB (3,043,080,328 B)81f94db6acd6c73a9582da794b9386e75bc396a1601799c818011c3fc0826230
model-00003-of-00018.safetensors2.37 GB (2,542,796,952 B)e6fc252b227825136d8dd0ceb0d911c19baef00a0da9feaa73d803ee741090ac
model-00004-of-00018.safetensors3.72 GB (3,988,973,152 B)0578d17913d6f130efffebf37c125c0fc8b22889fae47085b54c4c2b3cc1a184
model-00005-of-00018.safetensors1.96 GB (2,099,339,864 B)4ed3d9263aec3d57a487c404b34971cbebfcba22ae214ad3bbc4b3ed821d6939
model-00006-of-00018.safetensors3.71 GB (3,979,553,696 B)ceedcd425452defd286bc09d0113f3797fc7c4611454251df48fdd908836233b
model-00007-of-00018.safetensors1.96 GB (2,108,759,344 B)524b4bd1ece923563206edb1ba6c47fe4ee4d97a9984151675bcff61a412cc41
model-00008-of-00018.safetensors3.71 GB (3,979,553,696 B)2d57298776d5f394d2a30543432bee028bbf01087140e5c916a5e8fc1340fe55
model-00009-of-00018.safetensors1.96 GB (2,108,759,344 B)b7f43e5157c0b0a584f9a49aef6267589eabac765e6263668c3c40dbcc1ac641
model-00010-of-00018.safetensors3.71 GB (3,979,553,696 B)5c2b7b611cd8abeeeb940c74e132f0a1cb20ede1bb215caf68743dcb507b311f
model-00011-of-00018.safetensors1.96 GB (2,108,759,344 B)5f23f5fab54ecce47bd439717eceff9946cb0047cee33be3a76fdd65a2e8c764
model-00012-of-00018.safetensors3.71 GB (3,979,553,696 B)fc2fde9e4981e72fa1a777e7115877e00ffa13b4a1891716fc9942124909bfe1
model-00013-of-00018.safetensors1.96 GB (2,108,759,344 B)854aaea00727d55ac7d468dba75e7fd3b81f5045dbd85e59893ba412c28addfc
model-00014-of-00018.safetensors3.71 GB (3,979,553,696 B)8ec571a59ccf7d63267e6e267c96f8ce68db33b30eb0ddc5f28dc4c63a8f4359
model-00015-of-00018.safetensors1.96 GB (2,108,759,344 B)f4aca2fa7d06dcdf0a7282679ce8ceb39ffa754bf674a3f2482eaf52d6f3e90d
model-00016-of-00018.safetensors3.71 GB (3,979,564,040 B)afb1cd5f14e4d657538e08bb4880163c32335d135d9e46f3e7eaa5645af573cf
model-00017-of-00018.safetensors1.96 GB (2,108,759,344 B)1f4186a71f98889b7d2a35f5c71a420f2666fb1af252f4a3af183f2f64c2740e
model-00018-of-00018.safetensors3.16 GB (3,392,197,344 B)1ac226c56138dd814cd3040f1ea581c4fa4be6cd954896669f0641831667a7d6
model.safetensors.index.json109.6 KB (112,216 B)da35e3c564457dface7d138f0b6cac284ff8958c77042094076611b69791a610065f28b7013b8c621795fa86ddccc8bac7d1b9df
preprocessor_config.json390 B (390 B)2ea84a437d448ff71b08df68fdd949d5cc4ebb6427225450ac9c6529872ee1924fcb0962ff5634834f817040f444118116f4e516
tokenizer.json12.2 MB (12,809,320 B)0997f410c57a1f4e53b09e4be8f4a172d90edd9564368fb0847030937229b9f3
tokenizer_config.json17.5 KB (17,928 B)5de744b3fca2129d7186979ae47c06be33903243b11349aafa7cdc6a320767cf7ceb29ed82f7eda5d65e8e0819e76f0ce947bf27
video_preprocessor_config.json385 B (385 B)3ba673a5ad7d4d13f54155ecd38b2a94a6dac8fe7768af27c1fafa9cc9011c1dc20067e03f8915e03b63504550e11d5066986d13
vocab.json6.4 MB (6,722,759 B)0aa0ce0658d60ac4a5d609f4eadb0e8e43514176ce99b4cb2983d118806ce0a8b777a35b093e2000a503ebde25853284c9dfa003

Cite this release

Canonical URL
https://aiseedbank.org/models/orcarouter_Qwen3.8-27B-Uncensored/
Slug
orcarouter_Qwen3.8-27B-Uncensored
Infohash
ecd252f001c288f6d10375b6b456a8ed60276e1b
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.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositoryorcarouter/Qwen3.8-27B-Uncensored
Revision (pinned)404ea47aaa5d8a8b00049c9e9750089aca011ab2
Fetched at2026-09-01T02:27:00Z
License at fetchapache-2.0
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-01T02:43:22Z

apache-2.051.77 GB (55,586,062,707 bytes)transformerssafetensorsqwen3_5image-text-to-textabliteratedqwenqwen3qwen3.8uncensoredai-red-teamred-teamingbf16post-trainingfine-tuningvision-languagefunction-callingreasoningmtpconversationalendpoints_compatible2 languages (en, zh)