Dataset Viewer
Auto-converted to Parquet Duplicate
The dataset viewer is not available for this split.
Parquet error: Scan size limit exceeded: attempted to read 642532433 bytes, limit is 300000000 bytes Make sure that 1. the Parquet files contain a page index to enable random access without loading entire row groups2. otherwise use smaller row-group sizes when serializing the Parquet files
Error code:   TooBigContentError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Mozilla Common Voice 26.0 - German (IPA & Clean Validated Subset)

Repacking version of Common Voice 26.0 German officialy published by Mozilla Data Collective, following Hugging Face Parquet Shards standard, with feature for listening to audio directly on the Web Hub, and the addition of a data column for the IPA transcription of each sentence.

πŸ“Š Dataset parameters

  • Origin: Mozilla Common Voice 26.0 (version 18/06/2026).
  • Data amount (Validated): 950,877 MP3 audio clips.
  • Approx. lenght: ~1,400+ hours of multi multidialectal German.
  • Format: Parquet file, directly embeded with Audio bytes + sentence lable + IPA transcription.

πŸš€ Huong dan su dung

1. Directly stream audio and IPA

from datasets import load_dataset

dataset = load_dataset("q1805/common_voice_26_0_de", split="validated", streaming=True)
sample = next(iter(dataset))

print("Van ban goc:", sample["sentence"])
print("Phien am IPA:", sample["ipa"])
print("Audio bytes:", len(sample["audio"]["bytes"]))
Downloads last month
1

Collection including q1805/common_voice_26_0_de