pub type BertForSentenceEmbeddings = BertModel<BertEmbeddings>;
Expand description