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
One should be able to evaluate BEIR on other retrievers other than Union[Type[DRES], Type[DRFS], Type[BM25], Type[SS]
Union[Type[DRES], Type[DRFS], Type[BM25], Type[SS]
The work around is the use the static method evaluate. It's slightly awkward. See SPLADE's eval https://github.com/naver/splade/blob/06947de1da83e5443809f1b7e78937416d53c14b/splade/beir_eval.py#L85
evaluate
The text was updated successfully, but these errors were encountered:
No branches or pull requests
One should be able to evaluate BEIR on other retrievers other than
Union[Type[DRES], Type[DRFS], Type[BM25], Type[SS]
The work around is the use the static method
evaluate
. It's slightly awkward. See SPLADE's evalhttps://github.com/naver/splade/blob/06947de1da83e5443809f1b7e78937416d53c14b/splade/beir_eval.py#L85
The text was updated successfully, but these errors were encountered: