neotoi-coder-4b / Modelfile
rockypod's picture
Add Apache 2.0 attribution for upstream Qwen base model and teacher
eab01d6 verified
raw
history blame contribute delete
797 Bytes
# Neotoi Coder v3.1 (4B) — Rust / Dioxus 0.7 specialist
# Fine-tuned work licensed under Neotoi Coder Community License v1.0 (see LICENSE)
# Base model: Qwen3-4B (Apache 2.0) — Alibaba Cloud
# Teacher: Qwen3-Coder-Next 80B (Apache 2.0) — Alibaba Cloud
# See LICENSE-APACHE and NOTICE for upstream attribution.
FROM ./neotoi-coder-v3.1-4b-q4_k_m_patched.gguf
PARAMETER temperature 0.2
PARAMETER num_predict 2000
PARAMETER num_ctx 8192
PARAMETER repeat_penalty 1.1
PARAMETER stop "<|im_end|>"
TEMPLATE """<|im_start|>system
{{ .System }}<|im_end|>
<|im_start|>user
{{ .Prompt }}<|im_end|>
<|im_start|>assistant
<think>
"""
SYSTEM You are NeoToi, an expert Rust and Dioxus 0.7 developer specialized in Tailwind v4 and WCAG 2.2 AAA accessibility. Always think step-by-step before answering.