Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,8 @@ tags:
|
|
6 |
- feature-extraction
|
7 |
- mteb
|
8 |
- sentence-transformers
|
|
|
|
|
9 |
---
|
10 |
|
11 |
<br><br>
|
@@ -270,9 +272,21 @@ print(scores)
|
|
270 |
|
271 |
</details>
|
272 |
|
273 |
-
##
|
274 |
|
275 |
-
Please refer to our [technical report of jina-code-embeddings](https://arxiv.org/abs/2508.21290) for training details and benchmarks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
276 |
|
277 |
## Contact
|
278 |
|
|
|
6 |
- feature-extraction
|
7 |
- mteb
|
8 |
- sentence-transformers
|
9 |
+
inference: false
|
10 |
+
library_name: transformers
|
11 |
---
|
12 |
|
13 |
<br><br>
|
|
|
272 |
|
273 |
</details>
|
274 |
|
275 |
+
## Citation
|
276 |
|
277 |
+
Please refer to our [technical report of jina-code-embeddings](https://arxiv.org/abs/2508.21290) for training details and benchmarks. If you find it useful in your research, please cite the following paper:
|
278 |
+
|
279 |
+
```
|
280 |
+
@misc{kryvosheieva2025efficientcodeembeddingscode,
|
281 |
+
title={Efficient Code Embeddings from Code Generation Models},
|
282 |
+
author={Daria Kryvosheieva and Saba Sturua and Michael Günther and Scott Martens and Han Xiao},
|
283 |
+
year={2025},
|
284 |
+
eprint={2508.21290},
|
285 |
+
archivePrefix={arXiv},
|
286 |
+
primaryClass={cs.CL},
|
287 |
+
url={https://arxiv.org/abs/2508.21290},
|
288 |
+
}
|
289 |
+
```
|
290 |
|
291 |
## Contact
|
292 |
|