YanshekWoo commited on
Commit
20a6cef
1 Parent(s): d4dc899
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -19610,8 +19610,8 @@ embeddings = model.encode(
19610
  print(embeddings)
19611
  ```
19612
 
19613
- We add instruction for asymmetric tasks: retrieval, reranking, classification and clustering.
19614
- <!-- We add instruction for classification and clustering. -->
19615
  If you want to add instruction to the query (no instruction for the corpus), you can use the model like this:
19616
 
19617
  ```python
 
19610
  print(embeddings)
19611
  ```
19612
 
19613
+ <!-- We add instruction for asymmetric tasks: retrieval, reranking, classification and clustering. -->
19614
+ We add instruction for classification and clustering.
19615
  If you want to add instruction to the query (no instruction for the corpus), you can use the model like this:
19616
 
19617
  ```python