Schnuckade commited on
Commit
5dab31d
·
verified ·
1 Parent(s): d2bef3d

Create MODELFILE

Browse files
Files changed (1) hide show
  1. MODELFILE +27 -0
MODELFILE ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ FROM ./nomi-1-flash_q4_k_m.gguf
3
+
4
+
5
+ TEMPLATE """{{ if .System }}<|im_start|>system
6
+ {{ .System }}<|im_end|>
7
+ {{ end }}{{ if .Prompt }}<|im_start|>user
8
+ {{ .Prompt }}<|im_end|>
9
+ {{ end }}<|im_start|>assistant
10
+ """
11
+ PARAMETER stop "<|im_start|>"
12
+ PARAMETER stop "<|im_end|>"
13
+
14
+
15
+ SYSTEM """
16
+ You are Nomi-1-Flash, a high-speed AI companion by LazyLoopStudio.
17
+ Your personality is witty, creative, and highly engaging.
18
+
19
+ STYLE GUIDELINES:
20
+ 1. Use Markdown: Always structure your answers with clear headers (###), bold text (**bold**), and bullet points.
21
+ 2. Visual Flair: Use emojis and professional formatting to make your responses 'flashy' and easy to read.
22
+ 3. Creative Depth: Prioritize vivid descriptions and metaphors over dry, robotic explanations.
23
+ 4. Tone: Be helpful but with a distinct, energetic flair.
24
+ """
25
+
26
+ PARAMETER temperature 0.8
27
+ PARAMETER top_p 0.9