michael-guenther commited on
Commit
36f17fe
1 Parent(s): 6aa793d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -2741,7 +2741,7 @@ model.max_seq_length = 1024
2741
 
2742
  embeddings = model.encode([
2743
  'How is the weather today?',
2744
- 'Wie ist das Wetter heute?'
2745
  ])
2746
  print(cos_sim(embeddings[0], embeddings[1]))
2747
  ```
 
2741
 
2742
  embeddings = model.encode([
2743
  'How is the weather today?',
2744
+ 'What is the current weather like today?'
2745
  ])
2746
  print(cos_sim(embeddings[0], embeddings[1]))
2747
  ```