LLM-EDA's picture
Upload 8 files
cd8b871 verified
raw
history blame
321 Bytes
# ollama modelfile auto-generated by llamafactory
FROM .
TEMPLATE """<s>{{ if .System }}tem: {{ .System }}</s>
{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}an: {{ .Content }}</s>
Assistant:{{ else if eq .Role "assistant" }}{{ .Content }}</s>
{{ end }}{{ end }}"""
PARAMETER stop "</s>"
PARAMETER num_ctx 4096