facebookresearch / mmf

A modular framework for vision & language multimodal research from Facebook AI Research (FAIR)
https://mmf.sh/
Other
5.46k stars 932 forks source link

mmf hateful memes challenge dataset #1221

Open ETedward opened 2 years ago

ETedward commented 2 years ago

❓ 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,

apsdehal commented 2 years ago

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.

Hao-YunDeng commented 2 years ago

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?

sharonchokuwa commented 1 year ago

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

ApoorvVerma5 commented 1 year ago

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.