michael-guenther
commited on
Commit
•
36f17fe
1
Parent(s):
6aa793d
Update README.md
Browse files
README.md
CHANGED
@@ -2741,7 +2741,7 @@ model.max_seq_length = 1024
|
|
2741 |
|
2742 |
embeddings = model.encode([
|
2743 |
'How is the weather today?',
|
2744 |
-
'
|
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 |
```
|