audio-set-16khz / README.md
benjamin-paine's picture
Update README.md
9b5e8fd verified
|
raw
history blame
767 Bytes
metadata
license: mit
dataset_info:
  features:
    - name: video_id
      dtype: string
    - name: audio
      dtype:
        audio:
          sampling_rate: 16000
    - name: labels
      sequence: string
    - name: human_labels
      sequence: string
  splits:
    - name: test
      num_bytes: 1960420240.25
      num_examples: 6182
    - name: train
      num_bytes: 4999231653.125
      num_examples: 15759
  download_size: 6813053099
  dataset_size: 6959651893.375
configs:
  - config_name: default
    data_files:
      - split: test
        path: data/test-*
      - split: train
        path: data/train-*

This repository is a re-upload of https://huggingface.co/datasets/agkphysics/AudioSet in Parquet format, with all audio resampled to 16 KHz using torchaudio.transforms.Resample.