File size: 729 Bytes
6bc5988
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  config_name: italian
  features:
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: transcript
    dtype: string
  - name: id
    dtype: string
  - name: condition_on_prev
    sequence: int64
  - name: whisper_transcript
    dtype: string
  splits:
  - name: train
    num_bytes: 28556405973.634
    num_examples: 41741
  - name: dev
    num_bytes: 597397623.0
    num_examples: 874
  - name: test
    num_bytes: 608644760.0
    num_examples: 900
  download_size: 28491463411
  dataset_size: 29762448356.634
configs:
- config_name: italian
  data_files:
  - split: train
    path: italian/train-*
  - split: dev
    path: italian/dev-*
  - split: test
    path: italian/test-*
---