pub type BertForSentenceEmbeddings = BertModel<BertEmbeddings>;Expand description
§BERT for sentence embeddings
Transformer usable in SentenceEmbeddingsModel.
Aliased Type§
struct BertForSentenceEmbeddings { /* private fields */ }pub type BertForSentenceEmbeddings = BertModel<BertEmbeddings>;Transformer usable in SentenceEmbeddingsModel.
struct BertForSentenceEmbeddings { /* private fields */ }