michael-guenther commited on
Commit
4218f65
·
verified ·
1 Parent(s): ef519ee

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-classification**: Classification-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
 
@@ -218,4 +218,14 @@ The model is licensed under CC BY-NC 4.0. For commercial use, please [contact us
218
 
219
  If you find `jina-embeddings-v5-text-small-classification` useful in your research, please cite the following paper:
220
 
221
- [will be published soon]
 
 
 
 
 
 
 
 
 
 
 
26
 
27
  ### **jina-embeddings-v5-text-small-classification**: Classification-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
 
 
218
 
219
  If you find `jina-embeddings-v5-text-small-classification` useful in your research, please cite the following paper:
220
 
221
+ ```
222
+ @misc{akram2026jinaembeddingsv5texttasktargetedembeddingdistillation,
223
+ title={jina-embeddings-v5-text: Task-Targeted Embedding Distillation},
224
+ author={Mohammad Kalim Akram and Saba Sturua and Nastia Havriushenko and Quentin Herreros and Michael Günther and Maximilian Werk and Han Xiao},
225
+ year={2026},
226
+ eprint={2602.15547},
227
+ archivePrefix={arXiv},
228
+ primaryClass={cs.CL},
229
+ url={https://arxiv.org/abs/2602.15547},
230
+ }
231
+ ```