Cannot Find File queries.train.small.tsv
VickiCui opened this issue · 2 comments
VickiCui commented
Hi,
I was trying to train a BERT model for MS MARCO Passage Ranking. And according to the bash, there needs a ‘queries.train.small.tsv’ file. But I didn't find any download link on the MS MARCO website. Where can I get this file?
Thanks!
zkt12 commented
Hi,
You can just change the name of ‘queries.train.tsv’ to ‘queries.train.small.tsv’ or change the path to ‘queries.train.tsv’ file. What we need here is a tsv file that contains all training queries in the ‘trids_bm25_marco-10.tsv’ file :)
Kaitao
VickiCui commented
Thanks!