jupyterjazz commited on
Commit
3290a52
1 Parent(s): b04e355

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -262,7 +262,7 @@ model = SentenceTransformer(
262
  trust_remote_code=True
263
  )
264
 
265
- embeddings = model.encode(['How is the weather today?'], task_type='retrieval.query')
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