Datasets:

Languages:
code
Multilinguality:
multilingual
Size Categories:
unknown
ArXiv:
License:

ConnectionError: Couldn't reach 'bigcode/the-stack-dedup' on the Hub (ConnectionError)

#27
by DHUGH - opened

When download data with:
ds = load_dataset("bigcode/the-stack-dedup", data_dir="data/java", split="train")
run into:
-> 1175 raise ConnectionError(f"Couldn't reach '{path}' on the Hub ({type(e).name})")
1176 elif "404" in str(e):
1177 msg = f"Dataset '{path}' doesn't exist on the Hub"

ConnectionError: Couldn't reach 'bigcode/the-stack-dedup' on the Hub (ConnectionError)

You're not authenticated. Please see https://huggingface.co/docs/hub/security-tokens

Sign up or log in to comment