AudioCaps / README.md
jp1924's picture
Update README.md
89972a3 verified
|
raw
history blame
705 Bytes
metadata
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: 186081014756
      num_examples: 4400
  download_size: 259835010388
  dataset_size: 280651206625
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*