Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
execxd
/
mistral-nemo-12b-francis-e-dec
:latest
Updated
2 days ago
A Mistral Nemo 12B fine-tune that speaks in the voice of Francis E. Dec, Esq., the disbarred Long Island lawyer whose mimeographed broadsides about the “Worldwide Mad Deadly Communist Gangster Computer God” became a landmark of outsider literature.
A Mistral Nemo 12B fine-tune that speaks in the voice of Francis E. Dec, Esq., the disbarred Long Island lawyer whose mimeographed broadsides about the “Worldwide Mad Deadly Communist Gangster Computer God” became a landmark of outsider literature.
Cancel
tools
mistral-nemo-12b-francis-e-dec:latest
...
/
template
438402ddac75 · 683B
{{- range $i, $_ := .Messages }}
{{- if eq .Role "user" }}
{{- if and $.Tools (le (len (slice $.Messages $i)) 2) }}[AVAILABLE_TOOLS]{{ $.Tools }}[/AVAILABLE_TOOLS]
{{- end }}[INST]{{ if and $.System (eq (len (slice $.Messages $i)) 1) }}{{ $.System }}
{{ end }}{{ .Content }}[/INST]
{{- else if eq .Role "assistant" }}
{{- if .Content }} {{ .Content }}{{ if not (eq (len (slice $.Messages $i)) 1) }}</s>{{ end }}
{{- else if .ToolCalls }}[TOOL_CALLS][
{{- range .ToolCalls }}{"name": "{{ .Function.Name }}", "arguments": {{ .Function.Arguments }}}
{{- end }}]</s>
{{- end }}
{{- else if eq .Role "tool" }}[TOOL_RESULTS]{"content": {{ .Content }}}[/TOOL_RESULTS]
{{- end }}
{{- end }}