11 lines
308 B
Plaintext
11 lines
308 B
Plaintext
# ollama modelfile auto-generated by llamafactory
|
|
|
|
FROM .
|
|
|
|
TEMPLATE """<s>{{ if .System }}{{ .System }}
|
|
|
|
{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}[INST] {{ .Content }}[/INST]{{ else if eq .Role "assistant" }} {{ .Content }}</s>{{ end }}{{ end }}"""
|
|
|
|
PARAMETER stop "</s>"
|
|
PARAMETER num_ctx 4096
|