Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

...

The zero-shot models have This approach has multiple advantages, including:

No need to be fine-tuned. Zero-shot models are one of the fastest ways Fast way to classify text without taking up your time for additional annotation of examples.

Unlimited possibilities for labels.  As in general zero-shot models work without any training data from you, your 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. Zero-shot models allow rapid 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.

...