File size: 726 Bytes
0ba852c 40fe563 f46b93c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
---
title: README
emoji: ๐
colorFrom: green
colorTo: purple
sdk: static
pinned: false
---
# BM25-Sparseโก
*BM25S is a fast and efficient implementations of BM25 algorithms in Python, built on top of Numpy and Scipy.*
<table>
<tr>
<td>
<a href="https://github.com/xhluca/bm25s">๐ป GitHub</a>
</td>
<td>
<a href="https://bm25s.github.io">๐ Homepage</a>
</td>
<td>
<a href="https://huggingface.co/blog/xhluca/bm25s">๐ค Blog Post</a>
</td>
<td>
<a href="https://arxiv.org/abs/2407.03618">๐ Technical Report</a>
</td>
</tr>
</table>
|