johngiorgi commited on
Commit
b4f42d1
1 Parent(s): 23aed79

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -10,6 +10,8 @@ The model is intended to be used as a universal sentence encoder, similar to [Go
10
 
11
  #### How to use
12
 
 
 
13
  ```python
14
  import torch
15
  from scipy.spatial.distance import cosine
 
10
 
11
  #### How to use
12
 
13
+ Please see [our repo](https://github.com/JohnGiorgi/DeCLUTR) for full details. A simple example is shown below.
14
+
15
  ```python
16
  import torch
17
  from scipy.spatial.distance import cosine