farpluto commited on
Commit
b89041d
1 Parent(s): ec30577

Update Modelfile

Browse files
Files changed (1) hide show
  1. Modelfile +2 -2
Modelfile CHANGED
@@ -1,10 +1,10 @@
1
  FROM Phi-3-medium-4k-instruct-Q4_K_S.gguf
2
- TEMPLATE "{{ if .System }}<|system|>
3
  {{ .System }}<|end|>
4
  {{ end }}{{ if .Prompt }}<|user|>
5
  {{ .Prompt }}<|end|>
6
  {{ end }}<|assistant|>
7
- {{ .Response }}<|end|>"
8
  PARAMETER stop <|end|>
9
  PARAMETER stop <|user|>
10
  PARAMETER stop <|assistant|>
 
1
  FROM Phi-3-medium-4k-instruct-Q4_K_S.gguf
2
+ TEMPLATE """{{ if .System }}<|system|>
3
  {{ .System }}<|end|>
4
  {{ end }}{{ if .Prompt }}<|user|>
5
  {{ .Prompt }}<|end|>
6
  {{ end }}<|assistant|>
7
+ {{ .Response }}<|end|>"""
8
  PARAMETER stop <|end|>
9
  PARAMETER stop <|user|>
10
  PARAMETER stop <|assistant|>