sebastian-hofstaetter / matchmaker

Training & evaluation library for text-based neural re-ranking and dense retrieval models built with PyTorch
https://neural-ir-explorer.ec.tuwien.ac.at/
Apache License 2.0
259 stars 30 forks source link

ModuleNotFoundError: No module named 'matchmaker.evaluation' #16

Open yhy-2000 opened 2 years ago

yhy-2000 commented 2 years ago

There is a line in file preprocessing/convert_formats/msmarco_doc_create_train_input_orig.py: from matchmaker.evaluation.msmarco_eval import * but there is no evaluation filefolder in matchmaker, could you be kind enough to release the code for this part?

Thanks!