Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
NahiyanAnwar
/
mental-health-ai
:latest
17
Downloads
Updated
3 days ago
Compassionate mental health support AI fine-tuned from Qwen 3 (14B) with 128K context.
Compassionate mental health support AI fine-tuned from Qwen 3 (14B) with 128K context.
Cancel
mental-health-ai:latest
...
/
template
d68fbe6c7d45 · 276B
{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}<|im_start|>user
{{ .Content }}<|im_end|>
{{ else if eq .Role "assistant" }}<|im_start|>assistant
{{ .Content }}<|im_end|>
{{ end }}{{ end }}<|im_start|>assistant