8 ms·
GPT-3 is a generative model, isn't it? Can you explain how you converted GPT-3 to a classification model?
by lavoiems 6y ago
GPT-3 is a generative model, isn't it? Can you explain how you converted GPT-3 to a classification model?
- 0-_-0 6y agoYou can add new "heads" to GPT networks and train those heads to use GPT for new applications.
- mkolodny 6y agoNot with GPT-3. I believe only Microsoft is allowed to do that.
- picodguyo 6y agoThere are a couple of ways to do it. You can give it a prompt that shows examples of the classification and it mimics what it thinks is the correct behavior when you feed it new unclassified input. They also have a search endpoint that lets you do classification by giving it an input along with labels as the searchable documents and using the resulting semantic relevance scores.