FROM ./ggml-model-f32.gguf-Q4_K_M.gguf | |
TEMPLATE """<|tasktype|> | |
{{ if .System }}{{ .System }}{{ end }} | |
<|context|> | |
{{ .Prompt }} | |
<|task|> | |
""" | |
PARAMETER stop "<|task|>" | |
PARAMETER stop "<|context|>" | |
PARAMETER stop "<|tasktype|>" |
FROM ./ggml-model-f32.gguf-Q4_K_M.gguf | |
TEMPLATE """<|tasktype|> | |
{{ if .System }}{{ .System }}{{ end }} | |
<|context|> | |
{{ .Prompt }} | |
<|task|> | |
""" | |
PARAMETER stop "<|task|>" | |
PARAMETER stop "<|context|>" | |
PARAMETER stop "<|tasktype|>" |