BaggingIntentSlotEnsembleModel.Config

Component: BaggingIntentSlotEnsembleModel

class BaggingIntentSlotEnsembleModel.Config[source]

Bases: EnsembleModel.Config

Configuration class for BaggingIntentSlotEnsemble. These attributes are used by Ensemble.from_config() to construct instance of BaggingIntentSlotEnsemble.

models

List of intent-slot model configurations.

Type:List[IntentSlotModel.Config]
output_layer

Output layer of intent-slot model responsible for computing loss and predictions.

Type:IntentSlotOutputLayer

All Attributes (including base classes)

models: list[IntentSlotModel.Config]
sample_rate: float = 1.0
use_crf: bool = False

Warning

This config has parameters with no default values. We aren’t yet able to generate functional JSON for it.