pub enum SentenceEmbeddingsModelType {
DistiluseBaseMultilingualCased,
BertBaseNliMeanTokens,
AllMiniLmL12V2,
AllMiniLmL6V2,
AllDistilrobertaV1,
ParaphraseAlbertSmallV2,
SentenceT5Base,
}Variants§
DistiluseBaseMultilingualCased
BertBaseNliMeanTokens
AllMiniLmL12V2
AllMiniLmL6V2
AllDistilrobertaV1
ParaphraseAlbertSmallV2
SentenceT5Base
Trait Implementations§
source§impl From<SentenceEmbeddingsModelType> for SentenceEmbeddingsConfig
impl From<SentenceEmbeddingsModelType> for SentenceEmbeddingsConfig
source§fn from(model_type: SentenceEmbeddingsModelType) -> Self
fn from(model_type: SentenceEmbeddingsModelType) -> Self
Converts to this type from the input type.