File size: 710 Bytes
89972a3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5dca98d
89972a3
5dca98d
 
89972a3
 
 
 
 
 
 
 
 
5dca98d
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
---
dataset_info:
  features:
  - name: audiocap_id
    dtype: int32
  - name: youtube_id
    dtype: string
  - name: start_time
    dtype: int32
  - name: audio
    dtype:
      audio:
        sampling_rate: 48000
  - name: caption
    dtype: string
  splits:
  - name: train
    num_bytes: 2012866216147.6
    num_examples: 45087
  - name: validation
    num_bytes: 94570191869
    num_examples: 2230
  - name: test
    num_bytes: 187871958256.0
    num_examples: 4400
  download_size: 431887334157
  dataset_size: 282442150125.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---