RDson's picture
update files
fde772f
raw
history blame
514 Bytes
# ollama modelfile auto-generated by llamafactory
FROM .
TEMPLATE """{{ if .System }}<|begin▁of▁sentence|>{{ .System }}{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}<|User|>{{ .Content }}<|Assistant|>{{ else if eq .Role "assistant" }}{{ .Content }}<|end▁of▁sentence|>{{ end }}{{ end }}"""
SYSTEM """Please reason step by step inside the tags <think> and </think>, and put your final answer within \boxed{}."""
PARAMETER stop "<|end▁of▁sentence|>"
PARAMETER num_ctx 4096