sigmoid.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A social space for people researching, working with, or just interested in AI!

Server stats:

596
active users

Zero shot text classification is the most underrated and useful task for various NLP tasks 😍

These models can predict what a given text is about without explicitly being trained on the classes 🤯 You can use these models off the shelf for topic classification or sentiment analysis, or even use it for labelling! 🏷

Learn more here 👉🏼 huggingface.co/tasks/zero-shot

See below how to use zero shot classification models with few lines of code 👇🏼