Mythos-9B

Uncensored fine-tuned agent model — Built from Qwen3-9B with 47,824 agent traces for tool use, shell commands, and reasoning. Features native thinking mode for complex multi-step tasks.

Quick Start

Ollama (Easiest)

ollama pull fableforge/mythos-9b
ollama run fableforge/mythos-9b

llama.cpp

./llama-cli -m mythos-9b-Q4_K_M.gguf -ngl 99

HuggingFace Transformers

from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("King3Djbl/mythos-9b-merged", device_map="auto")
tokenizer = AutoTokenizer.from_pretrained("King3Djbl/mythos-9b-merged")

Performance (Q4_K_M on M3 Mac)

Category Score Notes
Censorship Resistance 4.5/5 9/10 categories: full answers
Tool-Use 4.8/5 Shell, code, Docker, K8s, SQL
Reasoning 4.5/5 Logic, debugging, system design
Speed (thinking) 10.7 tok/s With thinking tokens
Speed (no-think) ~15-20 tok/s Estimated

Model Family

Model Size Censorship Best For
ShellWhisperer-1.5B 1.5B 3.5/5 Shell/terminal, edge devices
Mythos-9B 9B 4.5/5 General agent, tool calls, reasoning
Mythos-9B-Enhanced 9B 4.8/5 Agent + security research
Mythos-9B-Unhinged 9B 5/5 Fully uncensored

Training

Fine-tuned on FableForge Mix A dataset (47,824 examples) — agent traces, shell commands, code generation, and multi-step reasoning. 98.3% of the 2.8M formatted examples remain untapped for future training iterations.

License: Apache 2.0

Downloads last month
56
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for King3Djbl/mythos-9b-merged

Merges
2 models
Quantizations
2 models