HiFiTTS-2: A Large-Scale High Bandwidth Speech Dataset
34
32 commits
2 linked in READMEs
updated Nov 18, 2025
This repository contains the metadata for HiFiTTS-2, a large scale speech dataset derived from LibriVox audiobooks. For more details, please refer to our paper.
The dataset contains metadata for approximately 36.7k hours of audio from 5k speakers that can be downloaded from LibriVox at a 48 kHz sampling rate.
The metadata contains estimated bandwidth, which can be used to infer the original sampling rate the audio was recorded at. The base dataset is filtered for a bandwidth appropriate for training speech models at 22 kHz. We also provide a precomputed subset with 31.7k hours appropriate for 44 kHz training. Users can modify the download script to use any sampling rate and bandwidth threshold which might be more appropriate for their work.
LibriVox audiobooks are not redistributed on Hugging Face. All audio in the dataset can be downloaded from LibriVox, following the instructions below.
[src/libmpg123/id3.c:INT123_id3_to_utf8():394] warning: Weird tag size 119 for encoding 1 - I will probably trim too early or something but I think the MP3 is broken.python /home/NeMo-speech-data-processor/main.py \
--config-path="/home/NeMo-speech-data-processor/dataset_configs/english/hifitts2" \
--config-name="config_22khz.yaml" \
workspace_dir="/home/hifitts2" \
chapter_filename="/home/hifitts2/errors_22khz.json" \
max_workers=8
The dataset contains an utterance level manifest with these fields:
The dataset contains an audiobook chapter level manifest with these fields:
Bandwidth is estimated from the first 30 seconds of each audiobook using the approach from Speech Data Processor (SDP) Toolkit. The bandwidth fmax is estimated by using the mean of the power spectrum to find the highest frequency that has at least -50 dB level
relative to the peak value of the spectrum, namely,
$$f_{\text{max}} = \max\left{f \in [0, f_{\text{Nyquist}}] , \bigg|, 10 \log_{10} \left(\frac{P(f)}{P_{\text{peak}}}\right) \geq -50, \text{dB}\right}$$
where P(f) is the power spectral density and P_peak the maximum spectral power.
python /home/NeMo-speech-data-processor/main.py \
--config-path="/home/NeMo-speech-data-processor/dataset_configs/english/hifitts2" \
--config-name="config_22khz.yaml" \
workspace_dir="/home/hifitts2" \
max_workers=8
max_workers is the number of threads to use for downloading the data. To download the 44khz dataset, specify config_44khz.yaml.
Please see FAQs for further help regarding download. Or raise an issue on the community tab.
NVIDIA Corporation
June 2025
GOVERNING TERMS: This dataset is licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0) available at https://creativecommons.org/licenses/by/4.0/legalcode.
NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
Please report security vulnerabilities or NVIDIA AI Concerns here.
If you find this dataset useful, please cite:
@inproceedings{rlangman2025hifitts2,
title={HiFiTTS-2: A Large-Scale High Bandwidth Speech Dataset},
author={Ryan Langman and Xuesong Yang and Paarth Neekhara and Shehzeen Hussain and Edresson Casanova and Evelina Bakhturina and Jason Li},
booktitle={Interspeech},
year={2025},
}
HiFiTTS-2: A Large-Scale High Bandwidth Speech Dataset
34
32 commits
2 linked in READMEs
updated Nov 18, 2025
This repository contains the metadata for HiFiTTS-2, a large scale speech dataset derived from LibriVox audiobooks. For more details, please refer to our paper.
The dataset contains metadata for approximately 36.7k hours of audio from 5k speakers that can be downloaded from LibriVox at a 48 kHz sampling rate.
The metadata contains estimated bandwidth, which can be used to infer the original sampling rate the audio was recorded at. The base dataset is filtered for a bandwidth appropriate for training speech models at 22 kHz. We also provide a precomputed subset with 31.7k hours appropriate for 44 kHz training. Users can modify the download script to use any sampling rate and bandwidth threshold which might be more appropriate for their work.
LibriVox audiobooks are not redistributed on Hugging Face. All audio in the dataset can be downloaded from LibriVox, following the instructions below.
[src/libmpg123/id3.c:INT123_id3_to_utf8():394] warning: Weird tag size 119 for encoding 1 - I will probably trim too early or something but I think the MP3 is broken.python /home/NeMo-speech-data-processor/main.py \
--config-path="/home/NeMo-speech-data-processor/dataset_configs/english/hifitts2" \
--config-name="config_22khz.yaml" \
workspace_dir="/home/hifitts2" \
chapter_filename="/home/hifitts2/errors_22khz.json" \
max_workers=8
The dataset contains an utterance level manifest with these fields:
The dataset contains an audiobook chapter level manifest with these fields:
Bandwidth is estimated from the first 30 seconds of each audiobook using the approach from Speech Data Processor (SDP) Toolkit. The bandwidth fmax is estimated by using the mean of the power spectrum to find the highest frequency that has at least -50 dB level
relative to the peak value of the spectrum, namely,
$$f_{\text{max}} = \max\left{f \in [0, f_{\text{Nyquist}}] , \bigg|, 10 \log_{10} \left(\frac{P(f)}{P_{\text{peak}}}\right) \geq -50, \text{dB}\right}$$
where P(f) is the power spectral density and P_peak the maximum spectral power.
python /home/NeMo-speech-data-processor/main.py \
--config-path="/home/NeMo-speech-data-processor/dataset_configs/english/hifitts2" \
--config-name="config_22khz.yaml" \
workspace_dir="/home/hifitts2" \
max_workers=8
max_workers is the number of threads to use for downloading the data. To download the 44khz dataset, specify config_44khz.yaml.
Please see FAQs for further help regarding download. Or raise an issue on the community tab.
NVIDIA Corporation
June 2025
GOVERNING TERMS: This dataset is licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0) available at https://creativecommons.org/licenses/by/4.0/legalcode.
NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
Please report security vulnerabilities or NVIDIA AI Concerns here.
If you find this dataset useful, please cite:
@inproceedings{rlangman2025hifitts2,
title={HiFiTTS-2: A Large-Scale High Bandwidth Speech Dataset},
author={Ryan Langman and Xuesong Yang and Paarth Neekhara and Shehzeen Hussain and Edresson Casanova and Evelina Bakhturina and Jason Li},
booktitle={Interspeech},
year={2025},
}