Files
qwen0.6-lora1/Modelfile
ModelHub XC 999171f61f 初始化项目,由ModelHub XC社区提供模型
Model: wuhaotian1/qwen0.6-lora1
Source: Original Platform
2026-07-04 04:52:13 +08:00

12 lines
360 B
Plaintext

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