Update README.md
Browse files
README.md
CHANGED
@@ -36,4 +36,6 @@ with torch.no_grad():
|
|
36 |
# normalize embeddings
|
37 |
sentence_embeddings = torch.nn.functional.normalize(sentence_embeddings, p=2, dim=1)
|
38 |
print("Sentence embeddings:", sentence_embeddings)
|
39 |
-
```
|
|
|
|
|
|
36 |
# normalize embeddings
|
37 |
sentence_embeddings = torch.nn.functional.normalize(sentence_embeddings, p=2, dim=1)
|
38 |
print("Sentence embeddings:", sentence_embeddings)
|
39 |
+
```
|
40 |
+
###Evaluation
|
41 |
+
<img src="slerp.png" alt="109M models retrieval benchmarks" width="650" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
|