初始化项目,由ModelHub XC社区提供模型

Model: lzkhhh/ITDR-LLaMA3.2-3B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-10 22:15:58 +08:00
commit 2867fe7466
14 changed files with 1253515 additions and 0 deletions

16
Modelfile Normal file
View File

@@ -0,0 +1,16 @@
# ollama modelfile auto-generated by llamafactory
FROM .
TEMPLATE """<|begin_of_text|>{{ if .System }}<|start_header_id|>system<|end_header_id|>
{{ .System }}<|eot_id|>{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}<|start_header_id|>user<|end_header_id|>
{{ .Content }}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
{{ else if eq .Role "assistant" }}{{ .Content }}<|eot_id|>{{ end }}{{ end }}"""
PARAMETER stop "<|eom_id|>"
PARAMETER stop "<|end_of_text|>"
PARAMETER stop "<|eot_id|>"
PARAMETER num_ctx 4096