Models
GitHub
Discord
Turbo
Sign in
Download
Models
Download
GitHub
Discord
Sign in
mikepfunk28
/
deepseekq3_coder
:latest
177
Downloads
Updated
1 month 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
}