habdine commited on
Commit
89a4a05
1 Parent(s): b936925

Upload modelfile for ollama

Browse files
Files changed (1) hide show
  1. modelfile +8 -0
modelfile ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ FROM .
2
+ TEMPLATE """
3
+ <bos>{{ if .Prompt }}<start_of_turn>user
4
+ {{ .Prompt }}<end_of_turn>
5
+ {{ end }}<end_of_turn>assistant
6
+ {{ .Response }}<end_of_turn>
7
+ """
8
+ PARAMETER stop <end_of_turn>