51 1 month ago

HK-DevBrain is a lightweight AI developer assistant built on Llama 3.2 (3B) for code generation, math reasoning, and technical documentation. Optimized for local inference with Ollama.

tools
b455663f8656 · 174B
{
"num_ctx": 8192,
"repeat_penalty": 1.1,
"stop": [
"<|start_header_id|>",
"<|end_header_id|>",
"<|eot_id|>"
],
"temperature": 0.25,
"top_k": 40,
"top_p": 0.9
}