Dataset Viewer issue: ConfigNamesError

#2
by Lyneveandxfksodpdlpdppl02039 - opened

The dataset viewer is not working.

Error details:

Error code:   ConfigNamesError
Exception:    FileNotFoundError
Message:      Couldn't find a dataset script at /src/services/worker/Ba1yya/RVC_rmvpe/RVC_rmvpe.py or any data file in the same directory. Couldn't find 'Ba1yya/RVC_rmvpe' on the Hugging Face Hub either: FileNotFoundError: No (supported) data files or dataset script found in Ba1yya/RVC_rmvpe. 
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 55, in compute_config_names_response
                  for config in sorted(get_dataset_config_names(path=dataset, token=hf_token))
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 351, in get_dataset_config_names
                  dataset_module = dataset_module_factory(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1491, in dataset_module_factory
                  raise FileNotFoundError(
              FileNotFoundError: Couldn't find a dataset script at /src/services/worker/Ba1yya/RVC_rmvpe/RVC_rmvpe.py or any data file in the same directory. Couldn't find 'Ba1yya/RVC_rmvpe' on the Hugging Face Hub either: FileNotFoundError: No (supported) data files or dataset script found in Ba1yya/RVC_rmvpe.

cc @albertvillanova @lhoestq @severo .

The error message was obsolete, I just refreshed the viewer, and the "new" error message is a bit more clear:

No (supported) data files found in Ba1yya/RVC_rmvpe

For reference, here are the files in the repo.

Capture d’écran 2024-01-24 à 10.31.06.png

The list of supported formats is here: https://huggingface.co/docs/hub/datasets-adding#file-formats. Unfortunately no 7z and rar at the moment.

cc @lhoestq @albertvillanova

Sign up or log in to comment