Shitao commited on
Commit
f290409
1 Parent(s): 175aaf6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -5,3 +5,19 @@ license: mit
5
  The dataset used to train [bge-reranker-large](https://huggingface.co/BAAI/bge-reranker-large) and [bge-reranker-base](https://huggingface.co/BAAI/bge-reranker-base).
6
 
7
  You can find the fine-tuning script in [FlagEmbedding](https://github.com/FlagOpen/FlagEmbedding/tree/master/FlagEmbedding/reranker)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  The dataset used to train [bge-reranker-large](https://huggingface.co/BAAI/bge-reranker-large) and [bge-reranker-base](https://huggingface.co/BAAI/bge-reranker-base).
6
 
7
  You can find the fine-tuning script in [FlagEmbedding](https://github.com/FlagOpen/FlagEmbedding/tree/master/FlagEmbedding/reranker)
8
+
9
+
10
+ ## Citation
11
+
12
+ If you find this repository useful, please consider giving a star :star: and citation
13
+
14
+ ```
15
+ @misc{bge_embedding,
16
+ title={C-Pack: Packaged Resources To Advance General Chinese Embedding},
17
+ author={Shitao Xiao and Zheng Liu and Peitian Zhang and Niklas Muennighoff},
18
+ year={2023},
19
+ eprint={2309.07597},
20
+ archivePrefix={arXiv},
21
+ primaryClass={cs.CL}
22
+ }
23
+ ```