47 Downloads Updated 13 hours ago
ollama run parable/fable
ollama launch claude --model parable/fable
ollama launch codex-app --model parable/fable
ollama launch openclaw --model parable/fable
ollama launch hermes --model parable/fable
ollama launch codex --model parable/fable
ollama launch opencode --model parable/fable

Parable is a family of open models trained on real agent work: multi-step tool use, planning, and thinking traces captured from Claude Fable 5 and GPT-5.5 sessions, not synthetic Q&A. Every release is eval-gated against its base before it ships.
Highlights:
<think> reasoning from actual Claude Fable 5 and GPT-5.5 sessions.parable/qwen3-fable, parable/granite4.1-fable.
ollama run parable/fable:3b
IBM Granite 4.1 3B line, chat-tuned on the prose side of the traces. Test loss 2.824 (base) to 0.376, an 87% reduction. Strictly graded qualitative: 14 of 34 fully correct, 26 of 34 correct or partially correct. Strongest at explanations, one-liners, and idiomatic refactors; for multi-part script generation use the 8B.
ollama run parable/fable:4b
Qwen3-4B line. Test loss 1.888 (base) to 0.996, a 47% reduction. Token accuracy 0.683 to 0.782.
ollama run parable/fable:8b
IBM Granite 4.1 8B line. Test loss 2.030 (base) to 0.617, a 70% reduction. Strictly graded qualitative: 20 of 34 fully correct, 32 of 34 correct or partial.
<think>...</think> block before the final answer.parable/qwen3-fable and parable/granite4.1-fableTraining data: Glint-Research/Fable-5-traces (AGPL-3.0), gpt5.5-terminal (MIT). Third-party assistant traces; providers’ terms may apply to downstream training.