File size: 563 Bytes
072d141
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: audio
    dtype: audio
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 66172545707.104
    num_examples: 226252
  - name: validation
    num_bytes: 3377143244.636
    num_examples: 11908
  - name: test
    num_bytes: 3428390565.124
    num_examples: 11908
  download_size: 73808778897
  dataset_size: 72978079516.86398
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---