Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ Then you can use the model like this:
|
|
27 |
|
28 |
```python
|
29 |
from sentence_transformers import SentenceTransformer
|
30 |
-
sentences = [
|
31 |
|
32 |
model = SentenceTransformer('pkedzia/polish-bi-encoder')
|
33 |
embeddings = model.encode(sentences)
|
|
|
27 |
|
28 |
```python
|
29 |
from sentence_transformers import SentenceTransformer
|
30 |
+
sentences = ['Ala ma kota i psa, widzi dzisiaj też śnieg', 'Ewa ma białe zęby']
|
31 |
|
32 |
model = SentenceTransformer('pkedzia/polish-bi-encoder')
|
33 |
embeddings = model.encode(sentences)
|