An open-source Mixture-of-Experts code language model that achieves performance comparable to GPT4-Turbo in code-specific tasks.

16B

446 Pulls Updated 3 weeks ago

60f3b49c3739 · 210B
{{ if not .Response }}{{ if .System }}{{ .System }} {{ end }}{{ end }}{{ if .Prompt }}User: {{ .Prompt }} {{ end }}{{ if .Response }}{{ if .System }}{{ .System }} {{ end }}{{ end }}Assistant:{{ .Response }}