| 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..""" | |