CoolFace
Datasetpublic

aman4014/translated-german-english-asr

Translated German-English ASR Dataset A large-scale, multi-source German speech dataset with paired English translations, designed for training and evaluating German Automatic Speech Recognition (ASR), Speech Translation, and Text-to-Speech (TTS) systems. This dataset is a curated mixture of well-established open-source German and multilingual speech corpora, all unified under a common schema with German audio, original German transcriptions, and English translations.… See the full description on the dataset page: https://huggingface.co/datasets/aman4014/translated-german-english-asr.

sourceHugging Faceupdated 5mo agoView on Hugging Face
4likes1kdownloads
Dataset Card

Translated German-English ASR Dataset

A large-scale, multi-source German speech dataset with paired English translations, designed for training and evaluating German Automatic Speech Recognition (ASR), Speech Translation, and Text-to-Speech (TTS) systems. This dataset is a curated mixture of well-established open-source German and multilingual speech corpora, all unified under a common schema with German audio, original German transcriptions, and English translations.

<table style="border-collapse: collapse; border: none;"> <tr style="border: none;"> <td style="border: none; padding: 0 20px;"> <a href="https://hpi.de/ki-servicezentrum/"> <img src="https://docs.sc.hpi.de/attachments/aisc/aisc-logo.png" alt="KI-Servicezentrum Berlin-Brandenburg" style="height: 60px; width: auto;"> </a> </td> <td style="border: none; padding: 0 20px;"> <a href="https://www.bmftr.bund.de"> <img src="https://docs.sc.hpi.de/attachments/aisc/bmftr.jpg" alt="Gefoerdert durch BMFTR" style="height: 60px; width: auto;"> </a> </td> </tr> </table>


Dataset Summary

PropertyValue
Primary LanguageGerman (de)
Translation LanguageEnglish (en)
Total Examples4,667,327
Total Size (disk)~1.71 TB (download) / ~1.71 TB (uncompressed)
Audio FormatVariable (WAV/FLAC/MP3, 16kHz-44.1kHz)
TasksASR, Speech Translation, TTS

Dataset Structure

Features

Each example contains the following fields:

FieldTypeDescription
audioAudioThe audio file, automatically decoded and resampled on access
transcriptionstringOriginal German transcription of the spoken audio
translationstringEnglish translation of the German transcription

Splits

The dataset is organized into 12 splits, each sourced from a distinct German speech corpus:

SplitSource CorpusExamplesApprox. SizeLicense
train_el_ttsCustom TTS (Greek-Letters / Eliza-style German TTS)495~670 MBContact provider
train_mls_0Multilingual LibriSpeech (MLS) - German406,042~182 GBCC BY 4.0
train_tuda_0Tuda-De (TU Darmstadt German ASR)42,812~13 GBCC BY 4.0
train_cv19_0Mozilla Common Voice 19 - German546,561~234 GBCC0 1.0
train_emilia_yodas0Emilia-YODAS (German subset)1,980,468~911 GBCC BY 4.0
train_eurospeechEuroSpeech - German Parliament502,515~230 GBPer-parliament (see below)
train_de_DE_kerstinM-AILABS - de_DE_kerstin1,374~134 MBM-AILABS BSD-3-Clause style
TV_2021.02_NeutralThorsten-Voice 2021.02 - Neutral22,671~6.9 GBCC0 1.0
TV_2021.06_EmotionalThorsten-Voice 2021.06 - Emotional2,020~617 MBCC0 1.0
TV_2022.10_NeutralThorsten-Voice 2022.10 - Neutral12,451~3.8 GBCC0 1.0
TV_2023.09_HessischThorsten-Voice 2023.09 - Hessisch Dialect2,106~642 MBCC0 1.0
train_mozilla_english_asrMozilla Common Voice 25 - English (translated)1,147,812~42.9 GBCC0 1.0

Total: ~4,667,327 examples · ~1.71 TB


Usage

Load a Specific Split

python
from datasets import load_dataset

# Load a single split
dataset = load_dataset("aman4014/translated-german-english-asr", split="train_mls_0")
print(dataset[0])

Load All Splits

python
from datasets import load_dataset

