kevinkrahn commited on
Commit
7656737
1 Parent(s): 9e45474

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -20,11 +20,8 @@ This model was distilled from `BAAI/bge-base-en-v1.5` for embedding English and
20
 
21
  ## Usage (Sentence-Transformers)
22
 
23
- Using [sentence-transformers](https://www.SBERT.net):
24
-
25
- ```
26
- pip install -U sentence-transformers
27
- ```
28
 
29
  Then you can use the model like this:
30
 
 
20
 
21
  ## Usage (Sentence-Transformers)
22
 
23
+ This model is currently incompatible with the latest version of the sentence-transformers library. For now, you must use this fork:
24
+ https://github.com/kevinkrahn/sentence-transformers
 
 
 
25
 
26
  Then you can use the model like this:
27