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

Model: evildevlive/Qwen3-Sex
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-27 09:07:15 +08:00
commit bb6612bce2
16 changed files with 1410 additions and 0 deletions

19
Modelfile Normal file
View File

@@ -0,0 +1,19 @@
# ollama modelfile
FROM ./Qwen3-Sex-Q8_0.gguf
TEMPLATE """{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}<|im_start|>user
{{ .Content }}<|im_end|>
<|im_start|>assistant
{{ else if eq .Role "assistant" }}{{ .Content }}<|im_end|>
{{ end }}{{ end }}"""
PARAMETER stop "<|im_end|>"
PARAMETER stop "<|endoftext|>"
PARAMETER temperature 0.7
PARAMETER top_p 0.8
PARAMETER repeat_penalty 1.08
PARAMETER num_predict 2048
PARAMETER num_ctx 4096