deleuze-qwen-1.5b / Modelfile
wisdomfunction's picture
Upload fine-tuned Deleuze model
b508e35 verified
raw
history blame
362 Bytes
# ollama modelfile auto-generated by llamafactory
FROM .
TEMPLATE """{{ if .System }}System: {{ .System }}
{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}Human: {{ .Content }}
Assistant:{{ else if eq .Role "assistant" }}{{ .Content }}<|end▁of▁sentence|>
{{ end }}{{ end }}"""
PARAMETER stop "<|end▁of▁sentence|>"
PARAMETER num_ctx 4096