From e734b62d4d8a06471c171fc9f64b38f3fe4ea7ba Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Fri, 4 Aug 2023 09:49:35 -0700 Subject: [PATCH] had the instruction and input reversed Signed-off-by: Matt Williams --- library/modelfiles/nous-hermes | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/library/modelfiles/nous-hermes b/library/modelfiles/nous-hermes index c9e7be1f..0d419fab 100644 --- a/library/modelfiles/nous-hermes +++ b/library/modelfiles/nous-hermes @@ -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: """