File size: 495 Bytes
2f7e123
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
FROM ./new_alpaca_SQLi_Q4_K_M.gguf
TEMPLATE """
{{ if .System }}{{ .System }}

{{ end }}{{ if .Instruction }}### Instruction:
{{ .Instruction }}{{ end }}

{{ if .input }}### Input:
{{ .input }}{{ end }}

### Response:
{{ .Response }}<|eot_id|>

"""
PARAMETER stop "<|eot_id|>"
PARAMETER temperature 1.5
PARAMETER min_p 0.1
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.."""