Change8
Error2 reports

Fix DatasetNotFoundError

in Datasets

Solution

DatasetNotFoundError typically arises from incorrect dataset names, unavailable configurations/splits, or issues with internet connectivity/cache. Ensure the dataset name, configuration, and split are accurate. Clear the datasets cache (`rm -r ~/.cache/huggingface/datasets`) and retry, or explicitly specify `download_mode="force_redownload"` in `load_dataset` to redownload the dataset, bypassing the cache.

Timeline

First reported:May 15, 2025
Last reported:Jan 2, 2026

Need More Help?

View the full changelog and migration guides for Datasets

View Datasets Changelog