File size: 534 Bytes
8250c50
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: audio
    dtype: audio
  - name: video_id
    dtype: string
  - name: duration
    dtype: float64
  - name: transcript
    dtype: string
  - name: old
    dtype: string
  - name: whisper
    dtype: string
  - name: valid
    dtype: float64
  - name: xfix
    dtype: int64
  splits:
  - name: test
    num_bytes: 793475709.294
    num_examples: 1746
  download_size: 724057802
  dataset_size: 793475709.294
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---