autointent.configs#
Dataclasses for the configuration of the autointent.Embedder and other objects.
Attributes#
Classes#
Configuration for HashingVectorizer based embeddings from sklearn. |
|
Configuration for OpenAI based embeddings. |
|
Configuration for Sentence Transformer based embeddings. |
|
Enum for different types of prompts. |
|
Configuration for vLLM-based embeddings. |
|
Configuration for the inference node. |
|
Configuration for the data used in the optimization process. |
|
Configuration for hyperparameter optimization using Optuna. |
|
Configuration for the logging. |
|
!!! abstract "Usage Documentation" |
|
!!! abstract "Usage Documentation" |
|
!!! abstract "Usage Documentation" |
|
!!! abstract "Usage Documentation" |
|
!!! abstract "Usage Documentation" |
|
!!! abstract "Usage Documentation" |
|
!!! abstract "Usage Documentation" |
|
!!! abstract "Usage Documentation" |
|
!!! abstract "Usage Documentation" |
|
!!! abstract "Usage Documentation" |
Functions#
Package Contents#
- type autointent.configs.EmbedderConfig = SentenceTransformerEmbeddingConfig | OpenaiEmbeddingConfig | HashingVectorizerEmbeddingConfig | VllmEmbeddingConfig | BaseEmbedderConfig#