Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -4,6 +4,8 @@ pipeline_tag: text-classification
|
|
4 |
tags:
|
5 |
- transformers
|
6 |
- sentence-transformers
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# Reranker
|
@@ -347,9 +349,9 @@ It rereank the top 100 results from bge-m3.
|
|
347 |
|
348 |
## Citation
|
349 |
|
350 |
-
If you find this repository useful, please consider giving a star
|
351 |
|
352 |
-
```
|
353 |
@misc{li2023making,
|
354 |
title={Making Large Language Models A Better Foundation For Dense Retrieval},
|
355 |
author={Chaofan Li and Zheng Liu and Shitao Xiao and Yingxia Shao},
|
@@ -365,4 +367,5 @@ If you find this repository useful, please consider giving a star :star: and cit
|
|
365 |
eprint={2402.03216},
|
366 |
archivePrefix={arXiv},
|
367 |
primaryClass={cs.CL}
|
368 |
-
}
|
|
|
|
4 |
tags:
|
5 |
- transformers
|
6 |
- sentence-transformers
|
7 |
+
language:
|
8 |
+
- multilingual
|
9 |
---
|
10 |
|
11 |
# Reranker
|
|
|
349 |
|
350 |
## Citation
|
351 |
|
352 |
+
If you find this repository useful, please consider giving a star and citation
|
353 |
|
354 |
+
```bibtex
|
355 |
@misc{li2023making,
|
356 |
title={Making Large Language Models A Better Foundation For Dense Retrieval},
|
357 |
author={Chaofan Li and Zheng Liu and Shitao Xiao and Yingxia Shao},
|
|
|
367 |
eprint={2402.03216},
|
368 |
archivePrefix={arXiv},
|
369 |
primaryClass={cs.CL}
|
370 |
+
}
|
371 |
+
```
|