Files
model/Modelfile

16 lines
510 B
Plaintext
Raw Normal View History

FROM ./NicholasLuo/model/unsloth.Q8_0.gguf
TEMPLATE """Below describes some game players ask questions and assistant response.
User ask:{{ if .Prompt }}
{{ .Prompt }}{{ end }}
Assistant response:
{{ .Response }}<|end_of_text|>"""
PARAMETER stop "<|eom_id|>"
PARAMETER stop "<|python_tag|>"
PARAMETER stop "<|start_header_id|>"
PARAMETER stop "<|end_header_id|>"
PARAMETER stop "<|eot_id|>"
PARAMETER stop "<|finetune_right_pad_id|>"
PARAMETER stop "<|end_of_text|>"
PARAMETER stop "<|reserved_special_token_"