AbdoSaad24's picture
Upload folder using huggingface_hub
7eb5ca0 verified
raw
history blame contribute delete
343 Bytes
# ollama modelfile auto-generated by llamafactory
FROM .
TEMPLATE """<|begin▁of▁sentence|>{{ if .System }}{{ .System }}
{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}User: {{ .Content }}
Assistant:{{ else if eq .Role "assistant" }}{{ .Content }}<|EOT|>{{ end }}{{ end }}"""
PARAMETER stop "<|EOT|>"
PARAMETER num_ctx 4096