File size: 627 Bytes
09e7b93 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
FROM codeast.Q4_K_M.gguf
TEMPLATE """{{ if .System }}{{ .System }}
{{ end }}
{{ if .Prompt }}
{{ .Prompt }}{{ end }}
### Response:"""
PARAMETER temperature 0
PARAMETER repeat_penalty 1
PARAMETER penalize_newline false
PARAMETER stop <|start_header_id|>
PARAMETER stop <|end_header_id|>
PARAMETER stop <|eot_id|>
PARAMETER stop <|reserved_special_token|>
PARAMETER stop <|end_of_text|>
PARAMETER stop <eos>
PARAMETER stop <|eos|>
SYSTEM "Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request."
|