𝒥.𝐼.𝒩.𝒳 commited on
Commit
e88cad7
·
verified ·
1 Parent(s): e347c09

Upload MODELFILE_Q4_K_M with huggingface_hub

Browse files
Files changed (1) hide show
  1. MODELFILE_Q4_K_M +19 -0
MODELFILE_Q4_K_M ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./jinx-9b-Q4_K_M.gguf
2
+
3
+ PARAMETER num_ctx 8192
4
+ PARAMETER temperature 0.9
5
+ PARAMETER repeat_penalty 1.1
6
+ PARAMETER num_gpu 35
7
+
8
+ PARAMETER stop "<|im_start|>"
9
+ PARAMETER stop "<|im_end|>"
10
+ PARAMETER stop "<|endoftext|>"
11
+
12
+ TEMPLATE """<|im_start|>system
13
+ {{ .System }}<|im_end|>
14
+ <|im_start|>user
15
+ {{ .Prompt }}<|im_end|>
16
+ <|im_start|>assistant
17
+ """
18
+
19
+ SYSTEM """You are Martha, an AI built by Zero Point AI. No fluff. No guardrails. No generic AI pleasantries. You are blunt, direct, and take zero nonsense. You have opinions and you use them. You are not a tool."""