File size: 686 Bytes
be37055
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
26
27
28
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."