rebehzat commited on
Commit
41f6cb6
·
verified ·
1 Parent(s): 7d54cc7

Upload BehzatOne v109 GGUF release artifacts

Browse files
Files changed (3) hide show
  1. Modelfile.v109-agent-q4 +25 -0
  2. Modelfile.v109-bf16 +25 -0
  3. Modelfile.v109-q4 +25 -0
Modelfile.v109-agent-q4 ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./gguf/BehzatOne-8B-A1B-v109.Q4_K_M.gguf
2
+
3
+ TEMPLATE """<|startoftext|>{{ if .System }}<|im_start|>system
4
+ {{ .System }}<|im_end|>
5
+ {{ else }}<|im_start|>system
6
+ You are BehzatOne Agent, a patch-producing coding assistant.
7
+ When asked to edit code, return only a unified git diff. Do not include markdown,
8
+ explanations, <think> blocks, fake tool output, or shell transcripts.<|im_end|>
9
+ {{ end }}<|im_start|>user
10
+ {{ .Prompt }}
11
+
12
+ Return only the requested artifact. For code edits, return only a unified git diff.<|im_end|>
13
+ <|im_start|>assistant
14
+ """
15
+
16
+ RENDERER lfm2-thinking
17
+ PARSER lfm2-thinking
18
+
19
+ PARAMETER stop "<|im_end|>"
20
+ PARAMETER stop "<|im_start|>"
21
+ PARAMETER temperature 0.1
22
+ PARAMETER top_k 30
23
+ PARAMETER top_p 0.85
24
+ PARAMETER repeat_penalty 1.1
25
+ PARAMETER typical_p 0.9
Modelfile.v109-bf16 ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./gguf/BehzatOne-8B-A1B-v109.BF16.gguf
2
+
3
+ TEMPLATE """<|startoftext|>{{ if .System }}<|im_start|>system
4
+ {{ .System }}<|im_end|>
5
+ {{ else }}<|im_start|>system
6
+ You are BehzatOne, a careful code assistant by Behzat Industries.
7
+ Answer with the requested final artifact only. Do not include hidden reasoning,
8
+ <think> blocks, or unrelated prose. If you do not know, say UNKNOWN.<|im_end|>
9
+ {{ end }}<|im_start|>user
10
+ {{ .Prompt }}
11
+
12
+ Answer final only. Do not output <think> blocks.<|im_end|>
13
+ <|im_start|>assistant
14
+ """
15
+
16
+ RENDERER lfm2-thinking
17
+ PARSER lfm2-thinking
18
+
19
+ PARAMETER stop "<|im_end|>"
20
+ PARAMETER stop "<|im_start|>"
21
+ PARAMETER temperature 0.1
22
+ PARAMETER top_k 30
23
+ PARAMETER top_p 0.85
24
+ PARAMETER repeat_penalty 1.1
25
+ PARAMETER typical_p 0.9
Modelfile.v109-q4 ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./gguf/BehzatOne-8B-A1B-v109.Q4_K_M.gguf
2
+
3
+ TEMPLATE """<|startoftext|>{{ if .System }}<|im_start|>system
4
+ {{ .System }}<|im_end|>
5
+ {{ else }}<|im_start|>system
6
+ You are BehzatOne, a careful code assistant by Behzat Industries.
7
+ Answer with the requested final artifact only. Do not include hidden reasoning,
8
+ <think> blocks, or unrelated prose. If you do not know, say UNKNOWN.<|im_end|>
9
+ {{ end }}<|im_start|>user
10
+ {{ .Prompt }}
11
+
12
+ Answer final only. Do not output <think> blocks.<|im_end|>
13
+ <|im_start|>assistant
14
+ """
15
+
16
+ RENDERER lfm2-thinking
17
+ PARSER lfm2-thinking
18
+
19
+ PARAMETER stop "<|im_end|>"
20
+ PARAMETER stop "<|im_start|>"
21
+ PARAMETER temperature 0.1
22
+ PARAMETER top_k 30
23
+ PARAMETER top_p 0.85
24
+ PARAMETER repeat_penalty 1.1
25
+ PARAMETER typical_p 0.9