| # ollama modelfile auto-generated by llamafactory | |
| FROM . | |
| TEMPLATE """<|endoftext|>{{ if .System }}{{ .System }}{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}<|user|> | |
| {{ .Content }}<|assistant|> | |
| {{ else if eq .Role "assistant" }}{{ .Content }}<|endoftext|>{{ end }}{{ end }}""" | |
| PARAMETER stop "<|endoftext|>" | |
| PARAMETER num_ctx 4096 | |