Skip to content

Tags: xhluca/bm25s

Tags

data

Toggle data's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

0.2.0rc6

Toggle 0.2.0rc6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add type hint for `texts` argument in `tokenize` function (#44)

* Use `time.monotonic` instead of `time.time`

* Add type hint for `texts` argument in `tokenize` function

0.2.0rc5

Toggle 0.2.0rc5's commit message
Update numba backend to use numpy sorting instead of internal sorting

0.2.0rc3

Toggle 0.2.0rc3's commit message
Change to np.zero instead of np.empty

0.2.0rc2

Toggle 0.2.0rc2's commit message
Add _compute_relevance_from_scores_jit_ready as an alternative

0.2.0rc1

Toggle 0.2.0rc1's commit message
refactor moving bm25s to compute relevance from eager score as a stat…

…ic method rather than a function

0.2.0rc4

Toggle 0.2.0rc4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update hf.py

0.1.10

Toggle 0.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update hf.py

0.1.9

Toggle 0.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug fix and add link (#28)

* Update HF readme template

* Fix type for def retrieve

* Add tests for retrieve function

* Update retrieve to take tuples

0.1.8

Toggle 0.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update __init__.py