Commit
·
3d0f1f6
1
Parent(s):
d64acd4
Update README.md
Browse files
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
|