johngiorgi commited on
Commit
34a174c
1 Parent(s): d10961b

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 sentence encoder, similar to [Google's Uni
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