Update README.md
Browse files
README.md
CHANGED
|
@@ -9,4 +9,22 @@ pinned: false
|
|
| 9 |
|
| 10 |
# BM25-Sparse⚡
|
| 11 |
|
| 12 |
-
*BM25S is a fast and efficient implementations of BM25 algorithms in Python, built on top of Numpy and Scipy.*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
|
| 10 |
# BM25-Sparse⚡
|
| 11 |
|
| 12 |
+
*BM25S is a fast and efficient implementations of BM25 algorithms in Python, built on top of Numpy and Scipy.*
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
<table>
|
| 16 |
+
<tr>
|
| 17 |
+
<td>
|
| 18 |
+
<a href="https://github.com/xhluca/bm25s">💻 GitHub</a>
|
| 19 |
+
</td>
|
| 20 |
+
<td>
|
| 21 |
+
<a href="https://bm25s.github.io">🏠 Homepage</a>
|
| 22 |
+
</td>
|
| 23 |
+
<td>
|
| 24 |
+
<a href="https://huggingface.co/blog/xhluca/bm25s">🤗 Blog Post</a>
|
| 25 |
+
</td>
|
| 26 |
+
<td>
|
| 27 |
+
<a href="https://arxiv.org/abs/2407.03618">📝 Technical Report</a>
|
| 28 |
+
</td>
|
| 29 |
+
</tr>
|
| 30 |
+
</table>
|