Closed zfchenUnique closed 2 years ago
Hi Zhenfang,
Thanks for your interest in our work! There are details/examples/scripts of how to compute the official leaderboard metrics on the validation set here:
https://github.com/allenai/sherlock/tree/main/leaderboard_eval
The leaderboard formatted data is split on the particular index. For something a bit more lightweight, here's an example of how to get the evaluation metrics for, e.g., mean rank, during training
https://github.com/allenai/sherlock/blob/main/training_code/train_retrieval_clip.py#L526-L536
Jack
Solved.
Dear authors,
Regards, Zhenfang