457 2 weeks ago

第二代 OmniCoder,基于 Qwen3.5-9B 微调。仅对助手 token 进行训练(与 v1 不同):不再出现重复循环,在长时间的智能体会话中能够稳定进行工具调用。 原文链接:https://hf.co/Tesslate/OmniCoder-2-9B

tools thinking 9b
d21c1ac2f1cc · 136B
{
"num_ctx": 65536,
"repeat_penalty": 1,
"stop": [
"<|im_start|>",
"<|im_end|>"
],
"temperature": 0.6,
"top_k": 20,
"top_p": 0.95
}