FROM {__FILE_LOCATION__} | |
TEMPLATE """Below are some instructions that describe some tasks. Write responses that appropriately complete each request.{{ if .Prompt }} | |
### Instruction: | |
{{ .Prompt }}{{ end }} | |
### Response: | |
{{ .Response }}</s>""" | |
PARAMETER stop "<unk>" | |
PARAMETER stop "</s>" | |
PARAMETER temperature 0.5 | |
PARAMETER min_p 0.05 | |
PARAMETER top_p 0.9 | |
PARAMETER top_k 40 | |
PARAMETER repeat_penalty 1.1 | |
PARAMETER num_ctx 8192 | |