I tried to use the Encode SPLADE from https://github.com/texttron/tevatron/tree/main/examples/splade. But it reported error: ModuleNotFoundError: No module named 'tevatron.arguments'. it seems the related folder has changed, also from tevatron.datasets import HFQueryDataset, HFCorpusDataset cannot be found.
I tried to use the Encode SPLADE from https://github.com/texttron/tevatron/tree/main/examples/splade. But it reported error: ModuleNotFoundError: No module named 'tevatron.arguments'. it seems the related folder has changed, also
from tevatron.datasets import HFQueryDataset, HFCorpusDataset
cannot be found.