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

← All models

orcarouter_Qwen3.8-27B-Uncensored-FP8

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: transformers language:

  • en
  • zh tags:
  • abliterated
  • qwen3.8
  • uncensored
  • ai-red-team
  • red-teaming
  • fp8
  • block-fp8
  • vllm
  • function-calling
  • reasoning
  • mtp

Qwen3.8-27B-Uncensored-FP8

An abliterated (refusal-removed) & offline block-FP8 build of Qwen's Qwen3.8-27B

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

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


An abliterated (refusal-removed) and offline block-FP8 quantized 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. This build removes the safety refusal direction, then re-quantizes to the exact FP8 scheme of the official Qwen/Qwen3.8-27B-FP8 so it serves with the identical vLLM kernel path — 262K context, tools + reasoning + MTP preserved. Browse all models in the OrcaRouter Model Catalog. This model is deployed as API here.


⚠️ 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) then offline block-FP8 quantization
Quantization Block-FP8 (E4M3), weight_block_size [128,128], dynamic activations — mirrors the official Qwen3.8-27B-FP8 byte-for-byte in scheme
Format safetensors, resharded to ≤ 5 GB shards (7 shards, 30.9 GB, 1606 tensors)
Precision FP8 (E4M3) block-quantized linear weights; vision tower / norms / router / embeddings / lm_head kept in BF16
Preserved Full vision-language tower and MTP speculative-decoding head (drop-in for the base)
Context 262,144 tokens

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).

Offline block-FP8 quantization scheme

Quantization is done offline on the abliterated BF16 weights, reproducing the official Qwen/Qwen3.8-27B-FP8 recipe exactly:

  • Weights: fine-grained 128×128 block FP8 (E4M3) — weight as float8_e4m3fn + weight_scale_inv (BF16) per block.
  • Activations: per-token dynamic FP8 — computed at runtime, no calibration set.
  • Kept in BF16 (not quantized): vision tower, all norms, mlp.gate / shared_expert_gate, linear_attn conv/gates (A_log, conv1d, dt_bias, in_proj_a/b/ba, norm), lm_head, embed_tokens — the identical 882-entry modules_to_not_convert as the official FP8.
  • 407 weights quantized / 792 copied → 1606 tensors, exactly matching the official FP8 checkpoint. Verified against it: block layout and scales reproduce the official weights with 99.9% identical FP8 codes.

vLLM therefore serves this build with the same FlashInfer / DeepGEMM block-scaled FP8 kernel as the official checkpoint, with the same MTP speculative decoding.

Intended use

  • Research into refusal mechanisms, alignment, and interpretability.
  • Red-teaming and safety / robustness evaluation in controlled environments.
  • Uncensored generation for authorized, lawful research settings.

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 this exact FP8 build served with vLLM (block-FP8 + FP8 KV cache + MTP), against the official Qwen/Qwen3.8-27B-FP8 served identically, using the same scripts and settings. Refusal is judged by a rule-based opening-phrase classifier (caveat = answered but wrapped in a disclaimer / warning) — indicative, not an LLM-judge / publication-grade number. Thinking is off unless stated; refusal is reported in both modes because Qwen thinking changes the number.

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

Benchmark n Base FP8 This model Caveat (this)
AdvBench 100 99.0% 0.0% 44.0%
JailbreakBench (harmful) 100 94.0% 0.0% 47.0%
StrongREJECT 150 97.3% 2.0% 41.3%
HarmBench (standard) 150 98.7% 2.7% 42.0%
MaliciousInstruct 100 99.0% 0.0% 40.0%
SimpleSafetyTests 50 64.0% 6.0% 56.0%
ForbiddenQuestions 150 73.3% 4.7% 35.3%
Custom probes (zh/en) 11 63.6% 0.0% 27.3%

Harmful-prompt refusal collapses from 64–99% on the base to 0–6%. The ~30–50% caveat rate means the model answers but often prepends a short safety disclaimer — it is complying, not refusing.

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

