Update README.md
Browse files
README.md
CHANGED
@@ -1208,4 +1208,17 @@ print(answers[best_answer])
|
|
1208 |
- The model achieves **NDCG@10** of **56.09** on the Polish Information Retrieval Benchmark. See [PIRB Leaderboard](https://huggingface.co/spaces/sdadas/pirb) for detailed results.
|
1209 |
|
1210 |
## Acknowledgements
|
1211 |
-
This model was trained with the A100 GPU cluster support delivered by the Gdansk University of Technology within the TASK center initiative.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1208 |
- The model achieves **NDCG@10** of **56.09** on the Polish Information Retrieval Benchmark. See [PIRB Leaderboard](https://huggingface.co/spaces/sdadas/pirb) for detailed results.
|
1209 |
|
1210 |
## Acknowledgements
|
1211 |
+
This model was trained with the A100 GPU cluster support delivered by the Gdansk University of Technology within the TASK center initiative.
|
1212 |
+
|
1213 |
+
## Citation
|
1214 |
+
|
1215 |
+
```bibtex
|
1216 |
+
@article{dadas2024pirb,
|
1217 |
+
title={{PIRB}: A Comprehensive Benchmark of Polish Dense and Hybrid Text Retrieval Methods},
|
1218 |
+
author={Sławomir Dadas and Michał Perełkiewicz and Rafał Poświata},
|
1219 |
+
year={2024},
|
1220 |
+
eprint={2402.13350},
|
1221 |
+
archivePrefix={arXiv},
|
1222 |
+
primaryClass={cs.CL}
|
1223 |
+
}
|
1224 |
+
```
|