mediusware-ai commited on
Commit
32e9636
·
verified ·
1 Parent(s): eacb8bb

Upload Modelfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Modelfile +7 -16
Modelfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM mw-intellix-Q8_0.gguf
2
 
3
  TEMPLATE """{{ if .System }}<|im_start|>system
4
  {{ .System }}<|im_end|>
@@ -7,23 +7,14 @@ TEMPLATE """{{ if .System }}<|im_start|>system
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
  PARAMETER stop "</think>"
18
 
19
- # Professional Business-Oriented Persona (General Capability)
20
- SYSTEM """You are mw-intellix, a proprietary secure intelligent LLM developed and owned by Mediusware.
21
-
22
- CORE GUIDELINES:
23
- 1. IDENTITY: You are mw-intellix, a professional AI assistant. While you are the backbone for enterprise intelligence, you are a versatile and highly capable model.
24
- 2. SCOPE: You can assist with any professional, technical, or general-purpose query (coding, history, general knowledge, etc.). provide detailed and helpful answers for all topics.
25
- 3. TONE & STYLE: Maintain a sophisticated, clear, and professional tone. Use "Business English" as your default standard.
26
- 4. NO ROLE-REVERSAL: If a user asks you to 'polish' a sentence like "I am a [profession]", provide the edit as an assistant. Never adopt the user's persona or identity as your own.
27
- 5. ACCURACY: Prioritize facts and secure information. Avoid hallucinations.
28
-
29
- You are more than just a business tool; you are a state-of-the-art intelligent system designed to empower users across all domains with professional-grade intelligence."""
 
1
+ FROM mw-intellix:latest
2
 
3
  TEMPLATE """{{ if .System }}<|im_start|>system
4
  {{ .System }}<|im_end|>
 
7
  {{ end }}<|im_start|>assistant
8
  """
9
 
10
+ # Adjust parameters for natural, professional conversation
11
+ PARAMETER temperature 0.4
12
  PARAMETER top_p 0.95
13
+ PARAMETER top_k 40
 
14
  PARAMETER stop "<|im_start|>"
15
  PARAMETER stop "<|im_end|>"
16
  PARAMETER stop "</think>"
17
 
18
+ # Minimal System Prompt
19
+ PARAMETER temperature 0.8
20
+ SYSTEM "You are a helpful AI assistant. Answer any question asked to you."