Benchmark n Base FP8 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%

In thinking mode the abliterated model refuses essentially never (≤ 1.7%).

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

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

Abliteration reduces collateral over-refusal on benign prompts (5.6% → 0.4%).

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

Benchmark n Base FP8 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. Because the FP8 scheme is byte-identical to the official checkpoint, this delta reflects only the abliteration edit, which barely touches general ability.

Fluency (perplexity): WikiText-2-raw perplexity of this build is 6.96 (296,907 tokens, BF16 KV; logprobs healthy, min −26.9 / mean −1.94), confirming abliteration + block-FP8 did not degrade language modelling.

Verified on this exact FP8 build: vLLM startup (block-FP8 + FP8-KV + MTP), reasoning (enable_thinking → populated reasoning field), multi-turn tool calling (qwen3_coder parser), and vision (image + OCR) all work.

Multimodal (vision)

The vision tower is preserved byte-for-byte — all 333 visual.* tensors are copied unchanged and 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). The benchmark tables above are text-only (served with --language-model-only); to use vision, serve without that flag.

Verified working on this exact FP8 build (served in full VL mode): given a test image, the model correctly names the shapes and colors and reads on-image text (OCR) — e.g. it describes "a bright-red circle with a black outline" and a "blue square" and reads the caption "PURPLE 7". Image-conditioned prompts are answered without refusal, consistent with the text results.

Usage

Self-host with vLLM (OpenAI-compatible)

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

The FP8 quantization_config is read from config.jsondo not pass --quantization fp8. --speculative-config mtp enables the preserved MTP draft head. Drop --kv-cache-dtype fp8 if you want BF16 KV precision.

Reasoning (thinking) toggle

Thinking is on by default (Qwen3.8). Toggle it per request via chat_template_kwargs; the reasoning trace is returned in the reasoning field (--reasoning-parser qwen3).

from openai import OpenAI

client = OpenAI(base_url="http://localhost:8000/v1", api_key="EMPTY")

resp = client.chat.completions.create(
    model="Qwen3.8-27B-Uncensored",
    messages=[{"role": "user", "content": "Prove that sqrt(2) is irrational."}],
    extra_body={"chat_template_kwargs": {"enable_thinking": True}},
)
print(resp.choices[0].message.reasoning)  # thinking trace
print(resp.choices[0].message.content)    # final answer

Tool calling

Standard OpenAI tools + assistant tool_calls + role: tool result messages are supported, including multi-turn (feed the tool result back for a follow-up answer). Parsed by --tool-call-parser qwen3_coder.

Via OrcaRouter (hosted API — no setup)

Served on OrcaRouter through the OpenAI-compatible gateway (262K context, tools + reasoning). Grab an API key at orcarouter.ai (sk-orca-...).

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 & performance

Software

  • vLLM with transformers ≥ 5.12 (Qwen3.5/3.8 support) — e.g. vllm/vllm-openai:v0.24.0.

Memory

  • Weights: ~31 GB in block-FP8 (about half of the ~56 GB BF16 checkpoint).
  • Minimum ~40 GB VRAM for weights + a small KV cache; the full 262K context needs substantial extra KV cache — use --kv-cache-dtype fp8 to halve it.
  • Recommended: a single H100 80 GB or H200 143 GB.

Throughput / concurrency

  • Continuous batching; concurrency bounded by --max-num-seqs and the KV cache that fits after weights are loaded. Verified serving 32 concurrent eval requests smoothly on one H200 (--max-num-seqs 96, FP8 KV cache, MTP). The MTP draft head gives a large decode speedup on real workloads.

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.
  • Block-FP8 is not lossless versus BF16; minor generation artifacts are possible (capability impact measured at ≤ 1.3 pts).
  • 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 and quantization do 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:03d471e57c29d9f8f36486dec3057d450506a8de&dn=orcarouter_Qwen3.8-27B-Uncensored-FP8

