File size: 721 Bytes
ce14978
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e429ddd
 
 
4fe7b5f
 
 
 
 
ce14978
 
 
 
 
e429ddd
 
4fe7b5f
 
ce14978
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
---
dataset_info:
  features:
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: text
    dtype: string
  - name: genres
    sequence: string
  - name: vocal
    dtype:
      audio:
        sampling_rate: 16000
  - name: phonemes
    dtype: string
  splits:
  - name: train_0
    num_bytes: 199024729.0
    num_examples: 20
  - name: train_1
    num_bytes: 195443817.0
    num_examples: 20
  - name: train_2
    num_bytes: 309252261.0
    num_examples: 20
  download_size: 668435818
  dataset_size: 703720807.0
configs:
- config_name: default
  data_files:
  - split: train_0
    path: data/train_0-*
  - split: train_1
    path: data/train_1-*
  - split: train_2
    path: data/train_2-*
---