jupyterjazz commited on
Commit
64b5c0d
1 Parent(s): 89b0b4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -3214,7 +3214,7 @@ Adicionalmente, proporcionamos los siguientes modelos (embeddings):
3214
 
3215
  ## Data & Parameters
3216
 
3217
- Jina Embeddings V2 [technical report](https://arxiv.org/abs/2310.19923)
3218
 
3219
  ## Usage
3220
 
@@ -3321,12 +3321,10 @@ Join our [Discord community](https://discord.jina.ai) and chat with other commun
3321
  If you find Jina Embeddings useful in your research, please cite the following paper:
3322
 
3323
  ```
3324
- @misc{günther2023jina,
3325
- title={Jina Embeddings 2: 8192-Token General-Purpose Text Embeddings for Long Documents},
3326
- author={Michael Günther and Jackmin Ong and Isabelle Mohr and Alaeddine Abdessalem and Tanguy Abel and Mohammad Kalim Akram and Susana Guzman and Georgios Mastrapas and Saba Sturua and Bo Wang and Maximilian Werk and Nan Wang and Han Xiao},
3327
- year={2023},
3328
- eprint={2310.19923},
3329
- archivePrefix={arXiv},
3330
- primaryClass={cs.CL}
3331
  }
3332
  ```
 
3214
 
3215
  ## Data & Parameters
3216
 
3217
+ The data and training details are described in this [technical report](https://arxiv.org/abs/2402.17016)
3218
 
3219
  ## Usage
3220
 
 
3321
  If you find Jina Embeddings useful in your research, please cite the following paper:
3322
 
3323
  ```
3324
+ @article{mohr2024multi,
3325
+ title={Multi-Task Contrastive Learning for 8192-Token Bilingual Text Embeddings},
3326
+ author={Mohr, Isabelle and Krimmel, Markus and Sturua, Saba and Akram, Mohammad Kalim and Koukounas, Andreas and G{\"u}nther, Michael and Mastrapas, Georgios and Ravishankar, Vinit and Mart{\'\i}nez, Joan Fontanals and Wang, Feng and others},
3327
+ journal={arXiv preprint arXiv:2402.17016},
3328
+ year={2024}
 
 
3329
  }
3330
  ```