had the instruction and input reversed

Signed-off-by: Matt Williams <m@technovangelist.com>
This commit is contained in:
Matt Williams 2023-08-04 09:49:35 -07:00
parent 42bdcee473
commit e734b62d4d

View File

@ -1,11 +1,13 @@
FROM ../models/nous-hermes-13b.ggmlv3.q4_0.bin
TEMPLATE """
{{- if .First }}
### Instruction:
{{ .Prompt }}
{{- if and .First .System }}
### Input:
{{ .System }}
{{- end }}
### Input:
{{ .Prompt }}
### Response:
"""