Files
wangge-DeepSeek-R1-1.5B/Modelfile
ModelHub XC 7e11c3bd37 初始化项目,由ModelHub XC社区提供模型
Model: xiaomaohuifaguang/wangge-DeepSeek-R1-1.5B
Source: Original Platform
2026-07-24 07:55:06 +08:00

9 lines
392 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ollama modelfile auto-generated by llamafactory
FROM .
TEMPLATE """<begin▁of▁sentence>{{ if .System }}{{ .System }}{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}<User>{{ .Content }}<Assistant>{{ else if eq .Role "assistant" }}{{ .Content }}<end▁of▁sentence>{{ end }}{{ end }}"""
PARAMETER stop "<end▁of▁sentence>"
PARAMETER num_ctx 4096