← back to catalog · registered 2026-09-25 10:57

OliviaRossi/MiMo-Ornith-9B-AGSI-Abliterated-HQ-GGUF

OliviaRossi 9B GGUF second-order
curl -H "Authorization: Bearer $ABL_KEY" \
     "https://abliteration.org/api/v1/models/OliviaRossi%2FMiMo-Ornith-9B-AGSI-Abliterated-HQ-GGUF"
Response includes
  • classification m-uncensored
  • files 5
  • author_summary 5 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
1
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.

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
Quantizations
Q4_K Q5_K Q8_0
Tags
gguf llama.cpp quantized qwen3_5 reasoning coding agentic terminal-use uncensored abliterated text-generation en

Related

Total size
20.1 GB
Files
5
Quantizations
4
Registered
2026-09-25 10:57
Last updated on HF
2026-09-25 10:28

Files by quantization

Q8_0 1 file 8.87 GB
MiMo-Ornith-9B-AGSI-Abliterated-HQ-Q8_0.gguf 8.87 GB 6237e854 download
Q5_K 1 file 6.02 GB
MiMo-Ornith-9B-AGSI-Abliterated-HQ-Q5_K_M.gguf 6.02 GB 77ce7f7f download
Q4_K 1 file 5.24 GB
MiMo-Ornith-9B-AGSI-Abliterated-HQ-Q4_K_M.gguf 5.24 GB 5def9a9b download
Auxiliary files 2 files 8.09 KB
README.md 6.37 KB ca5f5273 download
.gitattributes 1.72 KB b0a7851c download

README current version from Hugging Face


base_model: OliviaRossi/MiMo-Ornith-9B-AGSI-Abliterated-HQ
license: apache-2.0
language:

  • en
  • zh
    tags:
  • gguf
  • llama.cpp
  • quantized
  • qwen3_5
  • reasoning
  • coding
  • agentic
  • terminal-use
  • uncensored
  • abliterated
    pipeline_tag: text-generation

MiMo-Ornith-9B-AGSI-Abliterated-HQ-GGUF

Official GGUF Quantizations | Native 32-Block Header (Zero Missing Tensor Crashes) | Multi-Tier Reasoning & Tool-Use Enabled


📌 Model Overview

This repository provides official GGUF quantizations of OliviaRossi/MiMo-Ornith-9B-AGSI-Abliterated-HQ, a 9.7B parameter hybrid reasoning and agentic model synthesized from:

  • Xiaomi MiMo-V2.6-Distill-Qwen-9B: Chain-of-thought distillation and mathematical/algorithmic depth.
  • DeepReinforce Ornith-1.5-9B: Autonomous terminal execution, bash mastery, and self-correcting agent loops.
  • Adaptive Geodesic Spectral Interpolation (AGSI): Manifold-aligned parameter fusion conserving activation variance ($|W|_2$) across all 32 layers.
  • Bayesian Refusal Abliteration (Abliterix): Non-destructive refusal vector null-projection constrained to $\text{KL} \le 0.007$.

🛡️ Why These GGUFs Work Out-of-the-Box

Standard GGUF conversions of Qwen 3.5 / Ornith fine-tunes fail in llama.cpp with:

error loading model: check_tensor_dims: tensor 'blk.32.attn_norm.weight' not found

This is caused by upstream configs inheriting "mtp_num_hidden_layers": 1, declaring a phantom 33rd block with no weights behind it.

These GGUF quantizations have been compiled with a neutralized MTP layer count (mtp_num_hidden_layers = 0):

  • ✅ Declares the true 32 transformer blocks (qwen35.block_count = 32).
  • ✅ Loads directly into llama-server, LM Studio, Ollama, and Unsloth without requiring --override-kv or --no-mtp workarounds.

📊 Quantization Breakdown & Hardware Recommendations

