YanshekWoo
commited on
Commit
•
6c08110
1
Parent(s):
20a6cef
init
Browse files
README.md
CHANGED
@@ -19610,8 +19610,8 @@ embeddings = model.encode(
|
|
19610 |
print(embeddings)
|
19611 |
```
|
19612 |
|
19613 |
-
|
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
|