Update README.md
Browse files
README.md
CHANGED
@@ -1167,7 +1167,7 @@ embeddings = model.encode(
|
|
1167 |
|
1168 |
If you want to use the model together with the [sentence-transformers package](https://github.com/UKPLab/sentence-transformers/), make sure that you have installed the latest release and set `trust_remote_code=True` as well:
|
1169 |
|
1170 |
-
```
|
1171 |
!pip install -U sentence-transformers
|
1172 |
from sentence_transformers import SentenceTransformer
|
1173 |
from numpy.linalg import norm
|
|
|
1167 |
|
1168 |
If you want to use the model together with the [sentence-transformers package](https://github.com/UKPLab/sentence-transformers/), make sure that you have installed the latest release and set `trust_remote_code=True` as well:
|
1169 |
|
1170 |
+
```python
|
1171 |
!pip install -U sentence-transformers
|
1172 |
from sentence_transformers import SentenceTransformer
|
1173 |
from numpy.linalg import norm
|