cointegrated
commited on
Commit
•
0528a07
1
Parent(s):
8f77aed
Update README.md
Browse files
README.md
CHANGED
@@ -33,4 +33,5 @@ print(embeddings.dot(embeddings.T).round(2))
|
|
33 |
# [0.18 0.32 1. ]]
|
34 |
```
|
35 |
|
36 |
-
For semantically equivalent sentence pairs, the dot products of these
|
|
|
|
33 |
# [0.18 0.32 1. ]]
|
34 |
```
|
35 |
|
36 |
+
For semantically equivalent sentence pairs, the dot products of these embeddings
|
37 |
+
(which are also their cosine similarities, because the vectors are L2-normed) are usually above 0.4.
|