Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
midnightcoderagent
/
MidnightCoder-30B
:latest
117
Downloads
Updated
2 days ago
**MidnightCoder-30B** coding model for the Midnight Coder Agent with SmartContext (~45% less prompt context). Install: `npm install -g midnight-coder` • Run: `ollama run midnightcoderagent/MidnightCoder-30B`
**MidnightCoder-30B** coding model for the Midnight Coder Agent with SmartContext (~45% less prompt context). Install: `npm install -g midnight-coder` • Run: `ollama run midnightcoderagent/MidnightCoder-30B`
Cancel
MidnightCoder-30B:latest
...
/
params
1213a7233c3b · 163B
{
"num_ctx": 4096,
"repeat_penalty": 1.1,
"stop": [
"<|im_start|>",
"<|im_end|>",
"<|endoftext|>"
],
"temperature": 0.15,
"top_k": 30,
"top_p": 0.8
}