bwang0911 commited on
Commit
5e6588c
1 Parent(s): 2a21ba8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -2708,4 +2708,19 @@ Please consider [Finetuner](https://github.com/jina-ai/finetuner).
2708
 
2709
  ## Contact
2710
 
2711
- Join our [Discord community](https://discord.jina.ai) and chat with other community members about ideas.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2708
 
2709
  ## Contact
2710
 
2711
+ Join our [Discord community](https://discord.jina.ai) and chat with other community members about ideas.
2712
+
2713
+ ## Citation
2714
+
2715
+ If you find Jina Embeddings useful in your research, please cite the following paper:
2716
+
2717
+ ``` latex
2718
+ @misc{günther2023jina,
2719
+ title={Jina Embeddings: A Novel Set of High-Performance Sentence Embedding Models},
2720
+ author={Michael Günther and Louis Milliken and Jonathan Geuter and Georgios Mastrapas and Bo Wang and Han Xiao},
2721
+ year={2023},
2722
+ eprint={2307.11224},
2723
+ archivePrefix={arXiv},
2724
+ primaryClass={cs.CL}
2725
+ }
2726
+ ```