Skip to content

Instantly share code, notes, and snippets.

@umtksa
Created June 21, 2025 14:39
Show Gist options
  • Select an option

  • Save umtksa/4071e6ff8e31b557a2b650babadcc3d0 to your computer and use it in GitHub Desktop.

Select an option

Save umtksa/4071e6ff8e31b557a2b650babadcc3d0 to your computer and use it in GitHub Desktop.
ollama Modelfile for finetuned Qwen3-0.6B
FROM qwen3.gguf
TEMPLATE "<|im_start|>system
You are a helpful assistant.<|im_end|><|im_start|>user
{{ .Prompt }}<|im_end|>
<|im_start|>assistant
"
PARAMETER stop <|im_start|>
PARAMETER stop <|im_end|>
PARAMETER temperature 0.6
PARAMETER top_k 20
PARAMETER top_p 0.95
PARAMETER repeat_penalty 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment