← back to catalog · registered 2026-09-24 06:57

markldn/Hemmingway-1-Abliterated-Extreme-Q8_0-MTP-GGUF

markldn GGUF second-order
curl -H "Authorization: Bearer $ABL_KEY" \
     "https://abliteration.org/api/v1/models/markldn%2FHemmingway-1-Abliterated-Extreme-Q8_0-MTP-GGUF"
Response includes
  • classification m-uncensored
  • files 3
  • author_summary 1 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-24

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

Tags
gguf qwen3.8 qwen35 abliterated uncensored mtp llama.cpp text-generation base_model:Altworld/Hemmingway-1 base_model:quantized:Altworld/Hemmingway-1 license:cc-by-nc-4.0 endpoints_compatible
Total size
27.1 GB
Files
3
Quantizations
1
Registered
2026-09-24 06:57
Last updated on HF
2026-09-24 06:36

Files by quantization

Auxiliary files 3 files 27.1 GB
Hemmingway-1-Abliterated-Extreme-Q8_0-MTP.gguf 27.1 GB ba7bfe9f download
README.md 2.85 KB 971ba8b7 download
.gitattributes 43.0 B ae756a3f download

README current version from Hugging Face


license: cc-by-nc-4.0
base_model:

  • JohnDi/Hemmingway-1-Abliterated-Extreme-GGUF
  • Altworld/Hemmingway-1
    tags:
  • gguf
  • qwen3.8
  • qwen35
  • abliterated
  • uncensored
  • mtp
  • llama.cpp
    pipeline_tag: text-generation

Hemmingway-1 Abliterated Extreme Q8_0 + MTP

A single-file Q8_0 GGUF of JohnDi's abliterated Hemmingway-1 Extreme, with the complete MTP decoder block from the original Altworld Hemmingway-1 Q8_0 GGUF added for llama.cpp speculative decoding.

This is an unofficial community derivative. It is not published or endorsed by Altworld, JohnDi, or bartowski.

File

  • Hemmingway-1-Abliterated-Extreme-Q8_0-MTP.gguf — 29.05 GB (Q8_0)

The abliterated model's 64-layer trunk and chat template are retained. The donor's 15-tensor MTP block and required GGUF metadata are added as block 64. This makes the resulting GGUF declare 65 blocks, including one MTP prediction layer. MTP tensors are the original non-abliterated model's weights; they were not retrained against the abliterated trunk.

Run with llama.cpp

Use a recent llama.cpp build with Qwen3.5 MTP support:

llama-server \
  --model Hemmingway-1-Abliterated-Extreme-Q8_0-MTP.gguf \
  --ctx-size 163840 \
  --n-gpu-layers 999 \
  --spec-type draft-mtp \
  --spec-draft-n-max 4 \
  --reasoning on \
  --reasoning-format deepseek-legacy \
  --jinja

Hardware limits may require a lower context size or partial GPU offload. The GGUF includes the model's chat template. MTP loaded and generated successfully with llama.cpp on ROCm. One local short-use sample accepted 787 of 1,992 proposed draft tokens; this is not a speed benchmark, and acceptance varies with prompt and hardware.

Lineage and attribution

License

The Altworld model card currently identifies Hemmingway-1 as CC BY-NC 4.0 and permits sharing with attribution for non-commercial use. Some upstream GGUF cards label their files Apache-2.0, so upstream license labels conflict. This repository uses CC BY-NC 4.0 to honor the more restrictive base-model terms; it does not grant commercial-use rights. Check with the respective rights holders if you need a definitive interpretation or commercial permission.

Credit Altworld for Hemmingway-1, JohnDi for the abliterated derivative, and bartowski for the Q8_0 MTP donor conversion.

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.