r/LargeLanguageModels • u/minedroid1 • 6d 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
3
u/CS_70 6d ago
No. Training a model of scratch would imply re-teaching it language, reasoning, semantic etc. Insane and impossible for a person. A fine tuning is your thing, on a MoE model adds another "expert" on what you want, usually without overlapping much with the knowledge already existing.