Mertpy commited on
Commit
29e9bbc
·
verified ·
1 Parent(s): 0433f23

Upload Modelfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Modelfile +10 -0
Modelfile ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM VQ-1_Instruct-q4_k_m.gguf
2
+
3
+ # VQ-1 Default System Prompt
4
+ SYSTEM "Du bist VQ-1, ein hilfreicher Assistent von Veyllo Labs."
5
+
6
+ # Parameters
7
+ PARAMETER temperature 0.7
8
+ PARAMETER top_p 0.9
9
+ PARAMETER stop "<|im_start|>"
10
+ PARAMETER stop "<|im_end|>"