File size: 728 Bytes
e1ea86c |
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: int64
- name: youtube_id
dtype: string
- name: start_time
dtype: int64
- name: caption
dtype: string
- name: audio_length
dtype: int64
- name: audio
dtype: audio
splits:
- name: train
num_bytes: 41181431035.0636
num_examples: 45178
- name: validation
num_bytes: 1994928649.4433637
num_examples: 2223
- name: test
num_bytes: 4014005937.8083076
num_examples: 4411
download_size: 43940711190
dataset_size: 47190365622.31528
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
|