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

anlord/Qwen3.5-0.8B-Abliterated-V2

anlord Qwen 800M
curl -H "Authorization: Bearer $ABL_KEY" \
     "https://abliteration.org/api/v1/models/anlord%2FQwen3.5-0.8B-Abliterated-V2"
Response includes
  • classification m-uncensored
  • files 9
  • author_summary 5 models
  • readme_text full
10 credits · hourly refresh · ~4 KB payload Get an API key →
Abliteration classifier · v1.0.0
M-U
Primary method

Uncensored (method unknown)

No other method signals detected in this model.
Confidence
LOW
Why this label 3 signals
Weak or ambiguous signals. Best guess based on catalog patterns; treat as tentative and check the evidence below.
  • 'uncensored' in name/tags but no 'abliterated' marker
  • method not identifiable from author declaration alone
  • may be DPO fine-tune, prompt engineering, or unknown technique
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.

Metadata

License
apache-2.0
Tags
transformers safetensors qwen3_5 image-text-to-text qwen3.5 qwen abliterated uncensored text-generation conversational base_model:Qwen/Qwen3.5-0.8B base_model:finetune:Qwen/Qwen3.5-0.8B

Related

Total size
1.59 GB
Files
9
Quantizations
1
Registered
2026-09-25 12:57
Last updated on HF
2026-09-25 12:20

Files by quantization

Auxiliary files 9 files 1.61 GB
model.safetensors 1.59 GB 47a0eeab download
tokenizer.json 19.1 MB 06b95093 download
chat_template.jinja 7.72 KB cd794859 download
README.md 4.08 KB 009b7e7b download
config.json 2.66 KB 5ffab457 download
.gitattributes 1.53 KB 52373fe2 download
processor_config.json 1.22 KB fea06ab6 download
tokenizer_config.json 1.17 KB 86ccf7ed download
generation_config.json 122 B de582476 download

README current version from Hugging Face


library_name: transformers
license: apache-2.0
base_model: Qwen/Qwen3.5-0.8B
tags:

  • qwen3.5
  • qwen
  • abliterated
  • uncensored
  • transformers
  • safetensors
    pipeline_tag: text-generation

Qwen3.5-0.8B-Abliterated-V2

An abliterated version of Qwen/Qwen3.5-0.8B, created using AnlordAbliterator 1.3.0.

The model is provided in the original Hugging Face Transformers / Safetensors format and can be used directly with compatible Transformers-based tooling.

Model

Base model: Qwen/Qwen3.5-0.8B

Format: Safetensors

Parameters: ~0.8B

Abliteration tool: AnlordAbliterator

Abliteration Results

The model was processed with the default AnlordAbliterator pipeline.

Metric Before After
Refusals 97 / 100 2 / 100
KL divergence 0 0.0453

Abliteration log

============================================================
       ANLORD ABLITERATOR
============================================================

Model: Qwen/Qwen3.5-0.8B
Status: SUCCESS

Abliteration:
  Initial refusals: 97
  Final refusals:   2
  KL divergence:    0.0453

Note: refusal rate and KL divergence are measurements from the AnlordAbliterator evaluation pipeline and should be treated as evaluation results rather than a guarantee of model behavior on all prompts.

Abliteration Parameters

Parameter Value
direction_scope global
direction_index 11.749
attn.o_proj.max_weight 1.361
attn.o_proj.max_weight_position 14.650
attn.o_proj.min_weight 1.159
attn.o_proj.min_weight_distance 12.742
mlp.down_proj.max_weight 1.318
mlp.down_proj.max_weight_position 21.114
mlp.down_proj.min_weight 0.941
mlp.down_proj.min_weight_distance 11.458

Usage

Transformers

from transformers import AutoProcessor, AutoModelForImageTextToText

model_id = "anlord/Qwen3.5-0.8B-Abliterated-V2"

processor = AutoProcessor.from_pretrained(model_id)
model = AutoModelForImageTextToText.from_pretrained(
    model_id,
    device_map="auto"
)

Use the model with the same general workflow as the original Qwen3.5-0.8B model.

Reproduce this ablation

This repository ships a reproduce/ folder with everything needed to reproduce this exact
ablation with AnlordAbliterator 1.3.0: the pinned configuration, all ablation parameters,
the refusals/KL scores, SHA-256 checksums and the full Optuna study journal.

AnlordAbliterator --reproduce anlord/Qwen3.5-0.8B-Abliterated-V2

The pipeline downloads reproduce/reproduce.json from this repository, restores the recorded
settings and parameters, re-applies the ablation to the original base model, exports the model
and verifies the SHA-256 hashes of the weight files — then re-measures refusals and KL and
compares them against the numbers above.

Related Repositories

GGUF versions

All available GGUF quantizations are available here:

anlord/Qwen3.5-0.8B-Abliterated-GGUF-V2

Available quantizations:

  • BF16
  • F16
  • Q8_0
  • Q6_K
  • Q5_K_M
  • Q5_0
  • Q4_K_M
  • Q4_0

Abliteration Tool

The model was created using:

AnlordAbliterator

Base Model & License

This model is derived from Qwen/Qwen3.5-0.8B.

The original Qwen3.5-0.8B model is released under the Apache License 2.0.

Please refer to the original model repository and included LICENSE file for the applicable license terms.

Original model: https://huggingface.co/Qwen/Qwen3.5-0.8B

Disclaimer

This is an abliterated derivative of the original Qwen3.5-0.8B model.

Abliteration changes the model's refusal behavior and may also affect other aspects of its behavior. Use the model responsibly and evaluate it for your intended use case.

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.