wayne1215 commited on
Commit
69f989d
1 Parent(s): 86eb8a0

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +4 -4
Modelfile CHANGED
@@ -3,13 +3,13 @@ FROM ./wayne1215/model/unsloth.Q8_0.gguf
3
  TEMPLATE """Below are some instructions that describe some tasks. Write responses that appropriately complete each request.{{ if .Prompt }}
4
 
5
  ### Instruction:
6
- {{ .Prompt }}
7
 
8
- {{ end }}### Response:
9
- {{ .Response }}<|end_of_text|>"""
10
 
 
11
  PARAMETER stop "<|end_header_id|>"
12
  PARAMETER stop "<|start_header_id|>"
13
  PARAMETER stop "<|eot_id|>"
14
- PARAMETER stop "<|end_of_text|>"
15
  PARAMETER stop "<|reserved_special_token_"
 
3
  TEMPLATE """Below are some instructions that describe some tasks. Write responses that appropriately complete each request.{{ if .Prompt }}
4
 
5
  ### Instruction:
6
+ {{ .Prompt }}{{ end }}
7
 
8
+ ### Response:
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_"