Ling-flash-2.0-sft / Modelfile
taozi555's picture
Upload folder using huggingface_hub
0547b21 verified
# ollama modelfile auto-generated by llamafactory
FROM .
TEMPLATE """{{ if .System }}<role>SYSTEM</role>{{ .System }}<|role_end|>{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}<role>HUMAN</role>{{ .Content }}<|role_end|><role>ASSISTANT</role>{{ else if eq .Role "assistant" }}{{ .Content }}<|role_end|>{{ end }}{{ end }}"""
PARAMETER stop "<|endoftext|>"
PARAMETER stop "<|role_end|>"
PARAMETER num_ctx 4096