584 Downloads Updated 1 week ago
ollama run RefinedNeuro/vibethinker-3b-hermes:Q8_0
Updated 1 week ago
1 week ago
61878f4833c0 · 3.3GB ·
A 3B reasoning model that calls tools. A LoRA fine-tune of
WeiboAI/VibeThinker-3B (Qwen2-based) that
adds Hermes-style function calling (<think>…</think> + <tool_call>…</tool_call>)
while preserving its math/STEM reasoning.
ollama run refinedneuro/vibethinker-3b-hermes
latest (=Q6_K), Q6_K, Q8_0, f16
Quant note. This is a tool-calling model, and quantization below Q6_K degrades tool-call fidelity (Q3/Q4/Q5 emit malformed/incomplete calls and can loop). For that reason the
Q3_K_M/Q4_K_M/Q5_K_Mtags now point to the Q6_K build — pulling any of them gives you the smallest good-quality model. UseQ6_Kor higher; defaultlatest= Q6_K.
temperature 0.6 · top_p 0.95 · repeat_penalty 1.1 · stops on <|im_end|>.
For reliable single tool calls, also stop on </tool_call>.
Over-eager to call tools; can fall into repetition loops on out-of-distribution multi-turn input. Not production-ready. See the full model card: https://huggingface.co/RefinedNeuro/VibeThinker-3B-Hermes
Apache-2.0 — built on VibeThinker-3B and lambda/hermes-agent-reasoning-traces (both Apache-2.0).