mrthp/ omnicoder2:latest

211 4 days 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. With a better prompt in general.

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
}