Datasets:

Modalities:
Tabular
Text
Formats:
json
ArXiv:
Libraries:
Datasets
pandas
License:
rlangman commited on
Commit
dd11591
·
verified ·
1 Parent(s): bdd1ad1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -27,7 +27,7 @@ padding: 0;
27
 
28
  ## Dataset Description
29
 
30
- 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.
31
 
32
  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.
33
 
@@ -107,4 +107,17 @@ GOVERNING TERMS: This dataset is licensed under the Creative Commons Attribution
107
  ## Ethical Considerations:
108
  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.
109
 
110
- Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
 
28
  ## Dataset Description
29
 
30
+ 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 (coming soon).
31
 
32
  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.
33
 
 
107
  ## Ethical Considerations:
108
  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.
109
 
110
+ Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
111
+
112
+ ## Citation
113
+
114
+ If you find this dataset useful, please cite:
115
+
116
+ ```
117
+ @inproceedings{rlangman2025hifitts2,
118
+ title={HiFiTTS-2: A Large-Scale High Bandwidth Speech Dataset},
119
+ author={Ryan Langman and Xuesong Yang and Paarth Neekhara and Shehzeen Hussain and Edresson Casanova and Evelina Bakhturina and Jason Li},
120
+ booktitle={Interspeech},
121
+ year={2025},
122
+ }
123
+ ```