dataset = load_dataset("aman4014/translated-german-english-asr")
print(dataset.keys())
# dict_keys(['train_el_tts', 'train_mls_0', 'train_tuda_0',
#            'train_cv19_0', 'train_emilia_yodas0', 'train_eurospeech',
#            'train_de_DE_kerstin', 'TV_2021.02_Neutral', 'TV_2021.06_Emotional',
#            'TV_2022.10_Neutral', 'TV_2023.09_Hessisch', 'train_mozilla_english_asr'])

Streaming (Recommended for Large Splits)

python
from datasets import load_dataset

# Stream large splits to avoid downloading everything at once
dataset = load_dataset(
    "aman4014/translated-german-english-asr",
    split="train_emilia_yodas0",
    streaming=True
)

for example in dataset.take(5):
    print(example["transcription"])
    print(example["translation"])

Access Audio

python
from datasets import load_dataset

dataset = load_dataset("aman4014/translated-german-english-asr", split="train_cv19_0")

# Audio is decoded on access
sample = dataset[0]
audio_array = sample["audio"]["array"]         # numpy array
sampling_rate = sample["audio"]["sampling_rate"]  # e.g. 16000
transcription = sample["transcription"]        # German text
translation = sample["translation"]            # English text

Source Datasets and Descriptions

Multilingual LibriSpeech (MLS) - train_mls_0

MLS is a large-scale multilingual corpus derived from LibriVox audiobooks, covering 8 languages including German. The German subset contains ~1,000 hours of read-speech data from public-domain books. Produced by Facebook AI Research (Meta).

Emilia-YODAS - train_emilia_yodas0

Emilia-YODAS is a large-scale multilingual speech dataset processed via the Emilia-Pipe pipeline. This subset is part of the larger Emilia-Large release (~216,000 hours total) and is released under the permissive CC BY 4.0 license.

Tuda-De - train_tuda_0

The Tuda-De corpus is a German read-speech dataset recorded at TU Darmstadt using multiple microphones (Kinect, Realtek, Headset). Speakers read sentences from German Wikipedia, the Europarl corpus, and web-crawled text. It is one of the foundational open-source German ASR datasets.

Common Voice 19 - train_cv19_0

Mozilla Common Voice is a massively multilingual, crowd-sourced speech corpus. Volunteers record text prompts and validate each other's recordings, resulting in diverse speech with varied accents, ages, and genders. Version 19 covers 129+ languages.

EuroSpeech - train_eurospeech

EuroSpeech is a large-scale multilingual corpus of parliamentary speech from 22 European nations, aligned using a novel two-stage dynamic algorithm. The German subset is sourced from Bundestag/Bundesrat sessions. Licensing reflects the open-access policies of each national parliament; parliamentary speech in most European jurisdictions is released for public use.

M-AILABS - deDEkerstin - train_de_DE_kerstin

The M-AILABS Speech Dataset is a multi-language TTS/ASR corpus based on LibriVox public domain audiobooks and Project Gutenberg texts. The de_DE_kerstin split corresponds to a single German female speaker ("Kerstin") reading audiobook passages.

  • —Source: M-AILABS Speech Dataset
  • —License: M-AILABS BSD-3-Clause style license (attribution required, no endorsement)
  • —Style: Read speech (audiobooks), single speaker

Thorsten-Voice - TV_2021.02_Neutral, TV_2021.06_Emotional, TV_2022.10_Neutral, TV_2023.09_Hessisch

Thorsten-Voice is a freely contributed German TTS voice dataset by Thorsten Muller, a single male native German speaker. It encompasses multiple recording sessions covering neutral speech, emotional speech (angry, disgusted, amused, drunk, surprised, sleepy, whisper), an updated neutral session, and a Hessian dialect (Hessisch) session. All recordings are at 44.1kHz stereo and are released under the completely unrestricted CC0 public domain license.

  • —Source: Thorsten-Voice/TV-44kHz-Full
  • —License: CC0 1.0 (Public Domain)
  • —Style: TTS-quality read speech, single male native German speaker
SubsetRecording SessionStyle
TV_2021.02_NeutralFeb 2021Neutral, clear
TV_2021.06_EmotionalJun 2021Emotional (7 emotion categories)
TV_2022.10_NeutralOct 2022Neutral, high quality, LJSpeech-compatible
TV_2023.09_HessischSep 2023Hessian regional dialect

