Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ Note that our benchmarks are for retrieval task only, and includes open-source m
|
|
22 |
|
23 |
### Using Sentence Transformers
|
24 |
```python
|
25 |
-
# Load model
|
26 |
from scipy.spatial.distance import cosine
|
27 |
from sentence_transformers import SentenceTransformer
|
28 |
modelname = "algolia/algolia-large-en-generic-v2410"
|
|
|
22 |
|
23 |
### Using Sentence Transformers
|
24 |
```python
|
25 |
+
# Load model
|
26 |
from scipy.spatial.distance import cosine
|
27 |
from sentence_transformers import SentenceTransformer
|
28 |
modelname = "algolia/algolia-large-en-generic-v2410"
|