Created
June 21, 2025 14:39
-
-
Save umtksa/4071e6ff8e31b557a2b650babadcc3d0 to your computer and use it in GitHub Desktop.
ollama Modelfile for finetuned Qwen3-0.6B
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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