Johnblick187 commited on
Commit
524aae8
·
verified ·
1 Parent(s): 471e42d

Create chat_template

Browse files
Files changed (1) hide show
  1. chat_template +8 -0
chat_template ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {{ if .System }}{{ .System }}
2
+
3
+ {{ end }}{{ if .Prompt }}### Instruction
4
+ {{ .Prompt }}
5
+
6
+
7
+ {{ end }}### Response
8
+ {{ .Response }}<|endoftext|>