1,607 1 week ago

2nd gen OmniCoder, fine-tuned from Qwen3.5-9B. Trains on assistant tokens only (unlike v1): no more repetition loops, stable tool-calling in long agentic sessions. Original: https://hf.co/Tesslate/OmniCoder-2-9B

tools thinking
87c3178ed987 · 136B
{
"num_ctx": 32768,
"repeat_penalty": 1,
"stop": [
"<|im_start|>",
"<|im_end|>"
],
"temperature": 0.6,
"top_k": 20,
"top_p": 0.95
}