All Collections
Technology
Concept Induction
How do you create a classifier? Is it real time?
How do you create a classifier? Is it real time?
Updated over a week ago

A classifier is exactly a real-time model created from the initial Intents. Those language representations are translated into a real time classifier self-supervised by the initial set of Intents. We could say the classifier is trained automatically based on the datasets you uploaded.

The Intent creation phase takes between 5 minutes and hours depending on the dataset size. The classification is also a real time process, where through an API, you can classify new texts in less than a second.

Did this answer your question?