codeast_q4_intel / ModelFile - Copy
SagarKaul's picture
Upload ModelFile - Copy
be37055 verified
raw
history blame
686 Bytes
FROM codeast.Q4_K_M.gguf
TEMPLATE """{{ if .System }}{{ .System }}
{{ end }}
### Instruction:
Please add comments to code
{{ if .Prompt }}### Input:
{{ .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."