had the instruction and input reversed
Signed-off-by: Matt Williams <m@technovangelist.com>
This commit is contained in:
parent
42bdcee473
commit
e734b62d4d
@ -1,11 +1,13 @@
|
|||||||
FROM ../models/nous-hermes-13b.ggmlv3.q4_0.bin
|
FROM ../models/nous-hermes-13b.ggmlv3.q4_0.bin
|
||||||
TEMPLATE """
|
TEMPLATE """
|
||||||
{{- if .First }}
|
|
||||||
### Instruction:
|
### Instruction:
|
||||||
|
{{ .Prompt }}
|
||||||
|
|
||||||
|
{{- if and .First .System }}
|
||||||
|
### Input:
|
||||||
{{ .System }}
|
{{ .System }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
### Input:
|
|
||||||
{{ .Prompt }}
|
|
||||||
### Response:
|
### Response:
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user