autoprogrammer's picture
Upload checkpoint from deepseek_esft_summary_lr2e-4_ste_ckpt921
2165b1a verified
raw
history blame contribute delete
383 Bytes
# ollama modelfile auto-generated by llamafactory
FROM .
TEMPLATE """<|begin▁of▁sentence|>{{ if .System }}{{ .System }}
{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}User: {{ .Content }}
Assistant:{{ else if eq .Role "assistant" }}{{ .Content }}<|end▁of▁sentence|>{{ end }}{{ end }}"""
PARAMETER stop "<|end▁of▁sentence|>"
PARAMETER num_ctx 4096