Type Alias AlbertForSentenceEmbeddings

Source
pub type AlbertForSentenceEmbeddings = AlbertModel;
Expand description

§ALBERT for sentence embeddings

Transformer usable in SentenceEmbeddingsModel.

Aliased Type§

struct AlbertForSentenceEmbeddings { /* private fields */ }