Mozilla Common Voice 25 - English - train_mozilla_english_asr

The Mozilla Common Voice English split uses validated English clips with English transcriptions. This dataset uses the English audio and translates the transcription into German to keep the same schema as the German corpora.


Dataset Sources and Licensing

This dataset is a mixture of several German and multilingual speech datasets. For each dataset, the license of the original author applies. Please consult the linked sources for detailed licensing information and terms of use.

SplitSource DatasetLicenseCommercial UseLink
train_el_ttsCustom TTSUnknown - contact providerUnknownN/A
train_mls_0Multilingual LibriSpeech (MLS)CC BY 4.0Yesopenslr.org/94
train_tuda_0Tuda-DeCC BY 4.0Yesuhhlt/Tuda-De
train_cv19_0Mozilla Common Voice 19CC0 1.0Yescommonvoice.mozilla.org
train_emilia_yodas0Emilia-YODASCC BY 4.0Yesamphion/Emilia-Dataset
train_eurospeechEuroSpeechPer-parliament open accessVerify per countrydisco-eth/EuroSpeech
train_de_DE_kerstinM-AILABSM-AILABS BSD-3-ClauseYes (with attribution)caito.de
TV_2021.02_NeutralThorsten-VoiceCC0 1.0YesThorsten-Voice/TV-44kHz-Full
TV_2021.06_EmotionalThorsten-VoiceCC0 1.0YesThorsten-Voice/TV-44kHz-Full
TV_2022.10_NeutralThorsten-VoiceCC0 1.0YesThorsten-Voice/TV-44kHz-Full
TV_2023.09_HessischThorsten-VoiceCC0 1.0YesThorsten-Voice/TV-44kHz-Full
train_mozilla_english_asrMozilla Common Voice 25 - English (translated)CC0 1.0Yescommonvoice.mozilla.org
Note: If a dataset does not have a public source listed, please contact the dataset provider or refer to your data distributor for licensing details.

License Summary

  • —CC0 1.0 (Public Domain): No restrictions. Can be used commercially, modified, and redistributed without attribution. Applies to Common Voice and all Thorsten-Voice splits.
  • —CC BY 4.0: Free to use commercially and non-commercially, with attribution. Applies to MLS, Tuda-De, and Emilia-YODAS.
  • —M-AILABS BSD-3-Clause: Similar to BSD-3. Commercial use permitted with attribution; no endorsement of products derived from the data.
  • —EuroSpeech / Parliamentary: Licensed under the open-access terms of each respective national parliament. Generally free for research use; commercial use should be verified per country.

Licensing Disclaimer

The use of this dataset and any derived models must comply with the licenses of the original underlying datasets. The most restrictive license in any given use case applies:

  • —For fully open / commercial use: Verify EuroSpeech country-level terms.
  • —For non-commercial research: All splits are generally usable, subject to attribution where required.
  • —For the `train_el_tts` split: License information is unknown. Contact the dataset provider before use.

The dataset creators make no representations or warranties regarding these datasets, including warranties of non-infringement or fitness for a particular purpose. The dataset creators do not claim any rights to the datasets themselves - all rights remain with the original data owners.

Always verify the license terms before using this data or any models trained on it for commercial or research purposes.


Acknowledgements

This dataset would not have been possible without the contributions of the following organizations and open-source communities:

  • —Mozilla Common Voice: For providing a massively multilingual, freely available crowd-sourced speech corpus
  • —Facebook AI Research (Meta): For the Multilingual LibriSpeech dataset
  • —Amphion / Emilia Team: For the Emilia-YODAS large-scale multilingual speech dataset
  • —TU Darmstadt: For the Tuda-De German ASR corpus
  • —disco-eth / EuroSpeech Team: For the multilingual European parliamentary speech corpus
  • —Thorsten Muller: For the freely contributed Thorsten-Voice German TTS dataset
  • —M-AILABS: For the multilingual audiobook-based speech corpus
  • —AI Service Center Berlin-Brandenburg (KI-Servicezentrum): For supporting this work

