jayleicn / singularity

[ACL 2023] Official PyTorch code for Singularity model in "Revealing Single Frame Bias for Video-and-Language Learning"
https://arxiv.org/abs/2206.03428
MIT License
129 stars 13 forks source link

Is msrvtt_ret_train9k.json used anywhere? #13

Closed TheShadow29 closed 2 years ago

TheShadow29 commented 2 years ago

Hello, thanks for the releasing code. This is really inspiring work. I noticed that in the downstream data, there is msrvtt_ret_train9k.json file, but I don't see it being used anywhere. I am guessing it is train+val?

If I understand correctly, msrvtt_ret_train7k.json is used for training, and msrvtt_ret_test1k.json is used for testing, and nothing is for validation?

jayleicn commented 2 years ago

Hi @TheShadow29,

msrvtt_ret_train9k.json is not used.

msrvtt_ret_train7k.json is used for training, and msrvtt_ret_test1k.json is used for testing

This is correct.