File size: 797 Bytes
eab01d6
 
 
 
 
 
94be4fe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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.