Update README.md
Browse files
README.md
CHANGED
@@ -52,7 +52,7 @@ def mean_pooling(model_output, attention_mask):
|
|
52 |
|
53 |
|
54 |
# Sentences we want sentence embeddings for
|
55 |
-
sentences = ['
|
56 |
|
57 |
# Load model from HuggingFace Hub
|
58 |
tokenizer = AutoTokenizer.from_pretrained('pkedzia/polish-bi-encoder')
|
|
|
52 |
|
53 |
|
54 |
# Sentences we want sentence embeddings for
|
55 |
+
sentences = ['Ala ma kota i psa, widzi dzisiaj też śnieg', 'Ewa ma białe zęby']
|
56 |
|
57 |
# Load model from HuggingFace Hub
|
58 |
tokenizer = AutoTokenizer.from_pretrained('pkedzia/polish-bi-encoder')
|