dpo / model /model /Modelfile
zx10086's picture
Add files using upload-large-folder tool
4e01256 verified
# ollama modelfile auto-generated by llamafactory
FROM .
TEMPLATE """{{ if .System }}{{ .System }}{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}<|begin▁of▁sentence|><|User|>{{ .Content }}<|Assistant|><think>
{{ else if eq .Role "assistant" }}{{ .Content }}<|end▁of▁sentence|>{{ end }}{{ end }}"""
PARAMETER stop "<|end▁of▁sentence|>"
PARAMETER num_ctx 4096