Ask HN: Anyone Succesfully fine-tuning LLMs?
Has anyone of you successfully fine-tuned a LLM?
I have done several attempts for simple use cases and the result was always extremely poor generalization.
Any experience, guides, examples would be valuable.
2 comments
[ 2.9 ms ] story [ 19.2 ms ] threadI assume you're using standard techniques, like lora/qlora, which might leave room for issues with your data. Can you share more details on what is the format of your data points? like, Q/A, free text,...
RAG is a lot easier to reason about and much cheaper to iterate.