tomaarsen HF Staff commited on
Commit
8632df2
·
verified ·
1 Parent(s): 548081c

Simplify the Sentence Transformers section intro

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1019,7 +1019,7 @@ ColBERT(
1019
 
1020
  ### Sentence Transformers
1021
 
1022
- This model can be used with [Sentence Transformers](https://www.sbert.net/) as a multi-vector (ColBERT-style late interaction) retriever via the `MultiVectorEncoder`. `encode_query` and `encode_document` apply the `[Q] `/`[D] ` markers and the `search_query: `/`search_document: ` prompts for you, so the prompt alignment this card calls non-negotiable is handled from the saved config:
1023
 
1024
  ```bash
1025
  pip install "sentence-transformers>=6.0.1"
 
1019
 
1020
  ### Sentence Transformers
1021
 
1022
+ This model can be used with [Sentence Transformers](https://www.sbert.net/) as a multi-vector (ColBERT-style late interaction) retriever via the `MultiVectorEncoder`:
1023
 
1024
  ```bash
1025
  pip install "sentence-transformers>=6.0.1"