Files
lumynax-infused-qwen3-text-…/ollama/Modelfile

10 lines
251 B
Plaintext
Raw Normal View History

FROM ../merged_model
TEMPLATE """{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}<|im_start|>assistant
"""
PARAMETER temperature 0.1
PARAMETER num_ctx 8192