The dataset viewer is not available for this subset.
__init__() got an unexpected keyword argument 'audio_file_path_column'

Need help to make the dataset viewer work? Open a discussion for direct support.

YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)

Speechdat

Speechdat dataset

Loading the dataset

You need to download the dataset from another folder. We assume the wav files are located inside a /wav folder inside speechdat.

from datasets import load_dataset
speechdat = load_dataset("./speechdat", split="train", data_dir="./speechdat/wav")
Downloads last month
207
Edit dataset card