AI Classification Service

This details the AI Classification Service and the providers that are included with Workplace AI.

  • AIModel – This provider gives access to interface with the AIModelService to use a large language model to classify files using their text content.

  • HFClassification – This provider uses a hugging face based model to classify files based on their context and return a label.

  • HFCustomTrained – This provider hosts custom-trained Hugging Face models created specifically for your domain or organisation. These models are fine-tuned on your own datasets and can perform tasks such as specialised classification.

  • SKLearnClassifier -This provider hosts lightweight scikit-learn classification model for random forests based classification. These models are typically used for fast, deterministic classification tasks, business-rule tagging.

Last updated