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