texttron / tevatron

Tevatron - A flexible toolkit for neural retrieval research and development.
http://tevatron.ai
Apache License 2.0
531 stars 100 forks source link

Splade is unavailable #145

Open Swknight opened 3 months ago

Swknight commented 3 months ago

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.

MXueguang commented 3 months ago

Hi @Swknight , please use this branch for splade training for now, I haven't get chance to move splade training to latest code yet. https://github.com/texttron/tevatron/tree/tevatron-v1