Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
jessicalw34
/
HILBERT
:latest
Updated
yesterday
HILBERT (Nemotron 4B nano— research/proofs) temperature 0.0 top_k 20 top_p 0.85 num_ctx 8192 repeat_penalty 1.0
HILBERT (Nemotron 4B nano— research/proofs) temperature 0.0 top_k 20 top_p 0.85 num_ctx 8192 repeat_penalty 1.0
Cancel
tools
HILBERT:latest
...
/
template
fd80a52b9db8 · 773B
{{- if (or .Tools .System) }}<extra_id_0>System
{{ if .System }}{{ .System }}
{{ end }}
{{- if .Tools }}
{{- range .Tools }}<tool> {{ . }} </tool>{{ end }}
{{ end }}
{{- end }}
{{- range $i, $m := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1 -}}
{{- if eq .Role "user" }}<extra_id_1>User
{{ .Content }}
{{- if $last }}
<extra_id_1>Assistant
{{- end }}
{{ else if eq .Role "tool" }}<extra_id_1>Tool
{{ .Content }}
{{- if $last }}
<extra_id_1>Assistant
{{- end }}
{{ else if eq .Role "assistant" }}<extra_id_1>Assistant
{{- if .ToolCalls }}
{{ range .ToolCalls }}<toolcall> {"name": "{{ .Function.Name }}", "arguments": {{ .Function.Arguments }}} </toolcall> {{ end }}
{{ else }}
{{ .Content }}
{{- if not $last }}
{{ end }}
{{- end }}
{{- end }}
{{- end }}