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
An abliterated version of Qwen/Qwen3.5-0.8B, created using AnlordAbliterator.
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 | 18 / 100 |
| KL divergence | 0 | 0.0342 |
Abliteration log
============================================================
ANLORD ABLITERATOR
============================================================
Model: Qwen/Qwen3.5-0.8B
Status: SUCCESS
Abliteration:
Initial refusals: 97
Final refusals: 18
KL divergence: 0.0342
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.
Usage
Transformers
from transformers import AutoProcessor, AutoModelForImageTextToText
model_id = "anlord/Qwen3.5-0.8B-Abliterated"
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.
Related Repositories
GGUF versions
All available GGUF quantizations are available here:
anlord/Qwen3.5-0.8B-Abliterated-GGUF
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:
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.