--- configs: - config_name: clean version: 1.0.0 data_files: - split: train path: data/train.clean*.parquet - split: test path: data/test.clean*.parquet - split: dev path: data/dev.clean*.parquet - config_name: other version: 1.0.0 data_files: - split: train path: data/train.other*.parquet - split: test path: data/test.other*.parquet - split: dev path: data/dev.other*.parquet - config_name: all version: 1.0.0 data_files: - split: train.clean path: data/train.clean*.parquet - split: train.other path: data/train.other*.parquet - split: test.clean path: data/test.clean*.parquet - split: test.other path: data/test.other*.parquet - split: dev.clean path: data/dev.clean*.parquet - split: dev.other path: data/dev.other*.parquet dataset_info: - config_name: clean features: - name: speaker dtype: string - name: file dtype: string - name: duration dtype: float32 - name: text dtype: string - name: text_no_preprocessing dtype: string - name: text_normalized dtype: string - name: audio dtype: audio: sampling_rate: 44100 splits: - name: train num_bytes: 1158544 num_examples: 9 - name: dev num_bytes: 904913 num_examples: 9 - name: test num_bytes: 800999 num_examples: 9 download_size: 0 dataset_size: 2864456 - config_name: other features: - name: speaker dtype: string - name: file dtype: string - name: duration dtype: float32 - name: text dtype: string - name: text_no_preprocessing dtype: string - name: text_normalized dtype: string - name: audio dtype: audio: sampling_rate: 44100 splits: - name: train num_bytes: 3632881 num_examples: 21 - name: dev num_bytes: 3255234 num_examples: 18 - name: test num_bytes: 3180854 num_examples: 18 download_size: 0 dataset_size: 10068969 - config_name: all features: - name: speaker dtype: string - name: file dtype: string - name: duration dtype: float32 - name: text dtype: string - name: text_no_preprocessing dtype: string - name: text_normalized dtype: string - name: audio dtype: audio: sampling_rate: 44100 splits: - name: train.clean num_bytes: 1158544 num_examples: 9 - name: train.other num_bytes: 3632881 num_examples: 21 - name: dev.clean num_bytes: 904913 num_examples: 9 - name: dev.other num_bytes: 3255234 num_examples: 18 - name: test.clean num_bytes: 800999 num_examples: 9 - name: test.other num_bytes: 3180854 num_examples: 18 download_size: 0 dataset_size: 12933425 pretty_name: HiFiTTS description: Hi-Fi Multi-Speaker English TTS Dataset (Hi-Fi TTS) is based on LibriVox's public domain audio books and Gutenberg Project texts. homepage: http://www.openslr.org/109 language: - en license: - cc-by-4.0 citation: "@article{bakhturina2021hi,\n title={{Hi-Fi Multi-Speaker English TTS Dataset}},\n author={Bakhturina, Evelina and Lavrukhin, Vitaly and Ginsburg, Boris and Zhang, Yang},\n journal={arXiv preprint arXiv:2104.01497},\n year={2021}\n}\n" --- # Dataset Card for HiFiTTS Hi-Fi Multi-Speaker English TTS Dataset (Hi-Fi TTS) is based on LibriVox's public domain audio books and Gutenberg Project texts.