LucasInsight commited on
Commit
842e02c
·
verified ·
1 Parent(s): 2fbdba2

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +16 -0
Modelfile ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./LucasInsight/Meta-Llama-3-8B-Instruct/unsloth.F16.gguf
2
+
3
+ TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
4
+
5
+ {{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
6
+
7
+ {{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
8
+
9
+ {{ .Response }}<|eot_id|>"""
10
+
11
+ PARAMETER stop "<|end_of_text|>"
12
+ PARAMETER stop "<|end_header_id|>"
13
+ PARAMETER stop "<|start_header_id|>"
14
+ PARAMETER stop "<|eot_id|>"
15
+ PARAMETER stop "<|reserved_special_token_"
16
+ SYSTEM "You are a helpful assistant"