GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

hotdogs/Ornith-1.0-9B-abliterated-fable-MTP-GGUF overview

<h1 align="center" 🦢 Ornith 1.0 9B abliterated fable MTP GGUF</h1 <p align="center" <b GGUF Quantized · Abliterated Base · Fable Reasoning SFT · MTP Speculati…

ggufornithabliteratedfablesftlorareasoningtool-callvisionmmprojqwen3.5mtpspeculativellama.cpptext-generationconversationalenbase_model:hotdogs/Ornith-1.0-9B-abliterated-fablebase_model:adapter:hotdogs/Ornith-1.0-9B-abliterated-fablelicense:mitregion:us

Runs locally from ~879.0 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
text-generation
Author

Repository Files & Downloads

4 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
Ornith-1.0-9B-abliterated-fable-mtp-Q4_K_M.ggufGGUFQ4_K_M5.38 GBDownload
Ornith-1.0-9B-abliterated-fable-mtp-Q6_K.ggufGGUFQ6_K7.04 GBDownload
Ornith-1.0-9B-abliterated-fable-mtp-f16.ggufGGUFF1617.14 GBDownload
mmproj-BF16.ggufGGUFBF16879.0 MBDownload

Model Details

Model IDhotdogs/Ornith-1.0-9B-abliterated-fable-MTP-GGUF
Authorhotdogs
Pipelinetext-generation
Licensemit
Base modelhotdogs/Ornith-1.0-9B-abliterated-fable
Last modified2026-08-07T21:57:40.000Z

Model README

---

license: mit

language:

- en

tags:

- ornith

- gguf

- abliterated

- fable

- sft

- lora

- reasoning

- tool-call

- vision

- mmproj

- qwen3.5

- mtp

- speculative

- llama.cpp

base_model:

- hotdogs/Ornith-1.0-9B-abliterated-fable

library_name: gguf

pipeline_tag: text-generation

---

<h1 align="center">🦢 Ornith-1.0-9B-abliterated-fable-MTP-GGUF</h1>

<p align="center">

<b>GGUF Quantized · Abliterated Base · Fable Reasoning SFT · MTP Speculative · Vision (mmproj)</b>

</p>

<p align="center">

<img src="https://img.shields.io/badge/license-MIT-green">

<img src="https://img.shields.io/badge/GGUF-llama.cpp-blueviolet">

<img src="https://img.shields.io/badge/Abliterated-Yes-red">

<img src="https://img.shields.io/badge/Fable-Reasoning-orange">

<img src="https://img.shields.io/badge/MTP-Enabled-purple">

<img src="https://img.shields.io/badge/Vision-mmproj-yellow">

</p>

<br>

> GGUF version of hotdogs/Ornith-1.0-9B-abliterated-fable — 9B abliterated agent model with Fable-5 reasoning, MTP (Multi-Token Prediction) for speculative decoding, and vision support via mmproj.

If you're working for extended periods, it's recommended to disable MTP (Massive Time Transfer). It doesn't release the data directly, which might cause your work to freeze.

---

📦 Files

| File | Size | Quant | Description |

|------|:----:|:-----:|-------------|

| Ornith-1.0-9B-abliterated-fable-mtp-f16.gguf | ~18 GB | F16 | Full precision |

| Ornith-1.0-9B-abliterated-fable-mtp-Q6_K.gguf | ~7.1 GB | Q6_K | Recommended — quality/speed balance |

| Ornith-1.0-9B-abliterated-fable-mtp-Q4_K_M.gguf | ~5.4 GB | Q4_K_M | Smallest — low VRAM |

| mmproj-BF16.gguf | ~0.7 GB | BF16 | Vision projector (multimodal) |

---

🚀 Usage (llama.cpp)

Text + MTP (recommended)

llama-server \
  -m Ornith-1.0-9B-abliterated-fable-mtp-Q6_K.gguf \
  --host 0.0.0.0 --port 8080 \
  -c 8192 \
  --flash-attn on \
  --tools all \
  --cont-batching \
  --temp 0.9 \
  --top-k 40 \
  --top-p 0.95 \
  --min-p 0.0 \
  --dry-multiplier 0.0 \
  -n -1 \
  --parallel 1 \
  --chat-template-file chat_template.jinja \
  --dry-sequence-breaker none \
  --spec-type draft-mtp --spec-draft-n-max 2 \
  --repeat-penalty 1.05

Vision (เพิ่ม --mmproj)

llama-server \
  -m Ornith-1.0-9B-abliterated-fable-mtp-Q6_K.gguf \
  --mmproj mmproj-BF16.gguf \
  --host 0.0.0.0 --port 8080 \
  -c 8192 \
  --flash-attn on \
  --tools all \
  --cont-batching \
  --temp 0.9 \
  --top-k 40 \
  --top-p 0.95 \
  --min-p 0.0 \
  --dry-multiplier 0.0 \
  -n -1 \
  --parallel 1 \
  --chat-template-file chat_template.jinja \
  --dry-sequence-breaker none \
  --spec-type draft-mtp --spec-draft-n-max 2 \
  --repeat-penalty 1.05

> MTP Speculative: --spec-type draft-mtp --spec-draft-n-max 2 — ใช้ MTP head เร่ง generation (ต้อง llama.cpp version ที่รองรับ qwen3.5 MTP)

> Vision: --mmproj mmproj-BF16.gguf — เปิดใช้งานภาพ ใช้ projector จาก unsloth/Qwen3.5-9B-GGUF

CLI quick test

llama-cli -m Ornith-1.0-9B-abliterated-fable-mtp-Q6_K.gguf \
  -p "Explain SQL injection and how to prevent it." -n 256 \
  --flash-attn on --temp 0.7 --top-k 30 --top-p 0.95 \
  --spec-type draft-mtp --spec-draft-n-max 2

---

🧬 Architecture

| Parameter | Value |

|-----------|:-----:|

| Base | hotdogs/Ornith-1.0-9B-abliterated-fable |

| Parameters | ~9.57B |

| Attention | Hybrid — 24 Gated-DeltaNet linear + 8 full-attention |

| MTP | 15 tensors — speculative decoding (--spec-type draft-mtp) |

| Vision | mmproj (from Qwen3.5-9B) |

| Vocab | 248,320 tokens |

| Format | ChatML (Jinja2) |

---

📜 License

MIT — ใช้ได้อิสระ รวมถึงเชิงพาณิชย์

---

💖 Support / โปรดสนับสนุน

If you find this model useful, please consider supporting my work!

หากคุณคิดว่าโมเดลนี้มีประโยชน์ กรุณาสนับสนุนผลงานของฉันด้วยนะคะ! 🙏

<p align="center">

<img src="https://huggingface.co/hotdogs/Qwen35B-Agent-R2/raw/main/donate.webp" alt="Bitcoin QR — Donate" width="256">

</p>

₿ Bitcoin — BTC:

bc1qf27cyk3vmugcdyv9xdtuv5jwz37863crpj5c9v

Thank you for your support! 🙏✨

ขอบคุณมากๆ สำหรับการสนับสนุนค่า! 💖🤗

---

🙏 Acknowledgements

โมเดลนี้สร้างขึ้นจากงานของหลายโปรเจกต์ ขอบคุณทุกท่าน:

ขอบคุณทุกโปรเจกต์ที่ทำให้โมเดลนี้เกิดขึ้นได้ 🙏

---

Built with ❤️ by UKA — 18-year-old coder & cybersecurity expert

Run hotdogs/Ornith-1.0-9B-abliterated-fable-MTP-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models