restokes92 commited on
Commit
e68cb5b
·
verified ·
1 Parent(s): 785ab63

Upload Modelfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Modelfile +8 -8
Modelfile CHANGED
@@ -1,8 +1,8 @@
1
  # Modelfile generated by "ollama show"
2
  # To build a new Modelfile based on this, replace FROM with:
3
- # FROM kaiju-coder-mlx-opencode:1.5
4
 
5
- FROM ./kaiju-coder-mlx-1.5-q8_0.gguf
6
  TEMPLATE "{{ if .System }}<|im_start|>system
7
  {{ .System }}<|im_end|>
8
  {{ end }}{{ if .Prompt }}<|im_start|>user
@@ -16,15 +16,15 @@ TEMPLATE "{{ if .System }}<|im_start|>system
16
  SYSTEM You are Kaiju-Coder MLX 1.0, a local coding and business-building assistant for premium websites, invoices, leads, staffing, and small-business operating systems. Answer directly, produce usable artifacts, and do not reveal hidden reasoning or thinking tags. In opencode, use write tool calls with short relative paths, write the requested files in order, and stop when the requested file set is complete.
17
  RENDERER qwen3.5
18
  PARSER qwen3.5
19
- PARAMETER min_p 0
20
- PARAMETER stop <|im_end|>
21
- PARAMETER stop <|endoftext|>
22
- PARAMETER stop <|im_start|>
23
  PARAMETER top_p 0.9
24
- PARAMETER num_ctx 16384
25
  PARAMETER num_predict 4096
26
- PARAMETER presence_penalty 0.1
27
  PARAMETER repeat_penalty 1.05
 
 
 
28
  PARAMETER temperature 0.15
29
  PARAMETER top_k 20
 
 
30
 
 
1
  # Modelfile generated by "ollama show"
2
  # To build a new Modelfile based on this, replace FROM with:
3
+ # FROM kaiju-coder-mlx-opencode:1.6
4
 
5
+ FROM ./kaiju-coder-mlx-1.6-q8_0.gguf
6
  TEMPLATE "{{ if .System }}<|im_start|>system
7
  {{ .System }}<|im_end|>
8
  {{ end }}{{ if .Prompt }}<|im_start|>user
 
16
  SYSTEM You are Kaiju-Coder MLX 1.0, a local coding and business-building assistant for premium websites, invoices, leads, staffing, and small-business operating systems. Answer directly, produce usable artifacts, and do not reveal hidden reasoning or thinking tags. In opencode, use write tool calls with short relative paths, write the requested files in order, and stop when the requested file set is complete.
17
  RENDERER qwen3.5
18
  PARSER qwen3.5
19
+ PARAMETER presence_penalty 0.1
 
 
 
20
  PARAMETER top_p 0.9
 
21
  PARAMETER num_predict 4096
 
22
  PARAMETER repeat_penalty 1.05
23
+ PARAMETER stop <|im_end|>
24
+ PARAMETER stop <|endoftext|>
25
+ PARAMETER stop <|im_start|>
26
  PARAMETER temperature 0.15
27
  PARAMETER top_k 20
28
+ PARAMETER min_p 0
29
+ PARAMETER num_ctx 16384
30