jupyterjazz
commited on
Commit
•
3290a52
1
Parent(s):
b04e355
Update README.md
Browse files
README.md
CHANGED
@@ -262,7 +262,7 @@ model = SentenceTransformer(
|
|
262 |
trust_remote_code=True
|
263 |
)
|
264 |
|
265 |
-
embeddings = model.encode(['
|
266 |
```
|
267 |
|
268 |
|
|
|
262 |
trust_remote_code=True
|
263 |
)
|
264 |
|
265 |
+
embeddings = model.encode(['What is the weather like in Berlin today?'], task_type='retrieval.query')
|
266 |
```
|
267 |
|
268 |
|