error while loading

#1
by bilibraker - opened

Hello!
I tried to load the dataset with the default command:

from datasets import load_dataset

dataset = load_dataset("HuggingFaceM4/OK-VQA")

But I get the following error:

FileNotFoundError: Couldn't find file at https://huggingface.co/datasets/HuggingFaceM4/OK-VQA/resolve/main/{'train': 'https://okvqa.allenai.org/static/data/mscoco_train2014_annotations.json.zip', 'val': 'https://okvqa.allenai.org/static/data/mscoco_val2014_annotations.json.zip'}

Sign up or log in to comment