piotr-rybak commited on
Commit
05e7e81
1 Parent(s): 3b8500d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -26,7 +26,7 @@ widget:
26
 
27
  Silver Retriever 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.
28
 
29
- It was initialized from the [HerBERT-base](https://huggingface.co/allegro/herbert-base-cased) model and fine-tuned on the [PolQA](https://huggingface.co/ipipan/polqa) and [MAUPQA](https://huggingface.co/ipipan/maupqa) datasets for 15,000 steps with a batch size of 1,024.
30
 
31
  ## Evaluation
32
 
@@ -137,4 +137,13 @@ CC BY-SA 4.0
137
 
138
  ### Citation Information
139
 
140
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
26
 
27
  Silver Retriever 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.
28
 
29
+ It was initialized from the [HerBERT-base](https://huggingface.co/allegro/herbert-base-cased) model and fine-tuned on the [PolQA](https://huggingface.co/ipipan/polqa) and [MAUPQA](https://huggingface.co/ipipan/maupqa) datasets for 15,000 steps with a batch size of 1,024. Please refer to the [SilverRetriever: Advancing Neural Passage Retrieval for Polish Question Answering](https://arxiv.org/abs/2309.08469) for more details.
30
 
31
  ## Evaluation
32
 
 
137
 
138
  ### Citation Information
139
 
140
+ ```
141
+ @misc{rybak2023silverretriever,
142
+ title={SilverRetriever: Advancing Neural Passage Retrieval for Polish Question Answering},
143
+ author={Piotr Rybak and Maciej Ogrodniczuk},
144
+ year={2023},
145
+ eprint={2309.08469},
146
+ archivePrefix={arXiv},
147
+ primaryClass={cs.CL}
148
+ }
149
+ ```