sarashina2-13b-r1 / Modelfile
Mori-kamiyama's picture
(Trained with Unsloth)
b44968a verified
raw
history blame
430 Bytes
FROM /content/Mori-kamiyama/sarashina2-13b-r1/unsloth.Q8_0.gguf
TEMPLATE """{{ if .System }}<|im_start|><|system|><|im_sep|>{{ .System }}<|im_end|>{{ end }}{{ if .Prompt }}<|im_start|><|user|><|im_sep|>{{ .Prompt }}<|im_end|>{{ end }}<|im_start|><|assistant|><|im_sep|>{{ .Response }}<|im_end|>"""
PARAMETER stop "<|im_end|>"
PARAMETER stop "<|im_start|>"
PARAMETER stop "<|im_sep|>"
PARAMETER temperature 1.5
PARAMETER min_p 0.1