benjamin-paine's picture
Update README.md
b78cf0a verified
|
raw
history blame
No virus
3.95 kB
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: audio
      dtype: audio
    - name: title
      dtype: string
    - name: description
      dtype: string
    - name: tags
      sequence: string
    - name: username
      dtype: string
    - name: freesound_id
      dtype: uint64
    - name: license
      dtype:
        class_label:
          names:
            '0': CC0-1.0
            '1': CC-BY-4.0
            '2': CC-BY-3.0
            '3': CC-BY-NC-3.0
            '4': CC-BY-NC-4.0
            '5': CC-Sampling+
    - name: attribution_required
      dtype:
        class_label:
          names:
            '0': 'No'
            '1': 'Yes'
    - name: commercial_use
      dtype:
        class_label:
          names:
            '0': 'No'
            '1': 'Yes'
  splits:
    - name: train
      num_bytes: 675888345929.433
      num_examples: 455019
    - name: test
      num_bytes: 61089398662.586
      num_examples: 50599
  download_size: 678850663953
  dataset_size: 736977744592.019

About this Repository

This repository is a re-upload of the FreeSound.org dataset as curated by LAION for the larger LAION-Audio-630k dataset, with the following changes:

  1. Limited columns to only the audio and basic metadata.
  2. Incorporated necessary information for licensing and attribution.
  3. Removed ambiguously licensed samples, amounting to around 1,000 total samples.

What about download links?

Links were ommitted for the sake of size, as they can be constructed from the data already present. To reconstruct a link, use the following format:

https://freesound.org/people/{username}/sound/{id}

About this Dataset

LAION-Audio-630K is a large-scale audio-text dataset consisting of 633,526 pairs with the total duration of 4,325.39 hours. It contains audios of human activities, natural sounds and audio effects, consisting of 8 data sources (see the data source table below) from publicly available websites. We collect these datasets by downloading audios and relevant text descriptions. Based on our current knowledge, LAION-Audio-630K is the largest audio-text dataset publicly available and a magnitude larger than previous audio-text datasets (by 2022-11-05).

LAION-AI, github.com

Acknowledgment

The whole collection process as well as all usage of the LAION-Audio-630K are conducted by Germany non-profit pure research organization LAION. All contributors and collectors of the dataset are considered as open source contributors affiliated to LAION. These community contributors (Discord ids) include but not limited to: @marianna13#7139, @Chr0my#0173, @PiEquals4#1909, @Yuchen Hui#8574, @Antoniooooo#4758, @IYWO#9072, krishna#1648, @dicknascarsixtynine#3885, and @turian#1607. We would like to appreciate all of them for their efforts on the LAION-Audio-630k dataset.

License

  • LAION dataset metadata is released under The MIT License.
  • Audio is releasd under one of five licenses:

Please read the entirety of these licenses before deciding if you can use the audio for your project. Two important caveats of each license, whether the piece requires attribution and whether the piece can be used in commercial works, are included in the dataset itself to help inform these decisions.