johngiorgi commited on
Commit
d899ea3
1 Parent(s): 929b685

Add link to sentence transformers

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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