File size: 1,251 Bytes
47fd575
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
dataset_info:
  features:
  - name: mp3
    dtype:
      audio:
        sampling_rate: 16000
  - name: json
    struct:
    - name: caption
      dtype: string
    - name: duration
      dtype: float64
    - name: folder_name
      dtype: string
    - name: sample_id
      dtype: string
  - name: input_features
    sequence:
      sequence: float32
  - name: input_length
    dtype: float64
  - name: labels
    sequence: int64
  - name: forced_ac_decoder_ids
    sequence: int64
  splits:
  - name: train
    num_bytes: 1029949155.0
    num_examples: 811
  - name: test
    num_bytes: 59880522.0
    num_examples: 47
  - name: validation
    num_bytes: 48864240.0
    num_examples: 39
  - name: val
    num_bytes: 48864240.0
    num_examples: 39
  - name: train_mini
    num_bytes: 9947087.0
    num_examples: 8
  - name: val_mini
    num_bytes: 40216642.0
    num_examples: 32
  download_size: 611424049
  dataset_size: 1237721886.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
  - split: val
    path: data/val-*
  - split: train_mini
    path: data/train_mini-*
  - split: val_mini
    path: data/val_mini-*
---