Files
ModelHub XC f6c9c8edd8 初始化项目,由ModelHub XC社区提供模型
Model: agentlans/Llama3.2-3B-creative-writer-v0.1
Source: Original Platform
2026-07-20 10:12:15 +08:00

12 lines
368 B
Plaintext

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