[GH-ISSUE #2998] Fine-tuned models, after loading with ollama, the replies are repeated all the time #1841

Closed
opened 2026-04-12 11:53:58 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @cat2353050774 on GitHub (Mar 8, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/2998

After fine-tuning the Qwen model, use ollama to load the QWEN model. When a conversation is in progress, the reply will repeat the fine-tuned results all the time. I don't know what the problem is and how to fix it

image

Originally created by @cat2353050774 on GitHub (Mar 8, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/2998 After fine-tuning the Qwen model, use ollama to load the QWEN model. When a conversation is in progress, the reply will repeat the fine-tuned results all the time. I don't know what the problem is and how to fix it ![image](https://github.com/ollama/ollama/assets/50692992/1e762222-03b9-4337-a21d-883e45b8434d)
Author
Owner

@BruceMacD commented on GitHub (Mar 8, 2024):

Hi @cat2353050774 this looks like either a problem with the fine-tune or the quantization. It's possible you over-fit your training data. If this is a smaller model (Qwen 0.5B) quantization can have major effects on the quality of the results, try running the base model and seeing if it has the same problem.

Resolving this for now as it's not clear if this is an Ollama issue. Let me know if you have any more questions.

<!-- gh-comment-id:1985820332 --> @BruceMacD commented on GitHub (Mar 8, 2024): Hi @cat2353050774 this looks like either a problem with the fine-tune or the quantization. It's possible you over-fit your training data. If this is a smaller model (Qwen 0.5B) quantization can have major effects on the quality of the results, try running the base model and seeing if it has the same problem. Resolving this for now as it's not clear if this is an Ollama issue. Let me know if you have any more questions.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#1841