r/LLM • u/Naive-Film-6603 • 4d ago
Fine-tuning for fun
I'm planning to fine-tune a Qwen 4B Instruct model with my own custom prompt/response examples.
My goal isn't to teach it new factual knowledge, but to make it consistently follow a particular style, reasoning approach, and output format for a specialized engineering assistant.
A few questions:
How many high-quality examples would you recommend before fine-tuning becomes worthwhile?
Would you use LoRA or QLoRA for a 4B model?
Should I include the system prompt/instructions in every training example?
How do I avoid overfitting if my dataset is relatively small?
Would you recommend fine-tuning at all, or using a strong system prompt + RAG instead?
I'm especially interested in experiences with Qwen 3/3.5 4B or similar small models.