Models
GitHub
Discord
Turbo
Sign in
Download
Models
Download
GitHub
Discord
Sign in
mannix
/
deepseek-coder-v2-lite-instruct
:latest
3,073
Downloads
Updated
1 year ago
An open-source Mixture-of-Experts code language model that achieves performance comparable to GPT4-Turbo in code-specific tasks.
An open-source Mixture-of-Experts code language model that achieves performance comparable to GPT4-Turbo in code-specific tasks.
Cancel
deepseek-coder-v2-lite-instruct:latest
...
/
template
60f3b49c3739 · 210B
{{ if not .Response }}{{ if .System }}{{ .System }}
{{ end }}{{ end }}{{ if .Prompt }}User: {{ .Prompt }}
{{ end }}{{ if .Response }}{{ if .System }}{{ .System }}
{{ end }}{{ end }}Assistant:{{ .Response }}