TroyDoesAI commited on
Commit
cd9492c
·
verified ·
1 Parent(s): 243ad85

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -1,3 +1,12 @@
1
- ---
2
- license: artistic-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: artistic-2.0
3
+ ---
4
+ ```
5
+ {{ if .System }}<|start_header_id|>system<|end_header_id|>
6
+
7
+ {{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
8
+
9
+ {{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
10
+
11
+ {{ .Response }}<|eot_id|>
12
+ ```