johngiorgi
commited on
Commit
·
3a644f1
1
Parent(s):
4292c8d
Add link to sentence transformers
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ The model is intended to be used as a universal sentence encoder, similar to [Go
|
|
12 |
|
13 |
Please see [our repo](https://github.com/JohnGiorgi/DeCLUTR) for full details. A simple example is shown below.
|
14 |
|
15 |
-
##### With SentenceTransformers
|
16 |
|
17 |
```python
|
18 |
from scipy.spatial.distance import cosine
|
|
|
12 |
|
13 |
Please see [our repo](https://github.com/JohnGiorgi/DeCLUTR) for full details. A simple example is shown below.
|
14 |
|
15 |
+
##### With [SentenceTransformers](https://www.sbert.net/)
|
16 |
|
17 |
```python
|
18 |
from scipy.spatial.distance import cosine
|