Files
game_mode/Modelfile
ModelHub XC 31b1d09637 初始化项目,由ModelHub XC社区提供模型
Model: heeloo0212/game_mode
Source: Original Platform
2026-08-04 10:37:14 +08:00

12 lines
334 B
Plaintext

# ollama modelfile auto-generated by llamafactory
FROM .
TEMPLATE """{{ if .System }}System: {{ .System }}
{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}Human: {{ .Content }}
Assistant:{{ else if eq .Role "assistant" }}{{ .Content }}<|endoftext|>
{{ end }}{{ end }}"""
PARAMETER stop "<|endoftext|>"
PARAMETER num_ctx 4096