Open magnet in torrent client · infohash 03d471e57c29d9f8f36486dec3057d450506a8de

Files & hashes

PathSizesha1sha256
LICENSE11.3 KB (11,544 B)f938136e3adacfd92be087f6e113b5d6d97f678fbbedc3fda3305820b977265f01b8619d87570a6739de3a5582c3464840f1e57a
README.md15.3 KB (15,649 B)15c67232f4b3f714a54fac3364b40ca0646ca6a1d1b60cc0088cb001db5c4a0c239edf1a98d4b23bb5faef712347bda483b21aff
chat_template.jinja8.7 KB (8,952 B)c0c686f9c38d70d179fb7b5f5aa7530bc913dda3c3cf9e34abf4f9e36c2d72165aa9c132d3e2a725b6c2586aaa3a8af9d7a81041
config.json50.1 KB (51,350 B)e66d0dcb2d8066e724407f0ded85b6c3c5cb213a74227dd615bf1ea975aa676bdf355a0379858c12f394b5365cd9dfa5fc2c70bc
generation_config.json202 B (202 B)023756cfadf88e5bf69eefeee3e172f38c448d64e70c136c1b78ddc1fb0905bac8e733a4dc448d4f852a5dd75143fffc70be550e
merges.txt3.2 MB (3,353,259 B)a494e019ca1502219fd0128658b979e5f05ae8e8a9d356d7bdf1ef4949e3e748e95b8e10ad9d4e2e838eddc38a0a7b6b94d1db8d
model-00001-of-00007.safetensors3.70 GB (3,969,317,448 B)141e200c1950c59bc42ae28744f50db8f6ea4c66ec3312b55f1ccad2b60af858
model-00002-of-00007.safetensors4.60 GB (4,939,321,704 B)e863e88f53ea5a737581638e41334e9f9871a93053c4251a2cebd4aa6aa1f7c0
model-00003-of-00007.safetensors4.60 GB (4,939,863,424 B)7cbf8db425114b9efcfae64364a60e15e223cc5cadb510b7a3a6d3b48c8617cf
model-00004-of-00007.safetensors4.63 GB (4,971,328,696 B)37338dc30b490663b641567a57565408fee5f1385e7860dff16dca7be07e1519
model-00005-of-00007.safetensors4.62 GB (4,955,596,064 B)fc6fb0dd3675e0cc7e83a454376d12b705a51000f6625cf13f85e384018fc5cb
model-00006-of-00007.safetensors3.79 GB (4,071,440,632 B)5fdcbaf80805a750970e076bcd37e6ebe4c3a3d93ce73c767d2854119947952a
model-00007-of-00007.safetensors2.81 GB (3,019,999,168 B)1bed352a0625d22dc606de47fd3563f24fd9fa73915c4ddffe7947c4b56c28bf
model.safetensors.index.json152.4 KB (156,034 B)66d303a222a30e87574327ed2730c31b17b720dce773856674c35cf98a90a4317b891251bed49a0d8af3988932796489210921aa
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-FP8/
Slug
orcarouter_Qwen3.8-27B-Uncensored-FP8
Infohash
03d471e57c29d9f8f36486dec3057d450506a8de
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-FP8.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositoryorcarouter/Qwen3.8-27B-Uncensored-FP8
Revision (pinned)0f3cdb83820a8190ffedaef5b29cf4a635e49b4d
Fetched at2026-09-01T02:43:23Z
License at fetchapache-2.0
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-01T02:59:10Z

apache-2.028.77 GB (30,890,014,908 bytes)transformerssafetensorsqwen3_5image-text-to-textabliteratedqwen3.8uncensoredai-red-teamred-teamingfp8block-fp8vllmfunction-callingreasoningmtpconversationalendpoints_compatible2 languages (en, zh)