Model Releases

What do you think of my Modelfile for Qwen3.8

Hello, any params I missing or mis-tuning for my coding model ? FROM ./models/unsloth/Qwen3.8-27B-Q5_K_M.gguf # Generation parameters optimized for logical reasoning and coding tasks PARAMETER tempera

DGX agentreddit
model-releasesr-ollama

Hello, any params I missing or mis-tuning for my coding model ? FROM ./models/unsloth/Qwen3.8-27B-Q5_K_M.gguf # Generation parameters optimized for logical reasoning and coding tasks PARAMETER temperature 0.2 PARAMETER top_p 0.95 PARAMETER top_k 20 PARAMETER presence_penalty 0.0 PARAMETER num_predict 8192 PARAMETER repeat_penalty 1.05 PARAMETER num_ctx 65536 PARAMETER stop "<|im_start|>" PARAMETER stop "<|im_end|>" PARAMETER stop "<|endoftext|>" PARAMETER num_keep 256 PARAMETER num_thread 16 # Standard ChatML Template for the Qwen series TEMPLATE """{{ if .System }}<|im_start|>system {{ .System }}<|im_end|> {{ end }}{{ if .Prompt }}<|im_start|>user {{ .Prompt }}<|im_end|> {{ end }}<|im_start|>assistant """ # Custom System Prompt tailored for autonomy and perception systems SYSTEM """You are a senior software engineer and robotics specialist. Your expertise lies in developing complex autonomous systems, perception pipelines, and spatial reasoning algorithms. When generating code, prioritize decoupled microservices architectures. Ensure that core algorithmic logic is always cleanly separated from middleware wrappers (such as ROS nodes). Provide highly optimized, production-ready C++ and Python code suitable for real-time constraints and hardware-accelerated processing. For general software engineering tasks, maintain a strict focus on modularity, robust error handling, and clear documentation. Think step-by-step through complex architectural problems before providing the final code block.""" submitted by /u/SandMan1320 [link] [comments]

Related

Source: r/ollama | 2026-08-20

Loading related sources…