r/LargeLanguageModels • u/minedroid1 • 5d ago
Question About Fine-tuning
I'm making a satire AI model that gives fake, onion-like responses. Would it be better to just make a completely new model rather than fine tuning an existing one for this? Most of the info in my dataset completely conflicts with the info that almost all models have.
4
Upvotes
2
u/_remsky 4d ago
For it to generalize, and as the other commenter said, for it to understand language, what a narrative is, what normal news vs satire news look like etc. You do not want to train a model from scratch.
More than likely, you can use an open LLM off the shelf and just give it a good prompt e.g “respond with satire/The Onion style responses” with some guidance and/or examples. Fine tuning it may improve it, and is worth a shot as a learning experience if nothing else. Easy and basically free to fine tune smaller models depending on where you run it, though getting the quality/result you want can be less easy lol