Ask HN: When is fine-tuning a small LLM worth it?
I'd be interested in hearing about your experiences. What kind of task did you use it for, what model did you train, and what were the results?
Feel free to share examples of what you've tried.
Feel free to share examples of what you've tried.
18 comments
[ 5.7 ms ] story [ 12.7 ms ] threadNotably the latter is more of the bottleneck, particularly with the price race-to-zero with models such as GPT-6 Luna.
It's faster to make iterate when you're toying around with a 1B model than a 27B one.
I was using Qwen3.5:2b models for both, running on Dell Pro Max GB10 Cuda,128GB.
https://artreviewgenerator.com/
Moreover, it's very seldom that you have enough high-quality data to do a meaningful fine-tune.
I have successfully finetuned a small Gemma to play chess badly, and that worked. Mostly because chess data is plentiful and because my aim was to not have perfect answers. I'm self hosting the model inference because running it in the cloud would be too costly.
I also finetuned small LLMs using too small datasets of business specific human conversations and the results were disappointing.
You still have to pay for the electricity though.
AI would still not solve this problem properly today, and may in fact be worse the more data it's trained on.
Another problem it does poorly today is writing in the style of another. It might be the whole copyright adherence but it refuses to follow certain styles. If you give it examples and ask it to break it down into a prompt on how to write, it will still do a poor job. It will work if you actually put examples in the prompt, but at this point, you might as well fine-tune it.