CoolFace
Datasetpublic

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.

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes186downloads
Dataset Card

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 following table summarizes the number of examples for each config_name, along with its corresponding language and available splits.

config_namelanguagetrain_examplesvalidation_examplestest_examples
arArabic28,36910,47010,480
astAsturian387112162
beBelarusian347,63715,88015,878
bgBulgarian4,8492,7663,201
bnBengali21,2289,3279,327
brBreton2,6632,2532,212
csCzech20,1449,0099,067
cyWelsh7,9605,3715,379
daDanish3,4842,1052,530
deGerman—16,18316,183
elGreek1,9201,7001,701
esSpanish336,84615,85715,857
etEstonian3,1572,6532,653
faPersian28,89310,55910,559
fiFinnish2,0761,7701,763
frFrench558,05416,15916,159
froldOld French558,05416,15916,159
glGalician25,1599,9829,990
haHausa1,925582661
huHungarian37,14011,35011,435
itItalian169,77115,14915,155
jaJapanese10,0396,2616,261
kaGeorgian52,32112,54512,618
koKorean376330339
ltLithuanian7,2534,4364,753
lvLatvian11,3646,7526,752
mkMacedonian1,6861,2891,097
mlMalayalam1,259764710
mnMongolian2,1751,8701,896
mrMarathi2,2151,7801,751
nlDutch34,89811,25211,266
ocOccitan271260254
plPolish20,7299,2309,230
ptPortuguese21,9689,4649,467
roRomanian5,1413,8813,896
ruRussian26,37710,20310,203
skSlovak3,2582,5882,647
slSlovenian1,3881,2321,242
srSerbian1,8791,5831,539
sv-SESwedish7,7445,2105,259
swSwahili46,49412,25112,253
taTamil45,58712,09512,074
teTelugu624849
thThai32,82311,04211,042
trTurkish35,14711,25811,290
ukUkrainian25,13710,00710,011
urUrdu5,3684,0574,056
viVietnamese2,2986411,274

Notes

  • —Most configurations include train, validation, and test splits.
  • —de currently includes only validation and test splits in the dataset metadata.
  • —The language column provides a readable language name for each dataset configuration.

Features

  • —audio_path (string): path to the audio sample
  • —duration (float32): audio duration in seconds
  • —codes (sequence[int32]): neural codec token sequence
  • —sentence (string): transcription text
  • —language (string): language code
  • —client_id (string): speaker/client identifier

Usage

python
from datasets import load_dataset

dataset = load_dataset("deepdml/commonvoice-neucodec", "ar")
print(dataset)