CoolFace
Modelpublic

modrill/qwen3_4b_base_rstar_longcot_16k

sourceHugging Facecc-by-nc-4.0updated 4mo agoView on Hugging Face
0likes6downloads
Modelfile15 linesDownload Raw Back to root
1# ollama modelfile auto-generated by llamafactory2 3FROM .4 5TEMPLATE """{{ if .System }}<|im_start|>system6{{ .System }}<|im_end|>7{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}<|im_start|>user8{{ .Content }}<|im_end|>9<|im_start|>assistant10{{ else if eq .Role "assistant" }}{{ .Content }}<|im_end|>11{{ end }}{{ end }}"""12 13PARAMETER stop "<|im_end|>"14PARAMETER num_ctx 409615