← back to catalog · registered 2026-09-11 01:55

TheWirelessPhoenix/Qwen3.5-4B-abliterated_4bit

TheWirelessPhoenix 4B second-order
Abliteration classifier · v1.0.0
M1
Primary method

Direct removal

No other method signals detected in this model.
Confidence
MEDIUM
Why this label 3 signals
Method inferred from partial signals — repository name, related files, or tag patterns. Producer identity not confirmed; label may sharpen or shift as we gather more evidence.
  • 'abliterated' in name/tags
  • is_gguf=0 (base model)
  • no specific method indicators - defaulting to M1 (most common)
Refusal direction extracted via
Extraction technique

Difference-of-means

Confidence
MEDIUM
Why we say so
primary_method=M1; difference-of-means is the reference extraction for M1/M3 (Arditi 2024)
Downloads · 30-day
126
Likes
0
Model age
1d ago
created 2026-09-11
Downloads over time
Now126from0↑0%
046921390 on Sep 11126 on Sep 12Sep
Sep 11 → Sep 12 · 2 snapshots · spans 1 day

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
mlx safetensors qwen3_5 abliterated uncensored text-generation conversational base_model:huihui-ai/Huihui-Qwen3.5-4B-abliterated base_model:quantized:huihui-ai/Huihui-Qwen3.5-4B-abliterated license:apache-2.0 4-bit region:us

Related

Total size
2.20 GB
Files
9
Quantizations
1
Registered
2026-09-11 01:55
Last updated on HF
2026-09-11 01:06

Files by quantization

Auxiliary files 9 files 2.22 GB
model.safetensors 2.20 GB 244b47c4 download
tokenizer.json 19.1 MB 87a7830d download
model.safetensors.index.json 79.1 KB e28a031a download
chat_template.jinja 7.57 KB a585dec8 download
config.json 2.95 KB cc78fed6 download
.gitattributes 1.53 KB 52373fe2 download
tokenizer_config.json 1.18 KB eb15ee01 download
README.md 1.04 KB c59e05cd download
generation_config.json 115 B 6cd5946d download

README current version from Hugging Face


library_name: mlx
license: apache-2.0
license_link: https://huggingface.co/Qwen/Qwen3.5-4B/blob/main/LICENSE
pipeline_tag: text-generation
base_model: huihui-ai/Huihui-Qwen3.5-4B-abliterated
tags:

  • abliterated
  • uncensored
  • mlx

TheWirelessPhoenix/Qwen3.5-4B-abliterated_4bit

This model TheWirelessPhoenix/Qwen3.5-4B-abliterated_4bit was
converted to MLX format from huihui-ai/Huihui-Qwen3.5-4B-abliterated
using mlx-lm version 0.31.3.

Use with mlx

pip install mlx-lm
from mlx_lm import load, generate

model, tokenizer = load("TheWirelessPhoenix/Qwen3.5-4B-abliterated_4bit")

prompt = "hello"

if tokenizer.chat_template is not None:
    messages = [{"role": "user", "content": prompt}]
    prompt = tokenizer.apply_chat_template(
        messages, add_generation_prompt=True, return_dict=False,
    )

response = generate(model, tokenizer, prompt=prompt, verbose=True)

README history 1 version

The author's README evolved over time. Click a version to see its content at that point.

  1. 2026-09-11Add files using upload-large-folder tool916d9f71 KB
    Loading...
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 - Infrahuman, LM Studio, or Ollama. No API keys, no subscription, no prompt leakage.