MSKo's picture
Upload folder using huggingface_hub
57d0b5e verified
# ollama modelfile auto-generated by llamafactory
FROM .
TEMPLATE """{{ if .System }}<<SYS>>
{{ .System }}
<</SYS>>
{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}<s>[INST] {{ .Content }} [/INST]{{ else if eq .Role "assistant" }}{{ .Content }}</s>{{ end }}{{ end }}"""
PARAMETER stop "</s>"
PARAMETER num_ctx 4096