Datasets:
Error while downloading
#1
by
Isayoften
- opened
Code:
from datasets import load_dataset
ds = load_dataset('benediktkol/DDOS')
Error:
429 Client Error: Too Many Requests for url: https://huggingface.co/api/datasets/benediktkol/DDOS/paths-info/1ed1314d32ef3a5a7e1434000783a8433517bd0e
It appears that Hugging Face is rate limiting the download requests, resulting in a 429 Client Error.
To address this issue, I will consider restructuring the dataset or explore alternative methods to mitigate the rate limiting.