Dataset Card for Common Voice Corpus 22.0 This dataset is an unofficial version of the Mozilla Common Voice Corpus 22. It was downloaded and converted from the project's website https://commonvoice.mozilla.org/. NOTE: currently converting to parquet for convenience.. WIP Languages How to use The datasets library allows you to load and pre process your dataset in pure Python, at scale. The dataset can be downloaded and prepared in one call to your local drive by using the load dataset function. For example, to download the Portuguese config, simply specify the corresponding language config name (i.e., "en" for English): Using the datasets library, you can also stream the dataset on the fly by adding a streaming=True argument to the load dataset function call. Loading a dataset in streaming mode loads individual samples of the dataset at a time, rather than downloading the entire dataset to disk. Bonus: create a PyTorch dataloader directly with your own datasets (local/streamed). Local Streaming To find out more about loading and preparing audio datasets, head over to hf.co/blog/audio datasets. Dataset Structure Data Instances A typical data point comprises the path to the audio file…
We use cookies for essential functionality and analytics. You can accept or reject analytics cookies.Cookie policy