Update README.md
Browse files
README.md
CHANGED
@@ -48,7 +48,7 @@ Cost comparison of FastText and PEARL. The estimated memory is calculated by the
|
|
48 |
## Usage
|
49 |
|
50 |
### Sentence Transformers
|
51 |
-
PEARL is integrated with the Sentence Transformers library, and can be used like so:
|
52 |
|
53 |
```python
|
54 |
from sentence_transformers import SentenceTransformer, util
|
|
|
48 |
## Usage
|
49 |
|
50 |
### Sentence Transformers
|
51 |
+
PEARL is integrated with the Sentence Transformers library (Thanks for [Tom Aarsen](https://huggingface.co/tomaarsen)'s contribution), and can be used like so:
|
52 |
|
53 |
```python
|
54 |
from sentence_transformers import SentenceTransformer, util
|