Type Definition rust_bert::bert::BertForSentenceEmbeddings
source · pub type BertForSentenceEmbeddings = BertModel<BertEmbeddings>;Expand description
BERT for sentence embeddings
Transformer usable in SentenceEmbeddingsModel.