16 lines
294 B
Cheetah
16 lines
294 B
Cheetah
|
|
PARAMETER stop "<|im_end|>"
|
||
|
|
PARAMETER stop "<|endoftext|>"
|
||
|
|
|
||
|
|
SYSTEM """
|
||
|
|
You are Qwen, created by Alibaba Cloud. You are a helpful assistant.
|
||
|
|
"""
|
||
|
|
|
||
|
|
TEMPLATE """
|
||
|
|
{{ if .System }}<|im_start|>system
|
||
|
|
{{ .System }}
|
||
|
|
<|im_end|>
|
||
|
|
{{ end }}<|im_start|>user
|
||
|
|
{{ .Prompt }}
|
||
|
|
<|im_end|>
|
||
|
|
<|im_start|>assistant
|
||
|
|
"""
|