Text Generation
Transformers
GGUF
Korean
English
unsloth
phi-3
ollama
conversational
daekeun-ml commited on
Commit
609a09d
1 Parent(s): ae4a43e

Create Modelfile_q4

Browse files
Files changed (1) hide show
  1. Modelfile_q4 +9 -0
Modelfile_q4 ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./phi3-medium-4k-14B-q4_1.gguf
2
+ TEMPLATE """<s>{{ if .Prompt }}<|user|>
3
+ {{ .Prompt }}<|end|>
4
+ {{ end }}<|assistant|>
5
+ {{ .Response }}<|end|>"""
6
+ PARAMETER stop <|endoftext|>
7
+ PARAMETER stop <|assistant|>
8
+ PARAMETER stop <|end|>
9
+ PARAMETER num_ctx 4096