Shitao commited on
Commit
bcb052a
1 Parent(s): 005cdaa

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -3
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 :star: and citation
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
+ ```