piotr-rybak
commited on
Commit
•
f4f587f
1
Parent(s):
c575f6f
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- ipipan/polqa
|
4 |
+
language:
|
5 |
+
- pl
|
6 |
+
pipeline_tag: sentence-similarity
|
7 |
+
---
|
8 |
+
# HerBERT-base Retrieval (v1)
|
9 |
+
|
10 |
+
HerBERT Retrieval model encodes the Polish sentences or paragraphs into a 768-dimensional dense vector space and can be used for tasks like document retrieval or semantic search.
|
11 |
+
|
12 |
+
This model is deprecated. Please consider using the [HerBERT-base Retrieval (v2)](https://huggingface.co/ipipan/herbert-base-retrieval-v2) for much better performance.
|