Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -370,9 +370,12 @@ You can finetune this model on your own dataset.
370
 
371
  ## Citation
372
 
373
- ### BibTeX
374
 
375
  #### Redis Langcache-embed Models
 
 
 
376
  ```bibtex
377
  @inproceedings{langcache-embed-v1,
378
  title = "Advancing Semantic Caching for LLMs with Domain-Specific Embeddings and Synthetic Data",
@@ -396,10 +399,7 @@ You can finetune this model on your own dataset.
396
  publisher = "Association for Computational Linguistics",
397
  url = "https://arxiv.org/abs/1908.10084",
398
  }
399
- ```
400
 
401
-
402
- ```bibtex
403
  @misc{kusupati2024matryoshka,
404
  title={Matryoshka Representation Learning},
405
  author={Aditya Kusupati and Gantavya Bhatt and Aniket Rege and Matthew Wallingford and Aditya Sinha and Vivek Ramanujan and William Howard-Snyder and Kaifeng Chen and Sham Kakade and Prateek Jain and Ali Farhadi},
@@ -408,10 +408,7 @@ You can finetune this model on your own dataset.
408
  archivePrefix={arXiv},
409
  primaryClass={cs.LG}
410
  }
411
- ```
412
 
413
-
414
- ```bibtex
415
  @misc{gao2021scaling,
416
  title={Scaling Deep Contrastive Learning Batch Size under Memory Limited Setup},
417
  author={Luyu Gao and Yunyi Zhang and Jiawei Han and Jamie Callan},
@@ -422,6 +419,11 @@ You can finetune this model on your own dataset.
422
  }
423
  ```
424
 
 
 
 
 
 
425
  <!--
426
  ## Glossary
427
 
 
370
 
371
  ## Citation
372
 
373
+
374
 
375
  #### Redis Langcache-embed Models
376
+
377
+ We encourage you to cite our work if you use our models or build upon our findings.
378
+
379
  ```bibtex
380
  @inproceedings{langcache-embed-v1,
381
  title = "Advancing Semantic Caching for LLMs with Domain-Specific Embeddings and Synthetic Data",
 
399
  publisher = "Association for Computational Linguistics",
400
  url = "https://arxiv.org/abs/1908.10084",
401
  }
 
402
 
 
 
403
  @misc{kusupati2024matryoshka,
404
  title={Matryoshka Representation Learning},
405
  author={Aditya Kusupati and Gantavya Bhatt and Aniket Rege and Matthew Wallingford and Aditya Sinha and Vivek Ramanujan and William Howard-Snyder and Kaifeng Chen and Sham Kakade and Prateek Jain and Ali Farhadi},
 
408
  archivePrefix={arXiv},
409
  primaryClass={cs.LG}
410
  }
 
411
 
 
 
412
  @misc{gao2021scaling,
413
  title={Scaling Deep Contrastive Learning Batch Size under Memory Limited Setup},
414
  author={Luyu Gao and Yunyi Zhang and Jiawei Han and Jamie Callan},
 
419
  }
420
  ```
421
 
422
+
423
+
424
+
425
+
426
+
427
  <!--
428
  ## Glossary
429