mapfinben-sxufe / template.tmpl
lidayuls's picture
MapFinBen merged LoRA model + template + Modelfile
431cd2c verified
Raw
History Blame Contribute Delete
396 Bytes
# ===== extra stop =====
PARAMETER stop "<|im_end|>"
PARAMETER stop "<|endoftext|>"
# ===== system prompt =====
SYSTEM """
You are a helpful assistant that answers questions clearly and concisely.
"""
# ===== Qwen3 chat template for Ollama =====
TEMPLATE """
{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}<|im_start|>user
{{ .Prompt }}<|im_end|>
<|im_start|>assistant
"""