File size: 835 Bytes
01abb45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: transcript
    dtype: string
  - name: metadata
    struct:
    - name: seek
      dtype: float32
    - name: duration
      dtype: float32
    - name: source
      dtype: string
    - name: entry_id
      dtype: string
    - name: quality_score
      dtype: float32
  - name: has_prev
    dtype: bool
  - name: has_timestamps
    dtype: bool
  - name: prev_transcript
    dtype: string
  splits:
  - name: train
    num_bytes: 4877549223.320048
    num_examples: 10154
  - name: eval
    num_bytes: 256991218.67995134
    num_examples: 535
  download_size: 4431043245
  dataset_size: 5134540442.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: eval
    path: data/eval-*
---