Skip to content
New issue

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

ValueError: Topic beir-v1.0.0-robust04.test.splade-pp-ed Not Found #1782

Closed
ChuanMeng opened this issue Jan 29, 2024 · 1 comment
Closed

Comments

@ChuanMeng
Copy link
Contributor

ChuanMeng commented Jan 29, 2024

Hi,
When I try to replicate the result of splade-pp-ed on robust04 following https://castorini.github.io/pyserini/2cr/beir.html, I used the commands:
python -m pyserini.search.lucene \ --threads 16 --batch-size 128 \ --index beir-v1.0.0-robust04.splade-pp-ed \ --topics beir-v1.0.0-robust04.test.splade-pp-ed \ --output run.beir.splade-pp-ed.robust04.txt \ --output-format trec \ --hits 1000 --impact --remove-query
But, I got the following error:
raise ValueError(f'Topic {collection_name} Not Found') ValueError: Topic beir-v1.0.0-robust04.test.splade-pp-ed Not Found
I used the latest version, pyserini-0.24.0.

Best wishes,
Chuan

@lintool
Copy link
Member

lintool commented Mar 3, 2024

Hi @ChuanMeng sorry for the late reply on this: it may be the case that the run you references has been been published on PyPI (yet) - it should work fine on the "dev" install.

@lintool lintool closed this as completed Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants