10 3 days ago

qwen3:4b tuned for tool calling — the prompt and decoding settings that make a 4B model actually call the tool instead of pretending it did.

tools thinking
4050e99747a5 · 137B
{
"num_ctx": 8192,
"repeat_penalty": 1.05,
"stop": [
"<|im_start|>",
"<|im_end|>"
],
"temperature": 0.1,
"top_k": 20,
"top_p": 0.9
}