← back to catalog · registered 2026-09-26 09:57

xdchinza/Qwen3.5-0.8B-abliterated-GGUF

xdchinza 800M GGUF second-order
curl -H "Authorization: Bearer $ABL_KEY" \
     "https://abliteration.org/api/v1/models/xdchinza%2FQwen3.5-0.8B-abliterated-GGUF"
Response includes
  • classification m-uncensored
  • files 3
  • author_summary 2 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-26

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
Languages
en zh ru
Quantizations
Q4_K
Tags
llama.cpp gguf qwen3_5 abliterated uncensored conversational text-generation en zh ru base_model:xdchinza/Qwen3.5-0.8B-abliterated base_model:quantized:xdchinza/Qwen3.5-0.8B-abliterated

Related

Total size
517 MB
Files
3
Quantizations
2
Registered
2026-09-26 09:57
Last updated on HF
2026-09-26 09:14

Files by quantization

Q4_K 1 file 517 MB
Qwen3.5-0.8B-abliterated-Q4_K_M.gguf 517 MB eef9cbce download
Auxiliary files 2 files 2.87 KB
.gitattributes 1.55 KB e1fd4d68 download
README.md 1.32 KB 15bc43cc download

README current version from Hugging Face


license: apache-2.0
base_model: xdchinza/Qwen3.5-0.8B-abliterated
tags:

  • gguf
  • qwen3_5
  • abliterated
  • uncensored
  • conversational
    language:
  • en
  • zh
  • ru
    pipeline_tag: text-generation
    library_name: llama.cpp

Qwen3.5-0.8B-abliterated — GGUF

GGUF quantisation for llama.cpp / Ollama of
xdchinza/Qwen3.5-0.8B-abliterated,
which is a directional-abliteration of
Qwen/Qwen3.5-0.8B.

The full method, per-layer measurements, and the quality/limitations analysis
are documented in the safetensors repository linked above.

File

File Size Quant
Qwen3.5-0.8B-abliterated-Q4_K_M.gguf 517 MB Q4_K_M

Usage

Ollama:

ollama create qwen3.5-0.8b-abliterated -hf xdchinza/Qwen3.5-0.8B-abliterated-GGUF:Q4_K_M
ollama run qwen3.5-0.8b-abliterated

llama.cpp:

llama-cli -m Qwen3.5-0.8B-abliterated-Q4_K_M.gguf -p "hello" --jinja

Chat template

The Qwen3.5 chat template is embedded in the GGUF metadata. With llama.cpp, pass
--jinja (or --chat-template qwen3_5) so the template is applied. For
non-thinking mode, ensure enable_thinking is false — the template then emits
an empty <think>\n\n</think> block.

License

Apache-2.0, inherited from the base model.

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.