𝒥.𝐼.𝒩.𝒳 commited on
Commit
3cb8066
·
verified ·
1 Parent(s): 9ebe899

Upload MODELFILE_Q6_K with huggingface_hub

Browse files
Files changed (1) hide show
  1. MODELFILE_Q6_K +19 -0
MODELFILE_Q6_K ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./jinx-9b-Q6_K.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."""