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
Inference Endpoints
Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ It takes customized instructions and text inputs, and generates task-specific em
|
|
16 |
```
|
17 |
git clone https://github.com/HKUNLP/instructor-embedding
|
18 |
cd sentence-transformers
|
19 |
-
pip
|
20 |
```
|
21 |
Then you can use the model like this:
|
22 |
```python
|
|
|
16 |
```
|
17 |
git clone https://github.com/HKUNLP/instructor-embedding
|
18 |
cd sentence-transformers
|
19 |
+
pip install -e .
|
20 |
```
|
21 |
Then you can use the model like this:
|
22 |
```python
|