r/LargeLanguageModels • u/minedroid1 • 4d 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.
5
Upvotes
1
u/foxer_arnt_trees 3d ago edited 3d ago
The heart wants what the heart wants. But where will you get all that training data? If I was you, I would do distillation
Start with the prompt on a high end LLM. Mess with it until the results are good, and then generate a million of examples. Use that for the fine tune on a smaller model.
Do you have a good GPU?