chenhaodev's picture
Upload v1/Modelfile with huggingface_hub
cc5eedf verified
Raw
History Blame Contribute Delete
412 Bytes
# rxreader —— 与 eqreader-v4 同款模板(空 think 块必须在,与训练时的 response_part 一致)
FROM ./Qwen3.5-0.8B.Q4_K_M.gguf
TEMPLATE """{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}<|im_start|>assistant
<think>
</think>
"""
PARAMETER num_ctx 8192
PARAMETER temperature 0
PARAMETER stop "<|im_end|>"