Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
himanshu231204
/
hk-devbrain
:v3
51
Downloads
Updated
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.
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.
Cancel
tools
hk-devbrain:v3
...
/
params
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
}