Update README.md
Browse files
README.md
CHANGED
@@ -77,6 +77,7 @@ print(cosine_similarities)
|
|
77 |
```
|
78 |
|
79 |
Sentence embeddings:
|
|
|
80 |
tensor([[-0.1691, -0.2517, -1.3000, ..., 0.1557, 0.3824, 0.2048],
|
81 |
[ 0.1872, -0.7604, -0.4863, ..., -0.4922, -0.1511, -0.8539],
|
82 |
[-0.2467, -0.2373, -1.1708, ..., 0.4637, 0.0616, 0.2841],
|
|
|
77 |
```
|
78 |
|
79 |
Sentence embeddings:
|
80 |
+
|
81 |
tensor([[-0.1691, -0.2517, -1.3000, ..., 0.1557, 0.3824, 0.2048],
|
82 |
[ 0.1872, -0.7604, -0.4863, ..., -0.4922, -0.1511, -0.8539],
|
83 |
[-0.2467, -0.2373, -1.1708, ..., 0.4637, 0.0616, 0.2841],
|