sudhanshu-soft commited on
Commit
673d964
·
verified ·
1 Parent(s): 89870af

new ModelFile.txt for ollama

Browse files
Files changed (1) hide show
  1. ModelFile.txt +12 -0
ModelFile.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM "myllama3.gguf"
2
+ TEMPLATE """<|begin_of_text|>{{ if .System }}<|start_header_id|>system<|end_header_id|>
3
+
4
+ {{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
5
+
6
+ {{ .Prompt }}? (hint: use the agent if you need it).<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
7
+
8
+ {{ .Response }}<|eot_id|>"""
9
+ PARAMETER stop "<|start_header_id|>"
10
+ PARAMETER stop "<|end_header_id|>"
11
+ PARAMETER stop "<|eot_id|>"
12
+ PARAMETER stop "<|end_of_text|>"