Dataset Viewer issue: DatasetWithScriptNotSupportedError
The dataset viewer is not working.
Error details:
Error code: DatasetWithScriptNotSupportedError
No (supported) data files found in DigitalUmuganda/image_text_voice_dataset
π Before opening the discussion, have you considered removing the loading script and relying on [automated data support](
)?
You can use convert_to_parquet from the datasets library.
Hello, make sure that you are logged in huggingface (huggingface-cli login), and then use data = load_dataset("DigitalUmuganda/AfriVoice", "sn")
to load the dataset.
Hello Kleber,
Thank you for the clarification from Digital Umuganda org. I have been trying to do some EDA on the shona dataset but cannot access the audio files. It seems the audio files were not added.
If possible maybe you can clarify on the structure of the data.
regards,
Bruno Beijuka
Hello Kleber,
Thank you for the clarification from Digital Umuganda org. I have been trying to do some EDA on the shona dataset but cannot access the audio files. It seems the audio files were not added.
If possible maybe you can clarify on the structure of the data.
regards,
Bruno Beijuka
Hello Beijuka, the dataset is not loaded in the memory due to its size. So to access it after loading it with load_dataset; you can look for its location on the disk (for example: 'audio_path': '/root/.cache/huggingface/datasets/downloads/extracted/9347eb035e3ae38aaf793efa152ba1c93a4336471afce2bbd00ac8c0f67e9066/small_data/audio/I7L1YJVKIRL4.wav').