| # ollama modelfile auto-generated by llamafactory | |
| FROM . | |
| TEMPLATE """{{ if .System }}{{ .System }}{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}### Instruction: | |
| {{ .Content }} | |
| ### Response: | |
| {{ else if eq .Role "assistant" }}{{ .Content }}<|endoftext|> | |
| {{ end }}{{ end }}""" | |
| SYSTEM """Below is an instruction that describes a task. Write a response that appropriately completes the request. | |
| """ | |
| PARAMETER stop "<|endoftext|>" | |
| PARAMETER num_ctx 4096 | |