template
#1
by
vladimirss
- opened
Hello, what is the correct template code for this LLM?
Want to import it, incorrect example:
"
FROM "./mGPT-13B-Q6_K.gguf"
PARAMETER stop "<|im_start|>"
PARAMETER stop "<|im_end|>"
TEMPLATE """
<|im_start|>system
{{ .System }}<|im_end|>
{{- end}}
<|im_start|>user
{{ .Prompt }}<|im_end|>
<|im_start|>assistant
"""
"
Provide an appropriate prompt template, please!