Predictors

Use cases

  • Predictors used for wrapping models.

  • Predictors can be passed to Tasks for more convenience. See more:

Tasks

Functionality

Predictor based on Executable and introduces config method. This method should represent configuration of wrapped model. See more:

Predictor

Prebuild predictors

Huggingface Transformers predictors

Prebuild model and pipeline abstractions. There are multiple prebuild inputs and outputs that can be used for input/output validation. For more details see:

Transformers predictorsTransformers schemas

Custom predictors

Prebuild predictors that have predefined validations classes and configurations.

TokenSearcherPredictor

Predictor for our UTC (Universal token classification) models

TokenSearcherPredictor

ComprehendItPredictor

Predictor for our Comprehend-it models

ComprehendItPredictor

Last updated