Full dataset

#3
by andrasjuice - opened

Hi,
Thank you very much for making this dataset available!

I tried downloading it with a Python script:
from huggingface_hub import snapshot_download

snapshot_download(
repo_id="FOMO-MRI/FOMO300K",
repo_type="dataset",
local_dir=r"Z:\FOMO300k",
)

However, it only downloaded a subset of the dataset, 39,110 files. A large portion of the OpenNeuro data seems to be missing, and I also don’t see the files that should come after that section.

Do you have any idea what might be going wrong? I’m probably missing something on my end.

Thank you in advance!
Best regards,
Andras Joos

UCPH DIKU Foundation Models for Brain MRI org
edited Mar 4

[Deleted]

UCPH DIKU Foundation Models for Brain MRI org

Hi, could you verify that you are not using a very old version of huggingface_hub? Latest version is 1.5.

UCPH DIKU Foundation Models for Brain MRI org

Hi,

I was able to reproduce your exact error when using huggingface_hub version 0.28, however, with version 1.5.0 i was able to download all 82678 zip files.

Best, Asbjørn

asbjornmunk changed discussion status to closed

Yes, thank you! That was the problem. I was able to download yesterday since.

Best,
Andras

Sign up or log in to comment