mmf icon indicating copy to clipboard operation
mmf copied to clipboard

mmf hateful memes challenge dataset

Open ETedward opened this issue 2 years ago • 4 comments

❓ Questions and Help

Dear MMF,

I'm a NLP student at Princeton attempting to reproduce the results of the Hateful Memes Challenge for a class project.

The data for the challenge's download page is no longer available on the challenge's download page. https://www.drivendata.org/competitions/70/hateful-memes-phase-2/data/ linked in https://github.com/facebookresearch/mmf/tree/main/projects/hateful_memes#prerequisites

Would there be any chance we could still get access to the dataset? Thank you for any help,

ETedward avatar Mar 27 '22 20:03 ETedward

Hi, The data is still available here: https://hatefulmemeschallenge.com/#download

You might need to make minor changes to extraction script to get it working with recent format.

apsdehal avatar Mar 29 '22 17:03 apsdehal

Hi, The data is still available here: https://hatefulmemeschallenge.com/#download

You might need to make minor changes to extraction script to get it working with recent format.

Hi apsdehal,

I have downloaded the zip file, but when downloading I did not see password anywhere. Where can I find the password?

Hao-YunDeng avatar Apr 25 '22 18:04 Hao-YunDeng

Hi, I also cannot find the password for mmf_convert_hm --zip_file=x --password=y. Did you manage to resolve this?

sharonchokuwa avatar Oct 26 '22 11:10 sharonchokuwa

Hi, I also cannot find the password for mmf_convert_hm --zip_file=x --password=y. Did you manage to resolve this?

Just edit the mmf_convert_hm.py file with password=None from password=True in parser argument.

ApoorvVerma5 avatar Dec 19 '22 20:12 ApoorvVerma5