Update README.md
Browse files
README.md
CHANGED
|
@@ -102,8 +102,7 @@ embeddings = model.encode(input_texts)
|
|
| 102 |
print("Embeddings:", embeddings)
|
| 103 |
```
|
| 104 |
|
| 105 |
-
**IMPORTANT:** This code will be supported in versions of Sentence Transformers later than v5.1.0,
|
| 106 |
-
which have not yet been released at the time of writing. Until then, please install the library directly from GitHub:
|
| 107 |
|
| 108 |
```bash
|
| 109 |
pip install git+https://github.com/UKPLab/sentence-transformers.git
|
|
|
|
| 102 |
print("Embeddings:", embeddings)
|
| 103 |
```
|
| 104 |
|
| 105 |
+
**IMPORTANT:** This code will be supported in versions of Sentence Transformers later than v5.1.0, which have not yet been released at the time of writing. Until then, please install the library directly from GitHub:
|
|
|
|
| 106 |
|
| 107 |
```bash
|
| 108 |
pip install git+https://github.com/UKPLab/sentence-transformers.git
|