Running baselines

I am having issues running the baseline commands with mmf_run, the command is not able to find the model/keys despite being given the location in the command. Also, giving dataset=hateful_memes triggers a request to download the data, but when I download and unzip it in the way mentioned on the github repo then give dataset=location/of/data it does not recognize it. Is there something I should know about running this command?

Have you run mmf_convert_hm as described here?

Try setting up this env variable MMF_DATA_DIR with the folder directory where your processed dataset is in.
Something like this:
!MMF_DATA_DIR=’/content/…’ mmf_run …