Datasets:

Multilinguality:
multilingual
ArXiv:
Tags:
License:

Error loading dataset

#9
by jorgetebl - opened

Doing this:

from datasets import load_dataset
dataset = load_dataset("facebook/voxpopuli", "es", trust_remote_code=True)"

return this error:

/usr/local/lib/python3.10/dist-packages/datasets/utils/file_utils.py in get_from_cache(url, cache_dir, force_download, proxies, etag_timeout, resume_download, user_agent, local_files_only, use_etag, max_retries, token, use_auth_token, ignore_url_params, storage_options, download_desc, disable_tqdm)
628 )
629 elif response is not None and response.status_code == 404:
--> 630 raise FileNotFoundError(f"Couldn't find file at {url}")
631 _raise_if_offline_mode_is_enabled(f"Tried to reach {url}")
632 if head_error is not None:

FileNotFoundError: Couldn't find file at https://huggingface.co/datasets/facebook/voxpopuli/resolve/main/{'es': 'data/es/asr_train.tsv'}

How could i solve it?

I upgraded the datasets from v2.13 to v2.19 and got above error!
EDIT: It works with v2.18!

Hey @goodmohsen and @jorgetebl - could you please open an issue in datasets to report this regression? Thanks! https://github.com/huggingface/datasets/issues/new?assignees=&labels=&projects=&template=bug-report.yml

Sign up or log in to comment