lanlanlan23 commited on
Commit
98b5091
·
verified ·
1 Parent(s): 5041cb7

Upload 12b update Modelfile

Browse files
Files changed (1) hide show
  1. Modelfile +10 -0
Modelfile ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # ollama modelfile auto-generated by llamafactory
2
+
3
+ FROM .
4
+
5
+ TEMPLATE """<s>{{ if .System }}{{ .System }}
6
+
7
+ {{ end }}{{ range .Messages }}{{ if eq .Role "user" }}[INST]{{ .Content }}[/INST]{{ else if eq .Role "assistant" }}{{ .Content }}</s>{{ end }}{{ end }}"""
8
+
9
+ PARAMETER stop "</s>"
10
+ PARAMETER num_ctx 4096