Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
MHKetbi
/
nvidia_Llama-3.3-Nemotron-Super-49B-v1
:latest
2,446
Downloads
Updated
8 months ago
reasoning model that is post trained for reasoning, human chat preferences, and tasks, such as RAG and tool calling.
reasoning model that is post trained for reasoning, human chat preferences, and tasks, such as RAG and tool calling.
Cancel
nvidia_Llama-3.3-Nemotron-Super-49B-v1:latest
...
/
template
bec6e991b64c · 501B
{{- "<|start_header_id|>system<|end_header_id>\n\n" -}}
{{- if and (gt (len .Messages) 0) (eq (index .Messages 0).Role "system") -}}
{{- (index .Messages 0).Content -}}
{{- end -}}
{{- "<|eot_id>" -}}
{{- range $i, $msg := .Messages -}}
{{- if or (gt $i 0) (ne $msg.Role "system") -}}
{{- "<|start_header_id|>" -}}
{{- $msg.Role -}}
{{- "<|end_header_id>\n\n" -}}
{{- $msg.Content -}}
{{- "<|eot_id>" -}}
{{- end -}}
{{- end -}}
{{- "<|start_header_id|>assistant<|end_header_id>\n\n" -}}