Dataset is not found.
PrettyMagnolia opened this issue · 5 comments
PrettyMagnolia commented
Hi,
I hope you’re doing well. I was working with the benchmark.py
script and noticed that all the dataset references (such as haideraltahan/wds_cifar10
、haideraltahan/wds_food101
) appear to be missing.
raise DatasetNotFoundError(f"Dataset '{path}' doesn't exist on the Hub or cannot be accessed.") from e
datasets.exceptions.DatasetNotFoundError: Dataset 'haideraltahan/wds_food101' doesn't exist on the Hub or cannot be accessed.
I tried searching for the haideraltahan repository on Hugging Face but couldn’t locate the mentioned datasets. Could you kindly point me to the correct repository or provide guidance on where to find these datasets? I’d greatly appreciate your assistance.
Thank you for your time and help!