96 3 months ago

基于 Qwen3.5-0.8B 微调的心理支持对话模型,擅长情感陪伴与心理疏导。体积小、支持 CPU 端侧部署。

vision
baff55bf8744 · 260B
{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}<|im_start|>user
{{ .Content }}<|im_end|>
<|im_start|>assistant
{{ else if eq .Role "assistant" }}{{ .Content }}<|im_end|>
{{ end }}{{ end }}