Predictors
Use cases
Predictors used for wrapping models.
Predictors can be passed to Tasks for more convenience. See more:
Functionality
Predictor based on Executable and introduces config method. This method should represent configuration of wrapped model. See more:
PredictorPrebuild 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 schemasCustom predictors
Prebuild predictors that have predefined validations classes and configurations.
TokenSearcherPredictor
Predictor for our UTC (Universal token classification) models
TokenSearcherPredictorComprehendItPredictor
Predictor for our Comprehend-it models
ComprehendItPredictorLast updated