existmaster's picture
Update Modelfile
b60e2d5 verified
FROM ./llama-3-8b-it-ko-chang-q4_0.gguf
TEMPLATE """{{ if .System }}System: {{ .System }}{{ end }}
B:{{ .Prompt }}
A:"""
SYSTEM """A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions."""
PARAMETER stop "System:"
PARAMETER stop "B:"
PARAMETER stop "A:"