Type Alias RobertaForSentenceEmbeddings

Source
pub type RobertaForSentenceEmbeddings = BertModel<RobertaEmbeddings>;
Expand description

§RoBERTa for sentence embeddings

Transformer usable in SentenceEmbeddingsModel.

Aliased Type§

struct RobertaForSentenceEmbeddings { /* private fields */ }