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