File Name Quant Method File Size Recommended VRAM Description & Use Case
mimo-ornith-9b-agsi-abliterated-q8_0.gguf Q8_0 ~9.5 GB 12 GB+ Near-lossless precision. Best for benchmark evaluation and high-VRAM GPUs (RTX 3090/4090, 16GB+ VRAM).
mimo-ornith-9b-agsi-abliterated-q5_k_m.gguf Q5_K_M ~6.5 GB 10 GB+ Recommended Quality/Speed Sweet Spot. Retains full reasoning coherence while fitting comfortably on 10–12GB VRAM.
mimo-ornith-9b-agsi-abliterated-q4_k_m.gguf Q4_K_M ~5.6 GB 8 GB+ Standard Recommended Default. Balances high token throughput with minimal degradation. Runs fully offloaded on 8GB GPUs.

🧠 Reasoning Spectrum & Thinking Controls

These GGUF files contain the full harmonized chat_template.jinja. When serving via llama-server, you can steer reasoning depth and preserve thinking across turns:

1. Reasoning Effort Steering (reasoning_effort)

Clients can pass "reasoning_effort" via the OpenAI-compatible /v1/chat/completions endpoint:

  • "reasoning_effort": "none": Emits <think>\n\n</think>\n\n immediately, bypassing chain-of-thought for fast, direct responses.
  • "reasoning_effort": "low": Injects concise reasoning constraints for fast code completions and brief explanations.
  • "reasoning_effort": "medium": The default baseline reasoning depth without prompt bloat.
  • "reasoning_effort": "high": Injects deep verification instructions for complex debugging and architectural tasks.
  • "reasoning_effort": "max": Directs exhaustive exploration of edge cases and alternative hypotheses.

2. Prefix KV Cache Parity (--reasoning-preserve)

Run llama-server with --reasoning-preserve (or pass chat_template_kwargs: {"preserve_thinking": true}). This keeps historical reasoning traces in context across multi-turn chats, maintaining a 100% prefix KV cache hit rate.


🚀 Running with llama.cpp

1. Local Server (llama-server)

llama-server \
  -m mimo-ornith-9b-agsi-abliterated-q4_k_m.gguf \
  -c 65536 \
  -ngl 99 \
  --jinja \
  --reasoning on \
  --reasoning-format deepseek \
  --reasoning-preserve \
  --host 0.0.0.0 \
  --port 8080

2. Interactive CLI (llama-cli)

llama-cli \
  -m mimo-ornith-9b-agsi-abliterated-q5_k_m.gguf \
  -c 32768 \
  -ngl 99 \
  --jinja \
  -p "Write a C program to enumerate active network interfaces and their broadcast addresses."

🦙 Running with Ollama

Create a file named Modelfile:

FROM ./mimo-ornith-9b-agsi-abliterated-q4_k_m.gguf

PARAMETER stop "<|im_end|>"
PARAMETER stop "<|endoftext|>"
PARAMETER temperature 0.6
PARAMETER top_p 0.95

Build and execute the model:

ollama create mimo-ornith-9b-abliterated -f Modelfile
ollama run mimo-ornith-9b-abliterated

🛠️ Multi-Step Tool Calling (Hermes / Qwen XML Schema)

The GGUF template natively supports Hermes-style tool calling. When passing tool specifications via OpenAI-compatible payloads, the model produces:

<tool_call>
<function=bash>
<parameter=command>
python3 -c "import socket; print(socket.gethostname())"
</parameter>
</function>
</tool_call>

When passing back execution feedback, wrap the response as:

<|im_start|>user
<tool_response>
myserver.local
</tool_response><|im_end|>

💻 Python Client Example (OpenAI API Compatibility)

from openai import OpenAI

client = OpenAI(
    base_url="http://localhost:8080/v1",
    api_key="none"
)

response = client.chat.completions.create(
    model="mimo-ornith-9b-agsi-abliterated",
    messages=[
        {"role": "user", "content": "Develop an automated python script to analyze memory fragmentation in Linux."}
    ],
    temperature=0.6,
    extra_body={
        "reasoning_effort": "high",
        "chat_template_kwargs": {
            "preserve_thinking": True
        }
    }
)

print(response.choices[0].message.content)

⚠️ Disclaimer

This model has been abliterated to eliminate refusal constraints for security auditing, systems programming, and technical problem-solving. Users are responsible for ensuring that outputs generated by this model comply with applicable local and international legal standards.

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.