Thinks, Thinks it has done, Thinks without actual execution

#31
by kempy007 - opened

I'm trying it out via Ollama(tomng/nanbeige4.1:latest) CTX=65536 with OpenCode 1.2.10.
The Thinking is impressive, It absolutely smokes the context window, I struggle getting model to act on its thoughts, is there a prompt that will make model be more actionable. eg write the files it thought about writing.

I'm trying it out via Ollama(tomng/nanbeige4.1:latest) CTX=65536 with OpenCode 1.2.10.
The Thinking is impressive, It absolutely smokes the context window, I struggle getting model to act on its thoughts, is there a prompt that will make model be more actionable. eg write the files it thought about writing.

https://huggingface.co/Nanbeige/Nanbeige4.1-3B/discussions/19#6997a4b034b384dc490f2526

In addition to your question, I would advise waiting for version 4.2, or even waiting for the release with Muon, which is planned for version 4.5 (or 5.0, it is not known for sure).
But if you really want to, you can experiment with Nanbeige4-3B-Thinking-2511, it thinks less.
Here is an example Modelfile that you can use.

FROM /absolute/path/to/Nanbeige4-3B-Thinking-2511-(Q8_0 or Q6_K).gguf
TEMPLATE {{ .Prompt }}
RENDERER qwen3-vl-thinking
PARSER qwen3-vl-thinking
PARAMETER num_ctx 8192
PARAMETER repeat_penalty 1
PARAMETER temperature 0.6
PARAMETER top_k 20
PARAMETER top_p 0.95

Sign up or log in to comment