LucasInsight commited on
Commit
de0b269
·
verified ·
1 Parent(s): e803d27

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +5 -2
Modelfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM ./LucasInsight/Meta-Llama-3-8B-Instruct/unsloth.F16.gguf
2
 
3
  TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
4
 
@@ -8,9 +8,12 @@ TEMPLATE """{{ if .System }}<|start_header_id|>system<|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"
 
1
+ FROM ./LucasInsight/Meta-Llama-3-8B-Instruct/unsloth.Q8_0.gguf
2
 
3
  TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
4
 
 
8
 
9
  {{ .Response }}<|eot_id|>"""
10
 
 
11
  PARAMETER stop "<|end_header_id|>"
12
+ PARAMETER stop "<|finetune_right_pad_id|>"
13
  PARAMETER stop "<|start_header_id|>"
14
+ PARAMETER stop "<|python_tag|>"
15
+ PARAMETER stop "<|eom_id|>"
16
+ PARAMETER stop "<|end_of_text|>"
17
  PARAMETER stop "<|eot_id|>"
18
  PARAMETER stop "<|reserved_special_token_"
19
  SYSTEM "You are a helpful assistant"