beir-cellar / beir

A Heterogeneous Benchmark for Information Retrieval. Easy to use, evaluate your models across 15+ diverse IR datasets.
http://beir.ai
Apache License 2.0
1.61k stars 192 forks source link

Training ColBERT on a new test collection #24

Closed shashankg7 closed 3 years ago

shashankg7 commented 3 years ago

Hi,

Thanks for the wonderful package!

I want to train a ColBERT model on a new test collection which I have. I couldn't find any example related to it.

Could you please point out how to train a ColBERT model with the package?

Thanks

thakur-nandan commented 3 years ago

Hi @shashankg7,

Sadly there is no technique currently implemented in BEIR to train ColBERT on a new test collection. I would suggest having a look at the original ColBERT repo: https://github.com/stanford-futuredata/ColBERT

Kind Regards, Nandan Thakur