CoolFace
Modelpublic

RMDWLLC/kaiju-coder-mlx-1.0

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
0likes87downloads
Modelfile31 linesDownload Raw Back to root
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.64 5FROM ./kaiju-coder-mlx-1.6-q8_0.gguf6TEMPLATE "{{ if .System }}<|im_start|>system7{{ .System }}<|im_end|>8{{ end }}{{ if .Prompt }}<|im_start|>user9{{ .Prompt }} /no_think<|im_end|>10<|im_start|>assistant11<think>12 13</think>14 15{{ end }}{{ .Response }}"16SYSTEM 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.17RENDERER qwen3.518PARSER qwen3.519PARAMETER presence_penalty 0.120PARAMETER top_p 0.921PARAMETER num_predict 409622PARAMETER repeat_penalty 1.0523PARAMETER stop <|im_end|>24PARAMETER stop <|endoftext|>25PARAMETER stop <|im_start|>26PARAMETER temperature 0.1527PARAMETER top_k 2028PARAMETER min_p 029PARAMETER num_ctx 1638430 31