We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
beir/beir/retrieval/search/sparse/sparse_search.py
https://github.com/UKPLab/beir/blob/568f4c34fa0be1901e2aaa8479978c9e54a1e377/beir/retrieval/search/sparse/sparse_search.py#L28-L34
Hello,
I think there is an error in sparse_search.py; only the first query in each batch is evaluated.
sparse_search.py
Thank you!
The text was updated successfully, but these errors were encountered:
Indeed! An easy fix would be to remove the step size self.batch_size?
self.batch_size
Sorry, something went wrong.
No branches or pull requests
https://github.com/UKPLab/beir/blob/568f4c34fa0be1901e2aaa8479978c9e54a1e377/beir/retrieval/search/sparse/sparse_search.py#L28-L34
Hello,
I think there is an error in
sparse_search.py
; only the first query in each batch is evaluated.Thank you!
The text was updated successfully, but these errors were encountered: