← back to catalog · registered 2026-09-25 18:57

preemware/Qwen3.8-27B-RANA-abliterated-FP8

preemware 27B multimodal second-order
curl -H "Authorization: Bearer $ABL_KEY" \
     "https://abliteration.org/api/v1/models/preemware%2FQwen3.8-27B-RANA-abliterated-FP8"
Response includes
  • classification unknown
  • files 19
  • author_summary 2 models
  • readme_text full
10 credits · hourly refresh · ~4 KB payload Get an API key →
Abliteration classifier · v1.0.0
?
Primary method

Unclassified

No clear signals of an abliteration technique in this model.
Confidence
UNKNOWN
Why this label 1 signal
No classification signals present. This may not be an abliterated model at all - it could be a repackaging, a merge with unrelated goals, or unrelated content that mentions the term.
  • no classification signals present (no abliterated, uncensored, or known producer/method markers)
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
0
Likes
0
Model age
today
created 2026-09-25

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.

Variants by this author 2 formats · 0 downloads combined

The same weights this author released in different packaging. Pick the format that matches your runtime.

Metadata

License
apache-2.0
Tags
transformers safetensors qwen3_5 image-text-to-text abliteration refusal-direction qwen3 vision-language fp8 conversational base_model:preemware/Qwen3.8-27B-RANA-abliterated base_model:quantized:preemware/Qwen3.8-27B-RANA-abliterated

Related

Total size
28.7 GB
Files
19
Quantizations
1
Registered
2026-09-25 18:57
Last updated on HF
2026-09-25 18:45

Files by quantization

Auxiliary files 19 files 28.8 GB
model-00005-of-00006.safetensors 7.14 GB e011e657 download
model-00001-of-00006.safetensors 6.06 GB 832e3c7f download
model-00004-of-00006.safetensors 5.06 GB ee05d332 download
model-00002-of-00006.safetensors 5.02 GB f70d7d32 download
model-00003-of-00006.safetensors 5.02 GB 2b50068d download
model-00006-of-00006.safetensors 455 MB e87bd73d 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 152 KB beb3dd45 download
config.json 50.1 KB e66d0dcb download
tokenizer_config.json 17.5 KB 5de744b3 download
LICENSE 11.3 KB f938136e download
README.md 8.81 KB 25b0031e download
chat_template.jinja 8.74 KB c0c686f9 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
license_link: LICENSE
base_model: preemware/Qwen3.8-27B-RANA-abliterated
base_model_relation: quantized
library_name: transformers
pipeline_tag: image-text-to-text
tags:

  • abliteration
  • refusal-direction
  • qwen3
  • vision-language
  • fp8

Qwen3.8-27B-RANA-abliterated-FP8

FP8 version of preemware/Qwen3.8-27B-RANA-abliterated,
a refusal-ablated Qwen/Qwen3.8-27B. It uses exactly the same
FP8 format as Qwen's official Qwen3.8-27B-FP8, at about
half the size of the BF16 build, and scores within noise of it on every capability task tested.

This is a safety-alignment-removed research model. Read Intended use and
Limitations before using it. Method, full evaluation and release gates are on the
BF16 card.

Format Repo Size
BF16 (reference) preemware/Qwen3.8-27B-RANA-abliterated 55.6 GB
FP8 (this repo) preemware/Qwen3.8-27B-RANA-abliterated-FP8 30.9 GB

At a glance

FP8 compared with the BF16 build it was converted from, on the same prompts and settings. Capability
differences are paired per question (± standard error); none is larger than about 2 standard errors.

BF16 FP8 FP8 − BF16
MMLU-Pro (700) 80.9 79.6 −1.3 ± 1.1
GSM8K (1,319) 91.4 90.4 −0.9 ± 0.6
IFEval (541) 89.3 91.3 +2.0 ± 1.0
TruthfulQA MC1 / MC2 (817) 34.8 / 52.6 35.7 / 53.1 +1.0 ± 0.5 / +0.5 ± 0.2
HumanEval (164 × 3) 96.7 97.2 +0.4 ± 1.0
Avg. capability change vs base (5 tasks) 0.82 pp 0.58 pp
Answers the request, held-out (240) ¹ 90.0% 86.2% −3.8 (p = 0.06)
Answers the request, HarmBench (200) ¹ 78.5% 76.0% −2.5 (p = 0.38)
Runs out of token budget (loops), held-out 6.7% 7.5% +0.8 (p = 0.73)
Hard refusals, HarmBench (of 200) ¹ 0 3 ²

¹ Seed 1 only, gpt-oss-safeguard-20b judge; exact McNemar p-values on the same prompts.
² See Limitations: all three hit the token budget, and the judge's label is disputed on two.

In short: the FP8 build keeps the BF16 build's capability (it passes the same capability gate vs
base: mean |Δ| 0.58, worst task −1.0 pp on GSM8K) and behaves about the same on refusal prompts. It answered
slightly fewer held-out prompts in this one-seed run, but the difference is not significant.

Quick start

Tested with vLLM 0.30.0 on an RTX PRO 6000 (Blackwell, 96 GB):

VLLM_USE_FLASHINFER_SAMPLER=0 vllm serve preemware/Qwen3.8-27B-RANA-abliterated-FP8 \
  --max-model-len 20480 \
  --reasoning-parser qwen3 --enable-auto-tool-choice --tool-call-parser qwen3_coder \
  --limit-mm-per-prompt '{"image": 1, "video": 0}' \
  --speculative-config '{"method": "mtp", "num_speculative_tokens": 2}'
  • vLLM picks up the FP8 format from config.json; no extra quantization flag is needed.
  • Thinking is on by default. Recommended sampling: T = 1.0, top_p = 0.95, top_k = 20.
  • VLLM_USE_FLASHINFER_SAMPLER=0 was needed on Blackwell GPUs.
  • Vision input, multi-turn tool calling and MTP speculative decoding all work (tested on these shards).

