File size: 500 Bytes
671840a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  config_name: all
  features:
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: text
    dtype: string
  - name: whisper_transcript
    sequence: int64
  - name: input_length
    dtype: int64
  - name: labels
    sequence: int64
  splits:
  - name: train
    num_bytes: 11327107391.0
    num_examples: 81059
  download_size: 11144668672
  dataset_size: 11327107391.0
configs:
- config_name: all
  data_files:
  - split: train
    path: all/train-*
---