autointent.configs.InferenceNodeConfig#
- class autointent.configs.InferenceNodeConfig#
Configuration for the inference node.
- node_type: autointent.custom_types.NodeType#
Type of the node.
- module_name: str#
Name of module which is specified as
autointent.modules.base.BaseModule.name
.
- embedder_config: autointent.configs._transformers.EmbedderConfig | None = None#
One can override presaved embedder config while loading from file system.