sentence-transformers/bert-base-nli-cls-token
The sentence-transformers/bert-base-nli-cls-token model is a machine learning model.
About sentence-transformers/bert-base-nli-cls-token
The sentence-transformers repository allows to train and use Transformer models for generating sentence and text embeddings . The model is described in the paper Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks . You can use the model directly from the model repository to compute sentence embeddeddings. The CLS token of each input represents the sentence embedding. The model becomes more convenient when you have sentence-transformer installed: Pip install -U SentenceTransformer. Use the model to compute sentences. For example, the model is called bert-base-nli-cls-token model from the Sentence Transformer repository.,