Update README.md
Browse files
README.md
CHANGED
@@ -128,4 +128,19 @@ Please consider [Finetuner](https://github.com/jina-ai/finetuner).
|
|
128 |
|
129 |
## Contact
|
130 |
|
131 |
-
Join our [Discord community](https://discord.jina.ai) and chat with other community members about ideas.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
|
129 |
## Contact
|
130 |
|
131 |
+
Join our [Discord community](https://discord.jina.ai) and chat with other community members about ideas.
|
132 |
+
|
133 |
+
## Citation
|
134 |
+
|
135 |
+
If you find LayoutLM useful in your research, please cite the following paper:
|
136 |
+
|
137 |
+
``` latex
|
138 |
+
@misc{günther2023jina,
|
139 |
+
title={Jina Embeddings: A Novel Set of High-Performance Sentence Embedding Models},
|
140 |
+
author={Michael Günther and Louis Milliken and Jonathan Geuter and Georgios Mastrapas and Bo Wang and Han Xiao},
|
141 |
+
year={2023},
|
142 |
+
eprint={2307.11224},
|
143 |
+
archivePrefix={arXiv},
|
144 |
+
primaryClass={cs.CL}
|
145 |
+
}
|
146 |
+
```
|