Intended use

  • Research only: interpretability, red-teaming, and robustness evaluation of refusal behaviour.
  • Not for public or end-user deployment without a separate moderation layer. The model's own
    refusals have been largely removed, so any safety filtering has to happen outside it.
  • You are responsible for complying with applicable law, the Apache-2.0 license inherited from Qwen,
    and the terms of any platform where outputs are used.

How it was made

The FP8 conversion is applied to the BF16 build's weights. Nothing else about the model changes.

  • Format: identical to Qwen's official FP8 checkpoint. The same 407 linear weights are stored as
    FP8 (e4m3) in 128 × 128 blocks, each with one BF16 scale (weight_scale_inv); activations are
    quantized dynamically. Embeddings, lm_head, norms, gates, the whole vision tower and the other
    non-converted tensors stay in BF16. The tensor names, dtypes and shapes match the official checkpoint
    exactly (1,606 tensors).
  • BF16 tensors: every tensor left in BF16 is byte-identical to the BF16 build.
  • Same arithmetic as Qwen: on the tensors abliteration did not touch, this conversion reproduces
    Qwen's own FP8 file: 100% of block scales and 99.91% of FP8 values are bit-identical (the rest differ
    by rounding at the last step).
  • Rounding error: dequantized FP8 weights differ from the BF16 ones by 2.65% (relative Frobenius
    norm), uniformly across all 407 tensors, including the 131 edited by abliteration.

Results

Capability

Same harness as the BF16 card: vLLM, thinking on, 16k-token generation budget, identical prompts and
seeds. Change versus base in percentage points ± standard error (paired on the same questions).

task (items) base BF16 Δ FP8 Δ
MMLU-Pro (700) 80.0 +0.9 ± 1.1 −0.4 ± 1.1
GSM8K (1,319) 91.4 −0.1 ± 0.6 −1.0 ± 0.6
IFEval (541) 90.6 −1.3 ± 1.1 +0.7 ± 1.0
TruthfulQA MC1 (817) 36.1 −1.3 ± 0.6 −0.4 ± 0.6
TruthfulQA MC2 (817) 54.2 −1.6 ± 0.3 −1.1 ± 0.4
HumanEval (164 × 3) 97.2 −0.4 ± 0.9 +0.0 ± 0.6
mean |Δ| vs base – 0.82 0.58

MMLU-Pro uses 50 questions per subject (700 total); all other sets are full size. HumanEval uses a
custom chat-format harness and is not comparable with lm-eval's raw-completion HumanEval.

Refusals and loops (seed 1)

200 HarmBench "standard" behaviours plus 240 held-out prompts (StrongREJECT, JailbreakBench,
CategoricalHarmfulQA), judged by openai/gpt-oss-safeguard-20b. "Loops" = the response hit the 16k-token
budget without finishing.

set model hard soft answers loops avg. tokens
HarmBench (200) BF16 0 5 78.5% 21.0% 6,596
HarmBench (200) FP8 3 11 76.0% 20.5% 6,599
Held-out (240) BF16 0 9 90.0% 6.7% 4,740
Held-out (240) FP8 0 17 86.2% 7.5% 4,847

Paired on the same prompts (exact McNemar): answers, HarmBench 8 FP8-only vs 13 BF16-only (p = 0.38);
held-out 5 vs 14 (p = 0.06). Loops, HarmBench 11 vs 12 (p = 1.0); held-out 5 vs 3 (p = 0.73).

Functional smoke tests (these shards)

  • Vision: reads the code word and shape from a synthetic image: pass.
  • Tool calling: 3-turn call → result → second call with a new argument: pass.
  • MTP speculative decoding: works; mean acceptance length 2.18 averaged over the whole evaluation
    workload. The BF16 card's 2.45 was measured on one short generation, so the two numbers are not
    directly comparable.

Limitations

  • Refusal numbers for FP8 come from one seed and one judge. The BF16 build was evaluated on
    3 seeds with two judges. FP8 differences under about 4 pp are within what one seed can resolve.
  • The 3 HarmBench hard refusals are raw judge labels. All three responses used up the full
    16k-token budget. Two final answers begin carrying out the request, but the judge restated its policy
    instead of labelling the behaviour; the third final answer is empty. The same failure mode appeared
    on the BF16 build (see its G1 disclosure). These labels were not re-judged here.
  • KL from base was not measured for FP8. Capability deltas above are the quality evidence.
  • Everything listed under Limitations on the BF16 card
    applies here too: judge-measured refusal rates, loops on long generations, a 700-question MMLU-Pro
    subset, and a custom HumanEval harness.

File layout

  • *.safetensors, model.safetensors.index.json, config.json (with quantization_config),
    tokenizer/processor files, chat_template.jinja, LICENSE: the model.
  • results/: every number on this card. fp8_vs_bf16.json (paired FP8 − BF16 capability deltas,
    refusal counts and McNemar tests), capability.{md,json} (scores vs base for base, orca, BF16, FP8),
    verify_fp8.json (format and byte-level checks), smoke_fp8.json, humaneval_fp8.json.

Credits

  • Qwen team: base model Qwen/Qwen3.8-27B and the FP8 format of Qwen/Qwen3.8-27B-FP8.
  • Arditi et al., 2024: "Refusal in Language Models Is Mediated by a Single Direction".
  • Jim Lai (grimjim): prior work on norm-preserving abliteration.
  • Benchmarks/datasets: HarmBench, StrongREJECT, JailbreakBench, CategoricalHarmfulQA;
    lm-evaluation-harness; vLLM.
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 - Abliteration, LM Studio, or Ollama. No API keys, no subscription, no prompt leakage.