Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
mikepfunk28
/
deepseekq3_coder
:latest
510
Downloads
Updated
10 months ago
Added system prompt to deepseek's new 8B model with Qwen 3, potentially could help, also kept context large as well as temp strict.
Added system prompt to deepseek's new 8B model with Qwen 3, potentially could help, also kept context large as well as temp strict.
Cancel
tools
thinking
deepseekq3_coder:latest
...
/
params
a905be7905c0 · 217B
{
"num_ctx": 131072,
"seed": 42,
"stop": [
"<|begin▁of▁sentence|>",
"<|end▁of▁sentence|>",
"<|User|>",
"<|Assistant|>"
],
"temperature": 0.1,
"top_k": 50,
"top_p": 0.95
}