mirror of
https://www.modelscope.cn/IndexTeam/IndexTTS-2.git
synced 2026-04-02 19:52:53 +08:00
Upload to IndexTeam/IndexTTS-2 on ModelScope hub (batch 1/1)
This commit is contained in:
11
Modelfile
Normal file
11
Modelfile
Normal file
@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user