Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
sunzhiyuan
/
suntray-reasoner
:latest
18
Downloads
Updated
6 months ago
Suntray-Reasoner is a highly specialized intelligent model that is based on the powerful pre-trained model Deepseek and has been deeply optimized through advanced LoRA (Low-Rank Adaptation) fine-tuning technology.
Suntray-Reasoner is a highly specialized intelligent model that is based on the powerful pre-trained model Deepseek and has been deeply optimized through advanced LoRA (Low-Rank Adaptation) fine-tuning technology.
Cancel
suntray-reasoner:latest
...
/
template
369ca498f347 · 387B
{{- if .System }}{{ .System }}{{ end }}
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1}}
{{- if eq .Role "user" }}<|User|>{{ .Content }}
{{- else if eq .Role "assistant" }}<|Assistant|>{{ .Content }}{{- if not $last }}<|end▁of▁sentence|>{{- end }}
{{- end }}
{{- if and $last (ne .Role "assistant") }}<|Assistant|>{{- end }}
{{- end }}