piotr-rybak commited on
Commit
f2f1818
1 Parent(s): 128b633

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -6,11 +6,11 @@ language:
6
  - pl
7
  pipeline_tag: sentence-similarity
8
  ---
9
- # HerBERT-base Retrieval (v1)
10
 
11
- 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. See [the paper](https://arxiv.org/abs/2305.05486) for more details.
12
 
13
- This model is deprecated. Please consider using the [HerBERT-base Retrieval (v2)](https://huggingface.co/ipipan/herbert-base-retrieval-v2) for much better performance.
14
 
15
  ## Additional Information
16
 
 
6
  - pl
7
  pipeline_tag: sentence-similarity
8
  ---
9
+ # HerBERT QA
10
 
11
+ HerBERT QA 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. See [the paper](https://arxiv.org/abs/2305.05486) for more details.
12
 
13
+ This model is deprecated. Please consider using the [Silver Retriever (v1)](https://huggingface.co/ipipan/silver-retriever-base-v1) for much better performance.
14
 
15
  ## Additional Information
16