File size: 1,340 Bytes
3b47ad2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
configs:
- config_name: default
  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:
  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.0
    num_examples: 125989
  - name: train.other
    num_bytes: 26755286687.0
    num_examples: 196489
  - name: dev.clean
    num_bytes: 24204633.0
    num_examples: 150
  - name: dev.other
    num_bytes: 65601521.0
    num_examples: 350
  - name: test.clean
    num_bytes: 52040552.0
    num_examples: 300
  - name: test.other
    num_bytes: 129348882.0
    num_examples: 700
  download_size: 7040649041
  dataset_size: 44050381518.0
---
# Dataset Card for "hifi-tts"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)