Lihuchen commited on
Commit
153ec53
1 Parent(s): 9d04b97

Update README.md

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