benjamin-paine commited on
Commit
2e7918b
1 Parent(s): 7dd936b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -52,3 +52,36 @@ dataset_info:
52
  download_size: 678850663953
53
  dataset_size: 736977744592.019
54
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  download_size: 678850663953
53
  dataset_size: 736977744592.019
54
  ---
55
+
56
+ # Re-Upload
57
+
58
+ This repository is a re-upload of [the FreeSound.org dataset](https://huggingface.co/datasets/Meranti/CLAP_freesound) as curated by LAION for [the larger LAION-Audio-630k dataset](https://github.com/LAION-AI/audio-dataset/blob/main/laion-audio-630k/), with the following changes:
59
+ 1. Limited columns to only the audio and basic metadata.
60
+ 2. Incorporated necessary information for licensing and attribution.
61
+ 3. Removed ambiguously licensed samples, amounting to around 1,000 total samples.
62
+
63
+ # Dataset
64
+
65
+ > 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).
66
+ >
67
+ > [LAION-AI, github.com](https://github.com/LAION-AI/audio-dataset/blob/main/laion-audio-630k/)
68
+
69
+ # Acknowledgment
70
+
71
+ 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.
72
+
73
+ # License
74
+
75
+ - LAION dataset metadata is released under [The MIT License.](https://mit-license.org/)
76
+ - Audio is releasd under one of five licenses:
77
+
78
+ | License | URL |
79
+ | ------- | --- |
80
+ | CC0-1.0 | https://creativecommons.org/publicdomain/zero/1.0/deed.en |
81
+ | CC-BY-NC 4.0 | https://creativecommons.org/licenses/by-nc/4.0/ |
82
+ | CC-BY-NC 3.0 | https://creativecommons.org/licenses/by-nc/3.0/ |
83
+ | CC-BY 4.0 | https://creativecommons.org/licenses/by/4.0/ |
84
+ | CC-BY 3.0 | https://creativecommons.org/licenses/by/3.0/ |
85
+ | CC-Sampling+ | https://creativecommons.org/licenses/sampling+/1.0/ |
86
+
87
+ **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.