File size: 514 Bytes
33690ea fde772f 33690ea |
1 2 3 4 5 6 7 8 9 10 11 |
# 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
|