Sentence Similarity
sentence-transformers
PyTorch
Transformers
English
t5
text-embedding
embeddings
information-retrieval
beir
text-classification
language-model
text-clustering
text-semantic-similarity
text-evaluation
prompt-retrieval
text-reranking
feature-extraction
English
Sentence Similarity
natural_questions
ms_marco
fever
hotpot_qa
mteb
Eval Results
tianbaoxiexxx
commited on
Commit
•
38a4bf2
1
Parent(s):
a142c52
cd after clone
Browse files
README.md
CHANGED
@@ -19,6 +19,7 @@ The model is easy to use with **our customized** `sentence-transformer` library.
|
|
19 |
## Installation
|
20 |
```bash
|
21 |
git clone https://github.com/HKUNLP/instructor-embedding
|
|
|
22 |
cd sentence-transformers
|
23 |
pip install -e .
|
24 |
```
|
|
|
19 |
## Installation
|
20 |
```bash
|
21 |
git clone https://github.com/HKUNLP/instructor-embedding
|
22 |
+
cd instructor-embedding
|
23 |
cd sentence-transformers
|
24 |
pip install -e .
|
25 |
```
|