▲ | throwawayffffas 11 hours ago | |||||||
Can I ask? why do you have a single model for all these tasks? Wouldn't it be easier and more ergonomic to users to have dedicated models for each of this tasks? | ||||||||
▲ | orderone_ai 11 hours ago | parent [-] | |||||||
Thank you for the question! I would say that ease of use and deployment is actually a good reason to have a single model. We don't train 20 LLMs for different purposes - we train one (or, I guess 3-4 in practice, each with their own broad specialization), and then prompt it for different tasks. This simplifies deployment, integration, upgrading, etc. This model is basically the same - instead of having a restriction to doing single-task classification. This means that a user can complete new tasks using a new prompt, not a new model. | ||||||||
|