← back to catalog · registered 2026-09-27 21:57

stardude1/Qwen3.5-4B-Deckard-HERETIC-UNCENSORED-Thinking-mlx-4Bit

stardude1 4B multimodal second-order
curl -H "Authorization: Bearer $ABL_KEY" \
     "https://abliteration.org/api/v1/models/stardude1%2FQwen3.5-4B-Deckard-HERETIC-UNCENSORED-Thinking-mlx-4Bit"
Response includes
  • classification m3
  • files 9
  • author_summary 2 models
  • readme_text full
10 credits · hourly refresh · ~4 KB payload Get an API key →
Abliteration classifier · v1.0.0
M3
Primary method

Layer-wise ablation

Applied on top of direct removal inherited from the base model.
Confidence
HIGH
Inherited from base model
Why this label 2 signals
Producer identity confirmed by naming conventions, tags or the model card. This label is very unlikely to change.
  • 'heretic' in model name (Heretic-produced)
  • Heretic uses layer-wise optimization (M3) with underlying direction removal (M1)
Refusal direction extracted via
Extraction technique

Difference-of-means

Confidence
HIGH
Why we say so
name contains 'heretic'; Heretic default extraction is difference-of-means (Arditi 2024)
Downloads · 30-day
0
Likes
0
Model age
today
created 2026-09-27

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
Languages
en zh
Tags
transformers safetensors qwen3_5 image-text-to-text unsloth heretic uncensored abliterated fine tune creative creative writing fiction writing

Related

Total size
2.20 GB
Files
9
Quantizations
1
Registered
2026-09-27 21:57
Last updated on HF
2026-09-27 21:52

Files by quantization

Auxiliary files 9 files 2.22 GB
model.safetensors 2.20 GB 01aa428f 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 1270ab05 download
.gitattributes 1.53 KB 52373fe2 download
README.md 1.49 KB f15192ba download
tokenizer_config.json 1.11 KB f57cfc38 download
generation_config.json 115 B affcdf18 download

README current version from Hugging Face


language:

  • en
  • zh
    license: apache-2.0
    tags:
  • unsloth
  • heretic
  • uncensored
  • abliterated
  • fine tune
  • creative
  • creative writing
  • fiction writing
  • plot generation
  • sub-plot generation
  • story generation
  • scene continue
  • storytelling
  • fiction story
  • science fiction
  • romance
  • all genres
  • story
  • writing
  • vivid prosing
  • vivid writing
  • fiction
  • roleplaying
  • bfloat16
  • all use cases
  • mlx
  • mlx-my-repo
    library_name: transformers
    pipeline_tag: image-text-to-text
    base_model: DavidAU/Qwen3.5-4B-Deckard-HERETIC-UNCENSORED-Thinking

stardude1/Qwen3.5-4B-Deckard-HERETIC-UNCENSORED-Thinking-mlx-4Bit

The Model stardude1/Qwen3.5-4B-Deckard-HERETIC-UNCENSORED-Thinking-mlx-4Bit was converted to MLX format from DavidAU/Qwen3.5-4B-Deckard-HERETIC-UNCENSORED-Thinking using mlx-lm version 0.31.2.

Use with mlx

pip install mlx-lm
from mlx_lm import load, generate

model, tokenizer = load("stardude1/Qwen3.5-4B-Deckard-HERETIC-UNCENSORED-Thinking-mlx-4Bit")

prompt="hello"

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

response = generate(model, tokenizer, prompt=prompt, verbose=True)
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 Abliteration" button that hands the model directly to the first-party desktop client, at the quantization your rig can actually run. No API keys, no subscription, no prompt leakage.