<table style="border-collapse: collapse; border: none;"> <tr style="border: none;"> <td style="border: none; padding: 0 20px;"> <a href="https://hpi.de/ki-servicezentrum/"> <img src="https://docs.sc.hpi.de/attachments/aisc/aisc-logo.png" alt="KI-Servicezentrum Berlin-Brandenburg" style="height: 60px; width: auto;"> </a> </td> <td style="border: none; padding: 0 20px;"> <a href="https://www.bmftr.bund.de"> <img src="https://docs.sc.hpi.de/attachments/aisc/bmftr.jpg" alt="Gefoerdert durch BMFTR" style="height: 60px; width: auto;"> </a> </td> </tr> </table>

Funding Notice

Das zugrunde liegende Vorhaben wurde mit Mitteln des Bundesministeriums fur Forschung, Technologie und Raumfahrt unter dem Foerderkennzeichen "KI-Servicezentrum Berlin-Brandenburg" 16IS22092 gefoerdert. Die Verantwortung fur den Inhalt dieser Veroeffentlichung liegt beim Autor.

This project was funded by the German Federal Ministry of Research, Technology and Space under the funding code "KI-Servicezentrum Berlin-Brandenburg" 16IS22092. Responsibility for the content of this publication remains with the author.


Citation

If you use this dataset, please cite the original source datasets as appropriate:

Multilingual LibriSpeech:

bibtex
@article{Pratap2020MLSAL,
  title={MLS: A Large-Scale Multilingual Dataset for Speech Research},
  author={Vineel Pratap and Qiantong Xu and Anuroop Sriram and Gabriel Synnaeve and Ronan Collobert},
  journal={ArXiv},
  year={2020},
  volume={abs/2012.03411}
}

Emilia-YODAS:

bibtex
@inproceedings{emilia,
  author={He, Haorui and Shang, Zengqiang and Wang, Chaoren and Li, Xuyuan and Gu, Yicheng
          and Hua, Hua and Liu, Liwei and Yang, Chen and Li, Jiaqi and Shi, Peiyang
          and Wang, Yuancheng and Chen, Kai and Zhang, Pengyuan and Wu, Zhizheng},
  title={Emilia: An Extensive, Multilingual, and Diverse Speech Dataset for Large-Scale Speech Generation},
  booktitle={Proc. of SLT},
  year={2024}
}

Tuda-De:

bibtex
@InProceedings{Radeck-Arneth2015,
  author="Radeck-Arneth, Stephan and Milde, Benjamin and Lange, Arvid and Gouvea, Evandro
          and Radomski, Stefan and Muhlhauser, Max and Biemann, Chris",
  title="Open Source German Distant Speech Recognition: Corpus and Acoustic Model",
  booktitle="Text, Speech, and Dialogue",
  year="2015",
  publisher="Springer International Publishing",
  pages="480--488",
  doi="10.1007/978-3-319-24033-6_54"
}

Mozilla Common Voice:

bibtex
@inproceedings{commonvoice:2020,
  author = {Ardila, R. and Branson, M. and Davis, K. and Henretty, M. and Kohler, M.
            and Meyer, J. and Morais, R. and Saunders, L. and Tyers, F. M. and Weber, G.},
  title = {Common Voice: A Massively-Multilingual Speech Corpus},
  booktitle = {Proceedings of the 12th Conference on Language Resources and Evaluation (LREC 2020)},
  pages = {4211--4215},
  year = 2020
}

EuroSpeech:

bibtex
@article{pfisterer2025eurospeech,
  title={EuroSpeech: A Multilingual Speech Corpus},
  author={Samuel Pfisterer and Florian Grotschla and Luca Lanzendorfer and Florian Yan and Roger Wattenhofer},
  year={2025}
}

Thorsten-Voice:

bibtex
@misc{thorsten_muller_2024,
  author = {{Thorsten Muller}},
  title = {TV-44kHz-Full},
  year = 2024,
  url = {https://huggingface.co/datasets/Thorsten-Voice/TV-44kHz-Full},
  doi = {10.57967/hf/3290},
  publisher = {Hugging Face}
}

M-AILABS:

bibtex
@misc{MAILABS_2017,
  author = {Solak, I. Celeste Aurora and Naumov, Dima},
  title = {The M-AILABS Speech Dataset},
  year = {2017},
  howpublished = {\url{https://github.com/i-celeste-aurora/m-ailabs-dataset}}
}