deepdml/cv17-neucodec
Dataset Dataset Overview This dataset contains Common Voice speech data encoded into neural codec representations. Each sample includes: audio_path duration codes sentence language client_id The dataset is organized by language configuration and split into train, validation, and test sets when available. Dataset Statistics The following table summarizes the number of examples for each config_name and split. Dataset Statistics The… See the full description on the dataset page: https://huggingface.co/datasets/deepdml/cv17-neucodec.
Dataset
Dataset Overview
This dataset contains Common Voice speech data encoded into neural codec representations.
Each sample includes:
audio_pathdurationcodessentencelanguageclient_id
The dataset is organized by language configuration and split into train, validation, and test sets when available.
Dataset Statistics
The following table summarizes the number of examples for each config_name and split.
Dataset Statistics
The following table summarizes the number of examples for each config_name, along with its corresponding language and available splits.
Notes
- Most configurations include
train,validation, andtestsplits. decurrently includes onlyvalidationandtestsplits in the dataset metadata.- The
languagecolumn provides a readable language name for each dataset configuration.
Features
audio_path(string): path to the audio sampleduration(float32): audio duration in secondscodes(sequence[int32]): neural codec token sequencesentence(string): transcription textlanguage(string): language codeclient_id(string): speaker/client identifier
Usage
from datasets import load_dataset
dataset = load_dataset("deepdml/commonvoice-neucodec", "ar")
print(dataset)