Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 18 Next »

The general idea is to classify objects that the model has never seen before, or in other words, allow us to assign an appropriate label to a piece of text without having received any training examples before. This approach is also called zero-shot learning.

There are multiple advantages, including:

No need to be fine-tuned. Fast way to classify text without taking up your time for additional annotation of examples.

Unlimited possibilities for labels. Your model will be able to detect any label you might be interested in finding in your data, such as emotions, different topics, sentiment, personality traits and others.

High-performance quality. Rapid classification of the data set without the need for prior training while getting results similar to those of a deep learning model trained with large amounts of data.

Examples

Please head over to Use Case Examples to view some common use cases.


Next: How to set up your model

  • No labels