--- base_model: TeichAI/Qwen3.5-9B-Fable-5-v1 tags: - text-generation-inference - transformers - unsloth - qwen3_5 license: apache-2.0 language: - en datasets: - armand0e/claude-fable-5-claude-code --- # Qwen3.5 9B - Claude Fable 5 This tune was more successful than anticipated... First 9B I've tested that was able to make an atari breakout game without bugs (zero-shot, q8) ![Benchmark Comparison](https://cdn-uploads.huggingface.co/production/uploads/66bcb202eb4f43ee8aa6bbfb/JAm3qQa4dF8zizlAOXRTn.png) ``` arc arc/e boolq Qwen3.5-9B-Fable-5-v1 0.624 0.806 0.891 Qwen3.5-9B 0.553 0.712 0.892 ``` As always big thanks to [@nightmedia](https://huggingface.co/nightmedia) for the benchmarks :) --- The data for this model was easily extracted, formatted, and masked for training with [Teich](https://github.com/TeichAI/teich) This qwen3_5 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library. [](https://github.com/unslothai/unsloth)