pawasthy commited on
Commit
ad82b1f
·
verified ·
1 Parent(s): 192f97f

Update README.md

Browse files

added link to technical report

Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -20,7 +20,7 @@ Granite-Embedding-30m-Sparse is a 30M parameter sparse biencoder embedding model
20
 
21
  - **Developers:** Granite Embedding Team, IBM
22
  - **GitHub Repository:** [ibm-granite/granite-embedding-models](https://github.com/ibm-granite/granite-embedding-models)
23
- - **Paper:** Coming Soon
24
  - **Release Date**: February 26th, 2025
25
  - **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
26
 
@@ -270,14 +270,15 @@ The data used to train the base language model was filtered to remove text conta
270
  - 📄 Get started with tutorials, best practices, and prompt engineering advice: https://www.ibm.com/granite/docs/
271
  - 💡 Learn about the latest Granite learning resources: https://ibm.biz/granite-learning-resources
272
 
273
- <!-- ## Citation
274
  ```
275
- @misc{granite-embedding-models,
276
- author = {author 1, author2, ...},
277
- title = {},
278
- journal = {},
279
- volume = {},
280
- year = {2024},
281
- url = {https://arxiv.org/abs/0000.00000},
 
282
  }
283
- ``` -->
 
20
 
21
  - **Developers:** Granite Embedding Team, IBM
22
  - **GitHub Repository:** [ibm-granite/granite-embedding-models](https://github.com/ibm-granite/granite-embedding-models)
23
+ - **Paper:** [Techincal Report](https://arxiv.org/abs/2502.20204)
24
  - **Release Date**: February 26th, 2025
25
  - **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
26
 
 
270
  - 📄 Get started with tutorials, best practices, and prompt engineering advice: https://www.ibm.com/granite/docs/
271
  - 💡 Learn about the latest Granite learning resources: https://ibm.biz/granite-learning-resources
272
 
273
+ ## Citation
274
  ```
275
+ @misc{awasthy2025graniteembeddingmodels,
276
+ title={Granite Embedding Models},
277
+ author={Parul Awasthy and Aashka Trivedi and Yulong Li and Mihaela Bornea and David Cox and Abraham Daniels and Martin Franz and Gabe Goodhart and Bhavani Iyer and Vishwajeet Kumar and Luis Lastras and Scott McCarley and Rudra Murthy and Vignesh P and Sara Rosenthal and Salim Roukos and Jaydeep Sen and Sukriti Sharma and Avirup Sil and Kate Soule and Arafat Sultan and Radu Florian},
278
+ year={2025},
279
+ eprint={2502.20204},
280
+ archivePrefix={arXiv},
281
+ primaryClass={cs.IR},
282
+ url={https://arxiv.org/abs/2502.20204},
283
  }
284
+ ```