harkov000 commited on
Commit
3826622
1 Parent(s): 2fd0827

Upload 2 files

Browse files
Files changed (2) hide show
  1. params +6 -0
  2. template +6 -0
params ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "stop": [
3
+ "<|im_start|>",
4
+ "<|im_end|>"
5
+ ]
6
+ }
template ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {{ if .System }}<|im_start|>system
2
+ {{ .System }}<|im_end|>
3
+ {{ end }}{{ if .Prompt }}<|im_start|>user
4
+ {{ .Prompt }}<|im_end|>
5
+ {{ end }}<|im_start|>assistant
6
+ {{ .Response }}<|im_end|>