17 2 months ago

WSAI-Heart-Pro-Exp 是 WSAI-Heart-Pro 的实验版本,基于 Qwen3.5-2B-Base 进行全精度 LoRA 微调。相比0.8B,这次升级到了 2B 参数,共情表达与对话质量均有明显提升,且仍然可以端侧部署。

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 }}