File size: 3,457 Bytes
3b47ad2 7130799 3b47ad2 7130799 ddeb0cd 7130799 ddeb0cd 7130799 ddeb0cd 7130799 97b3970 7130799 ddeb0cd 7130799 ddeb0cd 7130799 ddeb0cd 7130799 c0cd93f 7130799 3b47ad2 ddeb0cd 3b47ad2 ddeb0cd 3b47ad2 ddeb0cd 3b47ad2 ddeb0cd 3b47ad2 ddeb0cd 3b47ad2 ddeb0cd 3b47ad2 ddeb0cd 7130799 ddeb0cd 3b47ad2 7130799 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 |
---
configs:
- config_name: clean
version: 1.0.0
data_files:
- split: train
path: data/train.clean-*
- split: test
path: data/test.clean-*
- split: dev
path: data/dev.clean-*
- config_name: other
version: 1.0.0
data_files:
- split: train
path: data/train.other-*
- split: test
path: data/test.other-*
- split: dev
path: data/dev.other-*
- config_name: all
version: 1.0.0
data_files:
- split: train.clean
path: data/train.clean-*
- split: train.other
path: data/train.other-*
- split: dev.clean
path: data/dev.clean-*
- split: dev.other
path: data/dev.other-*
- split: test.clean
path: data/test.clean-*
- split: test.other
path: data/test.other-*
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: 17023899243
num_examples: 125989
- name: dev
num_bytes: 24204633
num_examples: 150
- name: test
num_bytes: 52040552
num_examples: 300
download_size: 16271001158
dataset_size: 17104553676
- 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: 26755286687
num_examples: 196489
- name: dev
num_bytes: 65601521
num_examples: 350
- name: test
num_bytes: 129348882
num_examples: 700
download_size: 25655017468
dataset_size: 26957939607
- 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: 17023899243
num_examples: 125989
- name: train.other
num_bytes: 26755286687
num_examples: 196489
- name: dev.clean
num_bytes: 24204633
num_examples: 150
- name: dev.other
num_bytes: 65601521
num_examples: 350
- name: test.clean
num_bytes: 52040552
num_examples: 300
- name: test.other
num_bytes: 129348882
num_examples: 700
download_size: 7040649041
dataset_size: 44050381518
pretty_name: HiFi TTS
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,
title={{Hi-Fi Multi-Speaker English TTS Dataset}},
author={Bakhturina, Evelina and Lavrukhin, Vitaly and Ginsburg, Boris and Zhang, Yang},
journal={arXiv preprint arXiv:2104.01497},
year={2021}
}
task_categories:
- text-to-speech
- text-to-audio
---
# 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. |