[datasets.exceptions.DataFilesNotFoundError: No (supported) data files found in cyd0806/BIMCV-R)](datasets.exceptions.DataFilesNotFoundError: No (supported) data files found in cyd0806/BIMCV-R)
Hi,
I am trying to download it using the following command:
a = datasets.load_dataset("cyd0806/BIMCV-R", token=hf_token)
However, when running the code, I encountered this error:
[datasets.exceptions.DataFilesNotFoundError: No (supported) data files found in cyd0806/BIMCV-R)](datasets.exceptions.DataFilesNotFoundError: No (supported) data files found in cyd0806/BIMCV-R)
Is there any solution for this issue?
I am using Python 3.10.14 and datasets version 3.0.1.
Thank you,
Nir
Same here, and when I run the below:
from huggingface_hub import list_repo_files
files = list_repo_files("cyd0806/BIMCV-R")
It only returns this: ['.gitattributes']
Dear Nir,
I apologize for the late reply. I just returned from the MICCAI conference.
I saw in another issue that you mentioned the problem was resolved. Has this specific issue with downloading the BIMCV-R dataset been solved as well?
If not, please let me know, and I'll be glad to help further.
Best regards,
Yinda