michael-guenther commited on
Commit
cc04279
·
verified ·
1 Parent(s): 2b2b8ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -26,7 +26,7 @@ library_name: llama.cpp
26
 
27
  ### **jina-embeddings-v5-text-small-clustering**: Clustering-Targeted Embedding Distillation
28
 
29
- [Blog](https://picsum.photos/200/300) | [Technical Report](https://picsum.photos/200/300) | [Jina API](https://jina.ai/embeddings) | [EIS](https://www.elastic.co/docs/explore-analyze/elastic-inference/eis)
30
 
31
  ### Model Overview
32
 
@@ -48,7 +48,7 @@ Trained using a novel approach that combines distillation with task-specific con
48
 
49
  ### Training and Evaluation
50
 
51
- For training details and evaluation results, see our [technical report](https://picsum.photos/200/300).
52
 
53
  ### Usage
54
 
@@ -221,4 +221,14 @@ The model is licensed under CC BY-NC 4.0. For commercial use, please [contact us
221
 
222
  If you find `jina-embeddings-v5-text-small-clustering` useful in your research, please cite the following paper:
223
 
224
- [will be published soon]
 
 
 
 
 
 
 
 
 
 
 
26
 
27
  ### **jina-embeddings-v5-text-small-clustering**: Clustering-Targeted Embedding Distillation
28
 
29
+ [Blog](https://picsum.photos/200/300) | [Technical Report](https://arxiv.org/abs/2602.15547) | [Jina API](https://jina.ai/embeddings) | [EIS](https://www.elastic.co/docs/explore-analyze/elastic-inference/eis)
30
 
31
  ### Model Overview
32
 
 
48
 
49
  ### Training and Evaluation
50
 
51
+ For training details and evaluation results, see our [technical report](https://arxiv.org/abs/2602.15547).
52
 
53
  ### Usage
54
 
 
221
 
222
  If you find `jina-embeddings-v5-text-small-clustering` useful in your research, please cite the following paper:
223
 
224
+ ```
225
+ @misc{akram2026jinaembeddingsv5texttasktargetedembeddingdistillation,
226
+ title={jina-embeddings-v5-text: Task-Targeted Embedding Distillation},
227
+ author={Mohammad Kalim Akram and Saba Sturua and Nastia Havriushenko and Quentin Herreros and Michael Günther and Maximilian Werk and Han Xiao},
228
+ year={2026},
229
+ eprint={2602.15547},
230
+ archivePrefix={arXiv},
231
+ primaryClass={cs.CL},
232
+ url={https://arxiv.org/abs/2602.15547},
233
+ }
234
+ ```