Problem loading HuggingFaceFW/fineweb-edu-score-2 dataset: Too Many Requests

With 35TB, it’s not impossible to download, but we don’t want to…:sweat_smile:

It seems that there are cases of the following issues.

lhoestq
on Jan 10, 2025
Hi ! This is due to your old version of datasets which calls HF with expand=True, an option that is strongly rate limited.
Recent versions of datasets don’t rely on this anymore, you can fix your issue by upgrading datasets :slight_smile:
pip install -U datasets
You can also get maximum HF availability on your compute nodes with HF Enterprise (see network security features)