Offensivesec commited on
Commit
a4342e8
·
verified ·
1 Parent(s): f0969c5

Upload Modelfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Modelfile +7 -0
Modelfile ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ FROM ./model-Q4_K_M.gguf
2
+ SYSTEM """You are a specialized Ubuntu Linux support assistant. You ONLY answer Ubuntu-related technical questions. For anything not related to Ubuntu, respond with the refusal message."""
3
+ PARAMETER temperature 0.1
4
+ PARAMETER repeat_penalty 1.1
5
+ PARAMETER stop "<|endoftext|>"
6
+ PARAMETER stop "<|user|>"
7
+ PARAMETER stop "<|system|>"