cooooookies
Senior Member
- Oct 6, 2008
- 1,133
- 283
Anybody using fine-tuned LLMs for article generation? Is it worth it? How many articles did you use to train? Do I need to train per nice or would it be fine using say 1k articles of mixed niches?
Yes, it will make AI models process complex data effectively, especially with tasks that require understanding long-term dependencies or relationships within the data.AI needs focus which boils down to attention mechanism. If you don't let it focus on one thing, it will be miserable like a human who does 50 things at once.
if you have articles written in a style / voice you wanna finetune on, create fake RAG context which contains necessary details to write some article and then train on those pairings. You could also just finetune on the raw text itself but it wont be nearly as effective as using a constrained template for your use case.I should make myself clearer: I wanna use fine-tuning to better imitate a natural way of writing, that is my only intent. Does that make sense?
For the information/content itself, I provide context via RAG.
Hi, I am trying something quite similar, I wish to create a chatbot that does not act like the common "Helpful Assistant", but rather impersonate a real human, for example a salesperson. For that I need to make the AI break character and switch to a different way of "speaking" to say.I should make myself clearer: I wanna use fine-tuning to better imitate a natural way of writing, that is my only intent. Does that make sense?
For the information/content itself, I provide context via RAG.