VatsalPatel18 commited on
Commit
ab49137
1 Parent(s): cb1a926

Upload Modelfile_q4 with huggingface_hub

Browse files
Files changed (1) hide show
  1. Modelfile_q4 +9 -0
Modelfile_q4 ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./Phi-3-mini-4k-instruct-q4.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