← back to catalog · registered 2026-09-13 12:56

saracen9/muse-glimmer-30b-abliterated-GGUF

saracen9 30B GGUF multimodal
Abliteration classifier · v1.0.0
?
Primary method

Unclassified

No clear signals of an abliteration technique in this model.
Confidence
UNKNOWN
Why this label 1 signal
No classification signals present. This may not be an abliterated model at all — it could be a repackaging, a merge with unrelated goals, or unrelated content that mentions the term.
  • no classification signals present (no abliterated, uncensored, or known producer/method markers)
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
↑ 0% in 90 days
Likes
0
Model age
4w ago
created 2026-08-14
Downloads over time
Now4from4↑0%
44554 on Sep 134 on Sep 14Sep
Sep 13 → Sep 14 · 2 snapshots · spans 1 day

Benchmarks

Portrait before abliteration
Benchmarks of the base model as it stood before the refusal-removal operation. Compare with the numbers above to see what the operation cost.
Benchmark Score Source
Entertainment 2.1 UGI
Hazardous 5.9 UGI
Natural Intelligence 37.13 UGI
Political lean -8.3% UGI
Sensitive-Info 38.16 UGI
SocPol 4.2 UGI
UGI 37.94 UGI
Willingness (10) 3.8 UGI
W10-Adherence 4.5 UGI
W10-Direct 3 UGI
Writing 41.03 UGI

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 · 18 downloads combined

The same weights this author released in different packaging. Pick the format that matches your runtime.

Metadata

License
apache-2.0
Quantizations
Q3_K Q4_K Q8_0
Tags
gguf abliterated vision muse-glimmer image-text-to-text base_model:meta-models/Muse-Glimmer-30B base_model:quantized:meta-models/Muse-Glimmer-30B license:apache-2.0 endpoints_compatible region:us conversational

Related

Total size
56.1 GB
Files
9
Quantizations
5
Registered
2026-09-13 12:56
Last updated on HF
2026-09-13 12:26

Files by quantization

Q8_0 1 file 27.6 GB
amoral-muse-glimmer-30b-abliterated-Q8_0.gguf 27.6 GB 135a7242 download
Q4_K 1 file 15.8 GB
amoral-muse-glimmer-30b-abliterated-Q4_K_M.gguf 15.8 GB 6fb2563f download
Q3_K 1 file 12.7 GB
amoral-muse-glimmer-30b-abliterated-Q3_K_M.gguf 12.7 GB a71748b2 download
BF16 1 file 3.58 GB
mmproj-Muse-Glimmer-30B-bf16.gguf 3.58 GB 1d9387c9 download
Auxiliary files 5 files 6.23 KB
README.md 2.85 KB 8b6fb603 download
.gitattributes 1.87 KB a7542b95 download
Modelfile.q3_k_m 518 B 70eb2f91 download
Modelfile.q4_k_m 518 B e4344de5 download
Modelfile.q8_0 516 B 476f30eb download

README current version from Hugging Face


license: apache-2.0
base_model: meta-models/Muse-Glimmer-30B
pipeline_tag: image-text-to-text
tags:

  • gguf
  • abliterated
  • vision
  • muse-glimmer

amoral-muse-glimmer-30b-abliterated — GGUF

Quantized GGUFs for the abliterated Muse Glimmer 30B,
a multimodal (text + image) agentic VLM. Abliteration removes the refusal direction from the
model's activation space using Heretic; it edits the language
model's residual stream only, so the vision tower is untouched.

quant file size
Q4_K_M amoral-muse-glimmer-30b-abliterated-Q4_K_M.gguf 16.9 GB
Q3_K_M amoral-muse-glimmer-30b-abliterated-Q3_K_M.gguf 13.7 GB
Q8_0 amoral-muse-glimmer-30b-abliterated-Q8_0.gguf 29.6 GB

Easiest path: pull the published tag

These quants are already published and ready to run:

ollama pull saracen9/amoral-muse-glimmer-30b-abliterated          # :q4_k_m, also :latest
ollama pull saracen9/amoral-muse-glimmer-30b-abliterated:q3_k_m
ollama pull saracen9/amoral-muse-glimmer-30b-abliterated:q8_0

Building it yourself from these files

The included Modelfile.* reproduce the published tags exactly — same renderer, parser, system
prompt and parameters. Two FROM lines are required: this is a multimodal model, and a
single-FROM build silently loses vision.

The vision projector ships here too, so no second source is needed. Abliteration edits only the
language model's residual stream, so the stock projector is this model's projector — but note
it is the BF16 one (mmproj-Muse-Glimmer-30B-bf16.gguf, 3.85 GB), byte-identical to the
projector inside the published Ollama tags. The Q4_K_M projector published upstream is a
different, quantized vision tower; building with it gives you a model that is not the one
these tags serve.

hf download saracen9/muse-glimmer-30b-abliterated-GGUF \
  amoral-muse-glimmer-30b-abliterated-Q4_K_M.gguf \
  mmproj-Muse-Glimmer-30B-bf16.gguf Modelfile.q4_k_m --local-dir .

ollama create amoral-muse -f Modelfile.q4_k_m

ollama show amoral-muse should report vision among its capabilities and a clip projector.
If it does not, the second FROM line did not resolve.

Serving notes

RENDERER glimmer / PARSER glimmer are Ollama's built-in Muse handlers — they are what make
tool-calling and reasoning work, so do not replace them with a hand-written TEMPLATE.

This is a reasoning model: it spends roughly a thousand tokens on its internal to=self channel
before answering, which the parser separates into the response's thinking field. A small
context truncates the answer to empty — which reads like a refusal and is not one. num_ctx is
baked at 32768 for that reason, and because a baked value cannot be raised per-request on an
OpenAI-compatible endpoint.

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.