Update README.md
Browse filesadded link to technical report
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:**
|
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 |
-
|
274 |
```
|
275 |
-
@misc{
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
|
|
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 |
+
```
|