Update README.md
Browse files
README.md
CHANGED
@@ -59,4 +59,17 @@ print(answers[best_answer])
|
|
59 |
The model achieves **NDCG@10** of **58.46** on the Polish Information Retrieval Benchmark. See [PIRB Leaderboard](https://huggingface.co/spaces/sdadas/pirb) for detailed results.
|
60 |
|
61 |
## Acknowledgements
|
62 |
-
This model was trained with the A100 GPU cluster support delivered by the Gdansk University of Technology within the TASK center initiative.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
The model achieves **NDCG@10** of **58.46** on the Polish Information Retrieval Benchmark. See [PIRB Leaderboard](https://huggingface.co/spaces/sdadas/pirb) for detailed results.
|
60 |
|
61 |
## Acknowledgements
|
62 |
+
This model was trained with the A100 GPU cluster support delivered by the Gdansk University of Technology within the TASK center initiative.
|
63 |
+
|
64 |
+
## Citation
|
65 |
+
|
66 |
+
```bibtex
|
67 |
+
@article{dadas2024pirb,
|
68 |
+
title={{PIRB}: A Comprehensive Benchmark of Polish Dense and Hybrid Text Retrieval Methods},
|
69 |
+
author={Sławomir Dadas and Michał Perełkiewicz and Rafał Poświata},
|
70 |
+
year={2024},
|
71 |
+
eprint={2402.13350},
|
72 |
+
archivePrefix={arXiv},
|
73 |
+
primaryClass={cs.CL}
|
74 |
+
}
|
75 |
+
```
|