Qwen3-8B fine-tune lost its thinking mode because the template taught empty `<think>` blocks

MeldhLLC · reddit · 2026-07-26

A Qwen3-8B fine-tune silently lost its thinking mode because the training template taught the model to emit empty <think> blocks.

The author says two fine-tunes on different versions of the same corpus produced different outcomes: one still responded to the thinking toggle, while the other always returned an empty thinking field. Standard loss metrics did not catch the regression.

Key findings:

They also found an Ollama template pitfall: the imported GGUF’s embedded template overrode the Modelfile template, so the prompt never reached the model as expected. Once they rendered prompts themselves, the same weights deliberated on 20/20 test prompts.

Original post →

More from Models

Models channel →