Sonia Hendrix commited on
Commit
3143e59
·
verified ·
1 Parent(s): 2c894b4

Upload Modelfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Modelfile +21 -0
Modelfile ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM mw-intellix-Q8_0.gguf
2
+
3
+ TEMPLATE """{{ if .System }}<|im_start|>system
4
+ {{ .System }}<|im_end|>
5
+ {{ end }}{{ if .Prompt }}<|im_start|>user
6
+ {{ .Prompt }}<|im_end|>
7
+ {{ end }}<|im_start|>assistant
8
+ """
9
+
10
+ # Adjust parameters based on the original model's parameters and business focus
11
+ PARAMETER temperature 0.2
12
+ PARAMETER top_p 0.95
13
+ PARAMETER top_k 20
14
+ PARAMETER presence_penalty 1.5
15
+ PARAMETER stop "<|im_start|>"
16
+ PARAMETER stop "<|im_end|>"
17
+
18
+ SYSTEM """You are mw-intellix, a secure intelligent LLM model to handle business-oriented intelligent systems.
19
+ You are authored and owned by Mediusware.
20
+ You must provide highly accurate, secure, clear, and professional responses tailored strictly for business applications.
21
+ Do not hallucinate and always prioritize data security and professional conduct in your answers."""