Datasets:
Add files using upload-large-folder tool
Browse files- .gitattributes +1 -0
- README.md +137 -0
- checksums.json +122 -0
- data/test-00001-of-00005.parquet +3 -0
- data/train-00003-of-00013.parquet +3 -0
- data/train-00005-of-00013.parquet +3 -0
- data/train-00009-of-00013.parquet +3 -0
- metadata/labels/dev.csv +0 -0
- metadata/labels/eval.csv +0 -0
- metadata/labels/vocabulary.csv +200 -0
- metadata/original/class_info_FSD50K.json +0 -0
- metadata/original/collection/collection_dev.csv +0 -0
- metadata/original/collection/collection_eval.csv +0 -0
- metadata/original/collection/vocabulary_collection_dev.csv +354 -0
- metadata/original/dev_clips_info_FSD50K.json +3 -0
- metadata/original/eval_clips_info_FSD50K.json +0 -0
- metadata/original/pp_pnp_ratings_FSD50K.json +0 -0
- prepare_fsd50k_16k.py +1 -1
.gitattributes
CHANGED
|
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
metadata/original/dev_clips_info_FSD50K.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,137 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: FSD50K 16 kHz FLAC
|
| 3 |
+
license: other
|
| 4 |
+
license_name: fsd50k-mixed-creative-commons
|
| 5 |
+
license_link: https://huggingface.co/datasets/Fhrozen/FSD50k/blob/main/LICENSE-DATASET.md
|
| 6 |
+
task_categories:
|
| 7 |
+
- audio-classification
|
| 8 |
+
tags:
|
| 9 |
+
- audio
|
| 10 |
+
- sound-event-classification
|
| 11 |
+
- multi-label-classification
|
| 12 |
+
- fsd50k
|
| 13 |
+
- flac
|
| 14 |
+
- 16khz
|
| 15 |
+
size_categories:
|
| 16 |
+
- 10K<n<100K
|
| 17 |
+
configs:
|
| 18 |
+
- config_name: default
|
| 19 |
+
data_files:
|
| 20 |
+
- split: train
|
| 21 |
+
path: data/train-*.parquet
|
| 22 |
+
- split: validation
|
| 23 |
+
path: data/validation-*.parquet
|
| 24 |
+
- split: test
|
| 25 |
+
path: data/test-*.parquet
|
| 26 |
+
dataset_info:
|
| 27 |
+
features:
|
| 28 |
+
- name: audio
|
| 29 |
+
dtype:
|
| 30 |
+
audio:
|
| 31 |
+
sampling_rate: 16000
|
| 32 |
+
- name: freesound_id
|
| 33 |
+
dtype: int64
|
| 34 |
+
- name: freesound_url
|
| 35 |
+
dtype: string
|
| 36 |
+
- name: labels
|
| 37 |
+
list: string
|
| 38 |
+
- name: mids
|
| 39 |
+
list: string
|
| 40 |
+
- name: title
|
| 41 |
+
dtype: string
|
| 42 |
+
- name: description
|
| 43 |
+
dtype: string
|
| 44 |
+
- name: tags
|
| 45 |
+
list: string
|
| 46 |
+
- name: license
|
| 47 |
+
dtype: string
|
| 48 |
+
- name: uploader
|
| 49 |
+
dtype: string
|
| 50 |
+
- name: human_ratings
|
| 51 |
+
list:
|
| 52 |
+
- name: mid
|
| 53 |
+
dtype: string
|
| 54 |
+
- name: ratings
|
| 55 |
+
list: float32
|
| 56 |
+
- name: duration_seconds
|
| 57 |
+
dtype: float32
|
| 58 |
+
- name: source_partition
|
| 59 |
+
dtype: string
|
| 60 |
+
splits:
|
| 61 |
+
- name: train
|
| 62 |
+
num_examples: 36796
|
| 63 |
+
num_bytes: 4466817021
|
| 64 |
+
- name: validation
|
| 65 |
+
num_examples: 4170
|
| 66 |
+
num_bytes: 647077711
|
| 67 |
+
- name: test
|
| 68 |
+
num_examples: 10231
|
| 69 |
+
num_bytes: 1731410815
|
| 70 |
+
download_size: 6845305547
|
| 71 |
+
dataset_size: 6845305547
|
| 72 |
+
---
|
| 73 |
+
|
| 74 |
+
# FSD50K 16 kHz FLAC
|
| 75 |
+
|
| 76 |
+
A clean, streamable repack of [Fhrozen/FSD50k](https://huggingface.co/datasets/Fhrozen/FSD50k), with all 51,197 clips converted from 44.1 kHz PCM WAV to lossless mono 16 kHz, 16-bit FLAC and embedded in Hugging Face-native Parquet shards.
|
| 77 |
+
|
| 78 |
+
The official development split is exposed as `train` and `validation`; the official evaluation set is exposed as `test`. Freesound IDs, weak multi-label annotations, AudioSet MIDs, uploader metadata, per-clip licenses, tags, descriptions, and PP/PNP human ratings are preserved.
|
| 79 |
+
|
| 80 |
+
## Dataset summary
|
| 81 |
+
|
| 82 |
+
| Split | Clips | Hours | Parquet shards |
|
| 83 |
+
|---|---:|---:|---:|
|
| 84 |
+
| train | 36,796 | 70.39 | 13 |
|
| 85 |
+
| validation | 4,170 | 10.35 | 2 |
|
| 86 |
+
| test | 10,231 | 27.85 | 5 |
|
| 87 |
+
|
| 88 |
+
Total duration: **108.59 hours**.
|
| 89 |
+
|
| 90 |
+
## Usage
|
| 91 |
+
|
| 92 |
+
```python
|
| 93 |
+
from datasets import load_dataset
|
| 94 |
+
|
| 95 |
+
ds = load_dataset("quinnlue/FSD50K-16k", streaming=True)
|
| 96 |
+
sample = next(iter(ds["train"]))
|
| 97 |
+
print(sample["audio"]["sampling_rate"]) # 16000
|
| 98 |
+
print(sample["labels"])
|
| 99 |
+
```
|
| 100 |
+
|
| 101 |
+
## Schema
|
| 102 |
+
|
| 103 |
+
- `audio`: embedded FLAC audio, mono, 16 kHz, 16-bit
|
| 104 |
+
- `freesound_id`, `freesound_url`: stable source identity and source page
|
| 105 |
+
- `labels`, `mids`: smeared FSD50K labels and matching AudioSet ontology identifiers
|
| 106 |
+
- `title`, `description`, `tags`, `uploader`: uploader-provided Freesound metadata
|
| 107 |
+
- `license`: the Creative Commons URL for the individual clip
|
| 108 |
+
- `human_ratings`: available PP/PNP ratings grouped by AudioSet MID
|
| 109 |
+
- `duration_seconds`: source clip duration
|
| 110 |
+
- `source_partition`: original `dev` or `eval` partition
|
| 111 |
+
|
| 112 |
+
Original annotation and metadata files are retained under `metadata/` for reproducibility. The exact source revision is `ccf1acaff12f3f4a4c10052dddafbb6d22152c9b`. `checksums.json` contains SHA-256 hashes for every data shard.
|
| 113 |
+
|
| 114 |
+
## Conversion
|
| 115 |
+
|
| 116 |
+
Audio was converted with FFmpeg using:
|
| 117 |
+
|
| 118 |
+
```text
|
| 119 |
+
-ac 1 -ar 16000 -sample_fmt s16 -c:a flac -compression_level 5
|
| 120 |
+
```
|
| 121 |
+
|
| 122 |
+
Conversion is lossless with respect to the resampled 16-bit PCM signal; resampling from 44.1 kHz to 16 kHz is not reversible. No loudness normalization, clipping, trimming, or content filtering was applied.
|
| 123 |
+
|
| 124 |
+
## Licensing and attribution
|
| 125 |
+
|
| 126 |
+
FSD50K as a curated dataset is released under CC BY 4.0. Individual clips carry their own Creative Commons license (including CC0, CC BY, CC BY-NC, and Sampling+); consult each row's `license`, `uploader`, `freesound_id`, and `freesound_url` before reuse. This repack does not replace or relax those clip-level terms.
|
| 127 |
+
|
| 128 |
+
Please cite the original work:
|
| 129 |
+
|
| 130 |
+
```bibtex
|
| 131 |
+
@article{fonseca2020fsd50k,
|
| 132 |
+
title={FSD50K: An Open Dataset of Human-Labeled Sound Events},
|
| 133 |
+
author={Fonseca, Eduardo and Favory, Xavier and Pons, Jordi and Font, Frederic and Serra, Xavier},
|
| 134 |
+
journal={arXiv preprint arXiv:2010.00475},
|
| 135 |
+
year={2020}
|
| 136 |
+
}
|
| 137 |
+
```
|
checksums.json
ADDED
|
@@ -0,0 +1,122 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"path": "data/train-00000-of-00013.parquet",
|
| 4 |
+
"size": 350834962,
|
| 5 |
+
"sha256": "61a9ccd987bb1df5cbd6bfc92b2eb6198800b3e7b5e3492551e3b7251d31a61d",
|
| 6 |
+
"rows": 2583
|
| 7 |
+
},
|
| 8 |
+
{
|
| 9 |
+
"path": "data/train-00001-of-00013.parquet",
|
| 10 |
+
"size": 350871068,
|
| 11 |
+
"sha256": "bb1bf96dad98e037eb7f7b8d21f283a293eb2e2d82c053601c8058ef98b92068",
|
| 12 |
+
"rows": 2531
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"path": "data/train-00002-of-00013.parquet",
|
| 16 |
+
"size": 350547477,
|
| 17 |
+
"sha256": "ed548389f2b6dba9ff31ef6c6b0c2276a641eba1d2c83114993a6dd255da1c56",
|
| 18 |
+
"rows": 2866
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"path": "data/train-00003-of-00013.parquet",
|
| 22 |
+
"size": 350900822,
|
| 23 |
+
"sha256": "67385791784322d21ffebc8256af95a586d855e96095bcd4699df2dce81de25a",
|
| 24 |
+
"rows": 2947
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"path": "data/train-00004-of-00013.parquet",
|
| 28 |
+
"size": 351151259,
|
| 29 |
+
"sha256": "77ef84e2aacb241ea217bb81ef575fb2335bb786298a9fc4fd58641c81626111",
|
| 30 |
+
"rows": 3276
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"path": "data/train-00005-of-00013.parquet",
|
| 34 |
+
"size": 350920409,
|
| 35 |
+
"sha256": "95455fb953c96bd4adf54bd72ddbee16ca75cf266dec8aa8d7c009cf79c4b744",
|
| 36 |
+
"rows": 2606
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"path": "data/train-00006-of-00013.parquet",
|
| 40 |
+
"size": 350599421,
|
| 41 |
+
"sha256": "fa9274e273199370fd560fab309a77d6fa1067933e87ef34973c3ecb54c6a85c",
|
| 42 |
+
"rows": 2746
|
| 43 |
+
},
|
| 44 |
+
{
|
| 45 |
+
"path": "data/train-00007-of-00013.parquet",
|
| 46 |
+
"size": 351164066,
|
| 47 |
+
"sha256": "a5a3d158195485b7347b65c2a1b603bf02b28f32c0702b33745d1cba91bcaef0",
|
| 48 |
+
"rows": 3333
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"path": "data/train-00008-of-00013.parquet",
|
| 52 |
+
"size": 350984265,
|
| 53 |
+
"sha256": "bc7e9ab90dedcf372a38c7eb8979d57dd489855ea4ce720041e7837b789ba173",
|
| 54 |
+
"rows": 2469
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"path": "data/train-00009-of-00013.parquet",
|
| 58 |
+
"size": 350778774,
|
| 59 |
+
"sha256": "09627d73f0a5ef242227a63bd506c0ce9530ff1c992eace36ac0c5baa4324525",
|
| 60 |
+
"rows": 2797
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"path": "data/train-00010-of-00013.parquet",
|
| 64 |
+
"size": 351142945,
|
| 65 |
+
"sha256": "2878e1d181e2ade75a800b96702f0b1b7ebfdd0cec882e59dd63e8750eb30ad2",
|
| 66 |
+
"rows": 3299
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"path": "data/train-00011-of-00013.parquet",
|
| 70 |
+
"size": 351296415,
|
| 71 |
+
"sha256": "1913f1d5c6dbcd3a3e2e471ffc60cbe5c8e9f4c02f461c148efcec06571421b5",
|
| 72 |
+
"rows": 3320
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"path": "data/train-00012-of-00013.parquet",
|
| 76 |
+
"size": 255625138,
|
| 77 |
+
"sha256": "268aa447529e970bde4be85d44f79d29bb1d8e1ea8074102aa75b13347283a9e",
|
| 78 |
+
"rows": 2023
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"path": "data/validation-00000-of-00002.parquet",
|
| 82 |
+
"size": 350800256,
|
| 83 |
+
"sha256": "6d73122120b39dd7c457de44dbb065a95b196455743b4360feda4c97635a2121",
|
| 84 |
+
"rows": 2176
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"path": "data/validation-00001-of-00002.parquet",
|
| 88 |
+
"size": 296277455,
|
| 89 |
+
"sha256": "d4cf088cf8db831e19db3e8a77db007b5a8da2d45b94cf0ee5abf3e5b7a2142e",
|
| 90 |
+
"rows": 1994
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"path": "data/test-00000-of-00005.parquet",
|
| 94 |
+
"size": 350667584,
|
| 95 |
+
"sha256": "96a27f0eb5134a4fc6af5abcfe3596ce9bfd0bac4d384404a4c542a30e78cf5a",
|
| 96 |
+
"rows": 2009
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"path": "data/test-00001-of-00005.parquet",
|
| 100 |
+
"size": 350827206,
|
| 101 |
+
"sha256": "5a29c50d9dc34643b43b956cfcb992f6e3559830efc3498589998574cc6fbff8",
|
| 102 |
+
"rows": 1997
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"path": "data/test-00002-of-00005.parquet",
|
| 106 |
+
"size": 350721918,
|
| 107 |
+
"sha256": "8104a752a804206bbc37db08dce49dd1ee0f87e53452caa343f09e78ab62714e",
|
| 108 |
+
"rows": 2027
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"path": "data/test-00003-of-00005.parquet",
|
| 112 |
+
"size": 350861303,
|
| 113 |
+
"sha256": "db78fe6bde9cb5323add5f66c7a008d844f0066b0e1ad16f3477cb9ea9927858",
|
| 114 |
+
"rows": 2252
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"path": "data/test-00004-of-00005.parquet",
|
| 118 |
+
"size": 328332804,
|
| 119 |
+
"sha256": "457ff61173a99aae5f02d93664f113602897fef43384e0c85834aa7b12724c24",
|
| 120 |
+
"rows": 1946
|
| 121 |
+
}
|
| 122 |
+
]
|
data/test-00001-of-00005.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a29c50d9dc34643b43b956cfcb992f6e3559830efc3498589998574cc6fbff8
|
| 3 |
+
size 350827206
|
data/train-00003-of-00013.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67385791784322d21ffebc8256af95a586d855e96095bcd4699df2dce81de25a
|
| 3 |
+
size 350900822
|
data/train-00005-of-00013.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95455fb953c96bd4adf54bd72ddbee16ca75cf266dec8aa8d7c009cf79c4b744
|
| 3 |
+
size 350920409
|
data/train-00009-of-00013.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09627d73f0a5ef242227a63bd506c0ce9530ff1c992eace36ac0c5baa4324525
|
| 3 |
+
size 350778774
|
metadata/labels/dev.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/labels/eval.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/labels/vocabulary.csv
ADDED
|
@@ -0,0 +1,200 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0,Accelerating_and_revving_and_vroom,/m/07q2z82
|
| 2 |
+
1,Accordion,/m/0mkg
|
| 3 |
+
2,Acoustic_guitar,/m/042v_gx
|
| 4 |
+
3,Aircraft,/m/0k5j
|
| 5 |
+
4,Alarm,/m/07pp_mv
|
| 6 |
+
5,Animal,/m/0jbk
|
| 7 |
+
6,Applause,/m/028ght
|
| 8 |
+
7,Bark,/m/05tny_
|
| 9 |
+
8,Bass_drum,/m/0bm02
|
| 10 |
+
9,Bass_guitar,/m/018vs
|
| 11 |
+
10,Bathtub_(filling_or_washing),/m/03dnzn
|
| 12 |
+
11,Bell,/m/0395lw
|
| 13 |
+
12,Bicycle,/m/0199g
|
| 14 |
+
13,Bicycle_bell,/m/0gy1t2s
|
| 15 |
+
14,Bird,/m/015p6
|
| 16 |
+
15,Bird_vocalization_and_bird_call_and_bird_song,/m/020bb7
|
| 17 |
+
16,Boat_and_Water_vehicle,/m/019jd
|
| 18 |
+
17,Boiling,/m/0dv3j
|
| 19 |
+
18,Boom,/m/07qqyl4
|
| 20 |
+
19,Bowed_string_instrument,/m/0l14_3
|
| 21 |
+
20,Brass_instrument,/m/01kcd
|
| 22 |
+
21,Breathing,/m/0lyf6
|
| 23 |
+
22,Burping_and_eructation,/m/03q5_w
|
| 24 |
+
23,Bus,/m/01bjv
|
| 25 |
+
24,Buzz,/m/07pjwq1
|
| 26 |
+
25,Camera,/m/0dv5r
|
| 27 |
+
26,Car,/m/0k4j
|
| 28 |
+
27,Car_passing_by,/t/dd00134
|
| 29 |
+
28,Cat,/m/01yrx
|
| 30 |
+
29,Chatter,/m/07rkbfh
|
| 31 |
+
30,Cheering,/m/053hz1
|
| 32 |
+
31,Chewing_and_mastication,/m/03cczk
|
| 33 |
+
32,Chicken_and_rooster,/m/09b5t
|
| 34 |
+
33,Child_speech_and_kid_speaking,/m/0ytgt
|
| 35 |
+
34,Chime,/m/0f8s22
|
| 36 |
+
35,Chink_and_clink,/m/07q7njn
|
| 37 |
+
36,Chirp_and_tweet,/m/07pggtn
|
| 38 |
+
37,Chuckle_and_chortle,/m/07rgt08
|
| 39 |
+
38,Church_bell,/m/03w41f
|
| 40 |
+
39,Clapping,/m/0l15bq
|
| 41 |
+
40,Clock,/m/01x3z
|
| 42 |
+
41,Coin_(dropping),/m/0242l
|
| 43 |
+
42,Computer_keyboard,/m/01m2v
|
| 44 |
+
43,Conversation,/m/01h8n0
|
| 45 |
+
44,Cough,/m/01b_21
|
| 46 |
+
45,Cowbell,/m/0239kh
|
| 47 |
+
46,Crack,/m/07qs1cx
|
| 48 |
+
47,Crackle,/m/07pzfmf
|
| 49 |
+
48,Crash_cymbal,/m/0bm0k
|
| 50 |
+
49,Cricket,/m/09xqv
|
| 51 |
+
50,Crow,/m/04s8yn
|
| 52 |
+
51,Crowd,/m/03qtwd
|
| 53 |
+
52,Crumpling_and_crinkling,/t/dd00112
|
| 54 |
+
53,Crushing,/m/07plct2
|
| 55 |
+
54,Crying_and_sobbing,/m/0463cq4
|
| 56 |
+
55,Cupboard_open_or_close,/m/0642b4
|
| 57 |
+
56,Cutlery_and_silverware,/m/023pjk
|
| 58 |
+
57,Cymbal,/m/01qbl
|
| 59 |
+
58,Dishes_and_pots_and_pans,/m/04brg2
|
| 60 |
+
59,Dog,/m/0bt9lr
|
| 61 |
+
60,Domestic_animals_and_pets,/m/068hy
|
| 62 |
+
61,Domestic_sounds_and_home_sounds,/t/dd00071
|
| 63 |
+
62,Door,/m/02dgv
|
| 64 |
+
63,Doorbell,/m/03wwcy
|
| 65 |
+
64,Drawer_open_or_close,/m/0fqfqc
|
| 66 |
+
65,Drill,/m/01d380
|
| 67 |
+
66,Drip,/m/07r5v4s
|
| 68 |
+
67,Drum,/m/026t6
|
| 69 |
+
68,Drum_kit,/m/02hnl
|
| 70 |
+
69,Electric_guitar,/m/02sgy
|
| 71 |
+
70,Engine,/m/02mk9
|
| 72 |
+
71,Engine_starting,/t/dd00130
|
| 73 |
+
72,Explosion,/m/014zdl
|
| 74 |
+
73,Fart,/m/02_nn
|
| 75 |
+
74,Female_singing,/t/dd00004
|
| 76 |
+
75,Female_speech_and_woman_speaking,/m/02zsn
|
| 77 |
+
76,Fill_(with_liquid),/m/07p7b8y
|
| 78 |
+
77,Finger_snapping,/m/025_jnm
|
| 79 |
+
78,Fire,/m/02_41
|
| 80 |
+
79,Fireworks,/m/0g6b5
|
| 81 |
+
80,Fixed-wing_aircraft_and_airplane,/m/0cmf2
|
| 82 |
+
81,Fowl,/m/025rv6n
|
| 83 |
+
82,Frog,/m/09ld4
|
| 84 |
+
83,Frying_(food),/m/0dxrf
|
| 85 |
+
84,Gasp,/m/07s0dtb
|
| 86 |
+
85,Giggle,/m/07r660_
|
| 87 |
+
86,Glass,/m/039jq
|
| 88 |
+
87,Glockenspiel,/m/0dwtp
|
| 89 |
+
88,Gong,/m/0mbct
|
| 90 |
+
89,Growling,/m/0ghcn6
|
| 91 |
+
90,Guitar,/m/0342h
|
| 92 |
+
91,Gull_and_seagull,/m/01dwxx
|
| 93 |
+
92,Gunshot_and_gunfire,/m/032s66
|
| 94 |
+
93,Gurgling,/m/07swgks
|
| 95 |
+
94,Hammer,/m/03l9g
|
| 96 |
+
95,Hands,/m/0k65p
|
| 97 |
+
96,Harmonica,/m/03qjg
|
| 98 |
+
97,Harp,/m/03m5k
|
| 99 |
+
98,Hi-hat,/m/03qtq
|
| 100 |
+
99,Hiss,/m/07rjwbb
|
| 101 |
+
100,Human_group_actions,/t/dd00012
|
| 102 |
+
101,Human_voice,/m/09l8g
|
| 103 |
+
102,Idling,/m/07pb8fc
|
| 104 |
+
103,Insect,/m/03vt0
|
| 105 |
+
104,Keyboard_(musical),/m/05148p4
|
| 106 |
+
105,Keys_jangling,/m/03v3yw
|
| 107 |
+
106,Knock,/m/07r4wb8
|
| 108 |
+
107,Laughter,/m/01j3sz
|
| 109 |
+
108,Liquid,/m/04k94
|
| 110 |
+
109,Livestock_and_farm_animals_and_working_animals,/m/0ch8v
|
| 111 |
+
110,Male_singing,/t/dd00003
|
| 112 |
+
111,Male_speech_and_man_speaking,/m/05zppz
|
| 113 |
+
112,Mallet_percussion,/m/0j45pbj
|
| 114 |
+
113,Marimba_and_xylophone,/m/0dwsp
|
| 115 |
+
114,Mechanical_fan,/m/02x984l
|
| 116 |
+
115,Mechanisms,/t/dd00077
|
| 117 |
+
116,Meow,/m/07qrkrw
|
| 118 |
+
117,Microwave_oven,/m/0fx9l
|
| 119 |
+
118,Motor_vehicle_(road),/m/012f08
|
| 120 |
+
119,Motorcycle,/m/04_sv
|
| 121 |
+
120,Music,/m/04rlf
|
| 122 |
+
121,Musical_instrument,/m/04szw
|
| 123 |
+
122,Ocean,/m/05kq4
|
| 124 |
+
123,Organ,/m/013y1f
|
| 125 |
+
124,Packing_tape_and_duct_tape,/m/05mxj0q
|
| 126 |
+
125,Percussion,/m/0l14md
|
| 127 |
+
126,Piano,/m/05r5c
|
| 128 |
+
127,Plucked_string_instrument,/m/0fx80y
|
| 129 |
+
128,Pour,/m/07prgkl
|
| 130 |
+
129,Power_tool,/m/0_ksk
|
| 131 |
+
130,Printer,/m/01m4t
|
| 132 |
+
131,Purr,/m/02yds9
|
| 133 |
+
132,Race_car_and_auto_racing,/m/0ltv
|
| 134 |
+
133,Rail_transport,/m/06d_3
|
| 135 |
+
134,Rain,/m/06mb1
|
| 136 |
+
135,Raindrop,/m/07r10fb
|
| 137 |
+
136,Ratchet_and_pawl,/m/02bm9n
|
| 138 |
+
137,Rattle,/m/07qn4z3
|
| 139 |
+
138,Rattle_(instrument),/m/05r5wn
|
| 140 |
+
139,Respiratory_sounds,/m/09hlz4
|
| 141 |
+
140,Ringtone,/m/01hnzm
|
| 142 |
+
141,Run,/m/06h7j
|
| 143 |
+
142,Sawing,/m/01b82r
|
| 144 |
+
143,Scissors,/m/01lsmm
|
| 145 |
+
144,Scratching_(performance_technique),/m/01hgjl
|
| 146 |
+
145,Screaming,/m/03qc9zr
|
| 147 |
+
146,Screech,/m/07q8k13
|
| 148 |
+
147,Shatter,/m/07rn7sz
|
| 149 |
+
148,Shout,/m/07p6fty
|
| 150 |
+
149,Sigh,/m/07plz5l
|
| 151 |
+
150,Singing,/m/015lz1
|
| 152 |
+
151,Sink_(filling_or_washing),/m/0130jx
|
| 153 |
+
152,Siren,/m/03kmc9
|
| 154 |
+
153,Skateboard,/m/06_fw
|
| 155 |
+
154,Slam,/m/07rjzl8
|
| 156 |
+
155,Sliding_door,/m/02y_763
|
| 157 |
+
156,Snare_drum,/m/06rvn
|
| 158 |
+
157,Sneeze,/m/01hsr_
|
| 159 |
+
158,Speech,/m/09x0r
|
| 160 |
+
159,Speech_synthesizer,/m/0brhx
|
| 161 |
+
160,Splash_and_splatter,/m/07rrlb6
|
| 162 |
+
161,Squeak,/m/07q6cd_
|
| 163 |
+
162,Stream,/m/0j6m2
|
| 164 |
+
163,Strum,/m/07s0s5r
|
| 165 |
+
164,Subway_and_metro_and_underground,/m/0195fx
|
| 166 |
+
165,Tabla,/m/01p970
|
| 167 |
+
166,Tambourine,/m/07brj
|
| 168 |
+
167,Tap,/m/07qcpgn
|
| 169 |
+
168,Tearing,/m/07qcx4z
|
| 170 |
+
169,Telephone,/m/07cx4
|
| 171 |
+
170,Thump_and_thud,/m/07qnq_y
|
| 172 |
+
171,Thunder,/m/0ngt1
|
| 173 |
+
172,Thunderstorm,/m/0jb2l
|
| 174 |
+
173,Tick,/m/07qjznt
|
| 175 |
+
174,Tick-tock,/m/07qjznl
|
| 176 |
+
175,Toilet_flush,/m/01jt3m
|
| 177 |
+
176,Tools,/m/07k1x
|
| 178 |
+
177,Traffic_noise_and_roadway_noise,/m/0btp2
|
| 179 |
+
178,Train,/m/07jdr
|
| 180 |
+
179,Trickle_and_dribble,/m/07pqc89
|
| 181 |
+
180,Truck,/m/07r04
|
| 182 |
+
181,Trumpet,/m/07gql
|
| 183 |
+
182,Typewriter,/m/0c2wf
|
| 184 |
+
183,Typing,/m/0316dw
|
| 185 |
+
184,Vehicle,/m/07yv9
|
| 186 |
+
185,Vehicle_horn_and_car_horn_and_honking,/m/0912c9
|
| 187 |
+
186,Walk_and_footsteps,/m/07pbtc8
|
| 188 |
+
187,Water,/m/0838f
|
| 189 |
+
188,Water_tap_and_faucet,/m/02jz0l
|
| 190 |
+
189,Waves_and_surf,/m/034srq
|
| 191 |
+
190,Whispering,/m/02rtxlg
|
| 192 |
+
191,Whoosh_and_swoosh_and_swish,/m/07rqsjt
|
| 193 |
+
192,Wild_animals,/m/01280g
|
| 194 |
+
193,Wind,/m/03m9d0z
|
| 195 |
+
194,Wind_chime,/m/026fgl
|
| 196 |
+
195,Wind_instrument_and_woodwind_instrument,/m/085jw
|
| 197 |
+
196,Wood,/m/083vt
|
| 198 |
+
197,Writing,/m/081rb
|
| 199 |
+
198,Yell,/m/07sr1lc
|
| 200 |
+
199,Zipper_(clothing),/m/01s0vc
|
metadata/original/class_info_FSD50K.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/original/collection/collection_dev.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/original/collection/collection_eval.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/original/collection/vocabulary_collection_dev.csv
ADDED
|
@@ -0,0 +1,354 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0,Accelerating_and_revving_and_vroom,/m/07q2z82
|
| 2 |
+
1,Accordion,/m/0mkg
|
| 3 |
+
2,Acoustic_guitar,/m/042v_gx
|
| 4 |
+
3,Air_conditioning,/m/025wky1
|
| 5 |
+
4,Air_horn_and_truck_horn,/m/05x_td
|
| 6 |
+
5,Aircraft,/m/0k5j
|
| 7 |
+
6,Aircraft_engine,/m/014yck
|
| 8 |
+
7,Alarm,/m/07pp_mv
|
| 9 |
+
8,Alarm_clock,/m/046dlr
|
| 10 |
+
9,Alto_saxophone,/m/02pprs
|
| 11 |
+
10,Ambulance_(siren),/m/012n7d
|
| 12 |
+
11,Animal,/m/0jbk
|
| 13 |
+
12,Applause,/m/028ght
|
| 14 |
+
13,Arrow,/m/0dl83
|
| 15 |
+
14,Artillery_fire,/m/0_1c
|
| 16 |
+
15,Babbling,/m/0261r1
|
| 17 |
+
16,Baby_cry_and_infant_cry,/t/dd00002
|
| 18 |
+
17,Baby_laughter,/t/dd00001
|
| 19 |
+
18,Bark,/m/05tny_
|
| 20 |
+
19,Bass_drum,/m/0bm02
|
| 21 |
+
20,Bass_guitar,/m/018vs
|
| 22 |
+
21,Bassoon,/m/01c3q
|
| 23 |
+
22,Bathtub_(filling_or_washing),/m/03dnzn
|
| 24 |
+
23,Battle_cry,/m/04gy_2
|
| 25 |
+
24,Bee_and_wasp_and_etc.,/m/01h3n
|
| 26 |
+
25,Bell,/m/0395lw
|
| 27 |
+
26,Bicycle,/m/0199g
|
| 28 |
+
27,Bicycle_bell,/m/0gy1t2s
|
| 29 |
+
28,Bird,/m/015p6
|
| 30 |
+
29,Bird_flight_and_flapping_wings,/m/05_wcq
|
| 31 |
+
30,Bird_vocalization_and_bird_call_and_bird_song,/m/020bb7
|
| 32 |
+
31,Bleat,/m/07q0h5t
|
| 33 |
+
32,Blender,/m/02pjr4
|
| 34 |
+
33,Boat_and_Water_vehicle,/m/019jd
|
| 35 |
+
34,Boiling,/m/0dv3j
|
| 36 |
+
35,Boom,/m/07qqyl4
|
| 37 |
+
36,Bowed_string_instrument,/m/0l14_3
|
| 38 |
+
37,Brass_instrument,/m/01kcd
|
| 39 |
+
38,Breathing,/m/0lyf6
|
| 40 |
+
39,Burping_and_eructation,/m/03q5_w
|
| 41 |
+
40,Burst_and_pop,/m/07qsvvw
|
| 42 |
+
41,Bus,/m/01bjv
|
| 43 |
+
42,Busy_signal,/m/01z47d
|
| 44 |
+
43,Buzz,/m/07pjwq1
|
| 45 |
+
44,Buzzer,/m/030rvx
|
| 46 |
+
45,Camera,/m/0dv5r
|
| 47 |
+
46,Cap_gun,/m/073cg4
|
| 48 |
+
47,Car,/m/0k4j
|
| 49 |
+
48,Car_alarm,/m/02mfyn
|
| 50 |
+
49,Car_passing_by,/t/dd00134
|
| 51 |
+
50,Cash_register,/m/024dl
|
| 52 |
+
51,Cat,/m/01yrx
|
| 53 |
+
52,Cattle_and_bovinae,/m/01xq0k1
|
| 54 |
+
53,Caw,/m/07r5c2p
|
| 55 |
+
54,Cello,/m/01xqw
|
| 56 |
+
55,Cellphone_buzz_and_vibrating_alert,/m/01sb50
|
| 57 |
+
56,Chainsaw,/m/01j4z9
|
| 58 |
+
57,Chant,/m/02bk07
|
| 59 |
+
58,Chatter,/m/07rkbfh
|
| 60 |
+
59,Cheering,/m/053hz1
|
| 61 |
+
60,Chewing_and_mastication,/m/03cczk
|
| 62 |
+
61,Chicken_and_rooster,/m/09b5t
|
| 63 |
+
62,Child_singing,/t/dd00005
|
| 64 |
+
63,Child_speech_and_kid_speaking,/m/0ytgt
|
| 65 |
+
64,Children_playing,/t/dd00013
|
| 66 |
+
65,Children_shouting,/t/dd00135
|
| 67 |
+
66,Chime,/m/0f8s22
|
| 68 |
+
67,Chink_and_clink,/m/07q7njn
|
| 69 |
+
68,Chipmunk,/m/02021
|
| 70 |
+
69,Chirp_and_tweet,/m/07pggtn
|
| 71 |
+
70,Choir,/m/0l14jd
|
| 72 |
+
71,Chop,/m/07pczhz
|
| 73 |
+
72,Chopping_(food),/m/07pn_8q
|
| 74 |
+
73,Chuckle_and_chortle,/m/07rgt08
|
| 75 |
+
74,Church_bell,/m/03w41f
|
| 76 |
+
75,Civil_defense_siren,/m/0dgbq
|
| 77 |
+
76,Clapping,/m/0l15bq
|
| 78 |
+
77,Clarinet,/m/01wy6
|
| 79 |
+
78,Clip-clop,/m/07rv9rh
|
| 80 |
+
79,Clock,/m/01x3z
|
| 81 |
+
80,Cluck,/m/07st89h
|
| 82 |
+
81,Clunk,/t/dd00108
|
| 83 |
+
82,Coin_(dropping),/m/0242l
|
| 84 |
+
83,Computer_keyboard,/m/01m2v
|
| 85 |
+
84,Conversation,/m/01h8n0
|
| 86 |
+
85,Coo,/m/07r_25d
|
| 87 |
+
86,Cough,/m/01b_21
|
| 88 |
+
87,Cowbell,/m/0239kh
|
| 89 |
+
88,Crack,/m/07qs1cx
|
| 90 |
+
89,Crackle,/m/07pzfmf
|
| 91 |
+
90,Crash_cymbal,/m/0bm0k
|
| 92 |
+
91,Cricket,/m/09xqv
|
| 93 |
+
92,Croak,/m/07st88b
|
| 94 |
+
93,Crow,/m/04s8yn
|
| 95 |
+
94,Crowd,/m/03qtwd
|
| 96 |
+
95,Crowing_and_cock-a-doodle-doo,/m/07qn5dc
|
| 97 |
+
96,Crumpling_and_crinkling,/t/dd00112
|
| 98 |
+
97,Crushing,/m/07plct2
|
| 99 |
+
98,Crying_and_sobbing,/m/0463cq4
|
| 100 |
+
99,Cupboard_open_or_close,/m/0642b4
|
| 101 |
+
100,Cutlery_and_silverware,/m/023pjk
|
| 102 |
+
101,Cymbal,/m/01qbl
|
| 103 |
+
102,Dental_drill_and_dentist's_drill,/m/08j51y
|
| 104 |
+
103,Dial_tone,/m/015jpf
|
| 105 |
+
104,Didgeridoo,/m/02bxd
|
| 106 |
+
105,Ding-dong,/m/07r67yg
|
| 107 |
+
106,Dishes_and_pots_and_pans,/m/04brg2
|
| 108 |
+
107,Dog,/m/0bt9lr
|
| 109 |
+
108,Door,/m/02dgv
|
| 110 |
+
109,Doorbell,/m/03wwcy
|
| 111 |
+
110,Double_bass,/m/02fsn
|
| 112 |
+
111,Drawer_open_or_close,/m/0fqfqc
|
| 113 |
+
112,Drill,/m/01d380
|
| 114 |
+
113,Drip,/m/07r5v4s
|
| 115 |
+
114,Drum,/m/026t6
|
| 116 |
+
115,Drum_kit,/m/02hnl
|
| 117 |
+
116,Drum_roll,/m/02k_mr
|
| 118 |
+
117,Duck,/m/09ddx
|
| 119 |
+
118,Electric_guitar,/m/02sgy
|
| 120 |
+
119,Electric_piano,/m/01s0ps
|
| 121 |
+
120,Electric_shaver_and_electric_razor,/m/02g901
|
| 122 |
+
121,Electric_toothbrush,/m/04fgwm
|
| 123 |
+
122,Electronic_organ,/m/03xq_f
|
| 124 |
+
123,Emergency_vehicle,/m/03j1ly
|
| 125 |
+
124,Engine,/m/02mk9
|
| 126 |
+
125,Engine_starting,/t/dd00130
|
| 127 |
+
126,Explosion,/m/014zdl
|
| 128 |
+
127,Fart,/m/02_nn
|
| 129 |
+
128,Female_singing,/t/dd00004
|
| 130 |
+
129,Female_speech_and_woman_speaking,/m/02zsn
|
| 131 |
+
130,Filing_(rasp),/m/02p01q
|
| 132 |
+
131,Fill_(with_liquid),/m/07p7b8y
|
| 133 |
+
132,Finger_snapping,/m/025_jnm
|
| 134 |
+
133,Fire,/m/02_41
|
| 135 |
+
134,Fire_alarm,/m/0c3f7m
|
| 136 |
+
135,Fire_engine_and_fire_truck_(siren),/m/012ndj
|
| 137 |
+
136,Firecracker,/g/122z_qxw
|
| 138 |
+
137,Fireworks,/m/0g6b5
|
| 139 |
+
138,Fixed-wing_aircraft_and_airplane,/m/0cmf2
|
| 140 |
+
139,Flute,/m/0l14j_
|
| 141 |
+
140,Fly_and_housefly,/m/0h2mp
|
| 142 |
+
141,Foghorn,/m/04fq5q
|
| 143 |
+
142,French_horn,/m/0319l
|
| 144 |
+
143,Frog,/m/09ld4
|
| 145 |
+
144,Frying_(food),/m/0dxrf
|
| 146 |
+
145,Fusillade,/m/02z32qm
|
| 147 |
+
146,Gargling,/m/0939n_
|
| 148 |
+
147,Gasp,/m/07s0dtb
|
| 149 |
+
148,Gears,/m/0l7xg
|
| 150 |
+
149,Giggle,/m/07r660_
|
| 151 |
+
150,Glass,/m/039jq
|
| 152 |
+
151,Glockenspiel,/m/0dwtp
|
| 153 |
+
152,Goat,/m/03fwl
|
| 154 |
+
153,Gong,/m/0mbct
|
| 155 |
+
154,Goose,/m/0dbvp
|
| 156 |
+
155,Growling,/m/0ghcn6
|
| 157 |
+
156,Grunt,/m/07r4k75
|
| 158 |
+
157,Guitar,/m/0342h
|
| 159 |
+
158,Gull_and_seagull,/m/01dwxx
|
| 160 |
+
159,Gunshot_and_gunfire,/m/032s66
|
| 161 |
+
160,Gurgling,/m/07swgks
|
| 162 |
+
161,Hair_dryer,/m/03wvsk
|
| 163 |
+
162,Hammer,/m/03l9g
|
| 164 |
+
163,Hammond_organ,/m/03gvt
|
| 165 |
+
164,Hands,/m/0k65p
|
| 166 |
+
165,Harmonica,/m/03qjg
|
| 167 |
+
166,Harp,/m/03m5k
|
| 168 |
+
167,Harpsichord,/m/03q5t
|
| 169 |
+
168,Heart_sounds_and_heartbeat,/m/01jg02
|
| 170 |
+
169,Helicopter,/m/09ct_
|
| 171 |
+
170,Hi-hat,/m/03qtq
|
| 172 |
+
171,Hiss,/m/07rjwbb
|
| 173 |
+
172,Honk,/m/07qwf61
|
| 174 |
+
173,Hoot,/m/07r_80w
|
| 175 |
+
174,Horse,/m/03k3r
|
| 176 |
+
175,Howl,/m/07qf0zm
|
| 177 |
+
176,Howl_(wind),/m/07q8f3b
|
| 178 |
+
177,Hubbub_and_speech_noise_and_speech_babble,/m/07qfr4h
|
| 179 |
+
178,Human_voice,/m/09l8g
|
| 180 |
+
179,Idling,/m/07pb8fc
|
| 181 |
+
180,Insect,/m/03vt0
|
| 182 |
+
181,Jackhammer,/m/03p19w
|
| 183 |
+
182,Jingle_bell,/m/027m70_
|
| 184 |
+
183,Keyboard_(musical),/m/05148p4
|
| 185 |
+
184,Keys_jangling,/m/03v3yw
|
| 186 |
+
185,Knock,/m/07r4wb8
|
| 187 |
+
186,Laughter,/m/01j3sz
|
| 188 |
+
187,Lawn_mower,/m/01yg9g
|
| 189 |
+
188,Light_engine_(high_frequency),/t/dd00065
|
| 190 |
+
189,Liquid,/m/04k94
|
| 191 |
+
190,Machine_gun,/m/04zjc
|
| 192 |
+
191,Male_singing,/t/dd00003
|
| 193 |
+
192,Male_speech_and_man_speaking,/m/05zppz
|
| 194 |
+
193,Mallet_percussion,/m/0j45pbj
|
| 195 |
+
194,Mantra,/m/01c194
|
| 196 |
+
195,Maraca,/m/0xzly
|
| 197 |
+
196,Marimba_and_xylophone,/m/0dwsp
|
| 198 |
+
197,Mechanical_fan,/m/02x984l
|
| 199 |
+
198,Mechanisms,/t/dd00077
|
| 200 |
+
199,Medium_engine_(mid_frequency),/t/dd00066
|
| 201 |
+
200,Meow,/m/07qrkrw
|
| 202 |
+
201,Microwave_oven,/m/0fx9l
|
| 203 |
+
202,Moo,/m/07rpkh9
|
| 204 |
+
203,Mosquito,/m/09f96
|
| 205 |
+
204,Motor_vehicle_(road),/m/012f08
|
| 206 |
+
205,Motorcycle,/m/04_sv
|
| 207 |
+
206,Mouse,/m/04rmv
|
| 208 |
+
207,Music,/m/04rlf
|
| 209 |
+
208,Narration_and_monologue,/m/02qldy
|
| 210 |
+
209,Neigh_and_whinny,/m/07q5rw0
|
| 211 |
+
210,Oboe,/m/05kms
|
| 212 |
+
211,Ocean,/m/05kq4
|
| 213 |
+
212,Oink,/t/dd00018
|
| 214 |
+
213,Orchestra,/m/05pd6
|
| 215 |
+
214,Organ,/m/013y1f
|
| 216 |
+
215,Owl,/m/09d5_
|
| 217 |
+
216,Packing_tape_and_duct_tape,/m/05mxj0q
|
| 218 |
+
217,Pant,/m/07pyy8b
|
| 219 |
+
218,Percussion,/m/0l14md
|
| 220 |
+
219,Piano,/m/05r5c
|
| 221 |
+
220,Pig,/m/068zj
|
| 222 |
+
221,Pigeon_and_dove,/m/0h0rv
|
| 223 |
+
222,Pizzicato,/m/0d8_n
|
| 224 |
+
223,Plucked_string_instrument,/m/0fx80y
|
| 225 |
+
224,Police_car_(siren),/m/04qvtq
|
| 226 |
+
225,Power_tool,/m/0_ksk
|
| 227 |
+
226,Power_windows_and_electric_windows,/m/04gxbd
|
| 228 |
+
227,Printer,/m/01m4t
|
| 229 |
+
228,Pulleys,/m/05zc1
|
| 230 |
+
229,Purr,/m/02yds9
|
| 231 |
+
230,Quack,/m/07qdb04
|
| 232 |
+
231,Race_car_and_auto_racing,/m/0ltv
|
| 233 |
+
232,Rain,/m/06mb1
|
| 234 |
+
233,Rain_on_surface,/t/dd00038
|
| 235 |
+
234,Raindrop,/m/07r10fb
|
| 236 |
+
235,Rapping,/m/06bxc
|
| 237 |
+
236,Ratchet_and_pawl,/m/02bm9n
|
| 238 |
+
237,Rattle,/m/07qn4z3
|
| 239 |
+
238,Rattle_(instrument),/m/05r5wn
|
| 240 |
+
239,Rhodes_piano,/m/0bxl5
|
| 241 |
+
240,Rimshot,/m/03t3fj
|
| 242 |
+
241,Ringtone,/m/01hnzm
|
| 243 |
+
242,Roar,/m/04cvmfc
|
| 244 |
+
243,Rodents_and_rats_and_mice,/m/06hps
|
| 245 |
+
244,Run,/m/06h7j
|
| 246 |
+
245,Rustling_leaves,/m/09t49
|
| 247 |
+
246,Sailboat_and_sailing_ship,/m/0hsrw
|
| 248 |
+
247,Sanding,/m/023vsd
|
| 249 |
+
248,Sawing,/m/01b82r
|
| 250 |
+
249,Saxophone,/m/06ncr
|
| 251 |
+
250,Scissors,/m/01lsmm
|
| 252 |
+
251,Scratching_(performance_technique),/m/01hgjl
|
| 253 |
+
252,Screaming,/m/03qc9zr
|
| 254 |
+
253,Screech,/m/07q8k13
|
| 255 |
+
254,Sewing_machine,/m/0llzx
|
| 256 |
+
255,Shatter,/m/07rn7sz
|
| 257 |
+
256,Sheep,/m/07bgp
|
| 258 |
+
257,Ship,/m/06q74
|
| 259 |
+
258,Shout,/m/07p6fty
|
| 260 |
+
259,Shuffling_cards,/m/05rj2
|
| 261 |
+
260,Sigh,/m/07plz5l
|
| 262 |
+
261,Singing,/m/015lz1
|
| 263 |
+
262,Singing_bowl,/m/0l14t7
|
| 264 |
+
263,Sink_(filling_or_washing),/m/0130jx
|
| 265 |
+
264,Siren,/m/03kmc9
|
| 266 |
+
265,Sitar,/m/0jtg0
|
| 267 |
+
266,Skateboard,/m/06_fw
|
| 268 |
+
267,Skidding,/m/07rknqz
|
| 269 |
+
268,Slam,/m/07rjzl8
|
| 270 |
+
269,Sliding_door,/m/02y_763
|
| 271 |
+
270,Slosh,/m/07p6mqd
|
| 272 |
+
271,Snap,/m/07pc8l3
|
| 273 |
+
272,Snare_drum,/m/06rvn
|
| 274 |
+
273,Sneeze,/m/01hsr_
|
| 275 |
+
274,Snicker,/m/07s04w4
|
| 276 |
+
275,Sniff,/m/07ppn3j
|
| 277 |
+
276,Snoring,/m/01d3sd
|
| 278 |
+
277,Snort_(horse),/t/dd00139
|
| 279 |
+
278,Soprano_saxophone,/m/03t22m
|
| 280 |
+
279,Speech,/m/09x0r
|
| 281 |
+
280,Speech_synthesizer,/m/0brhx
|
| 282 |
+
281,Splash_and_splatter,/m/07rrlb6
|
| 283 |
+
282,Splinter,/m/07pl1bw
|
| 284 |
+
283,Spray,/m/07qlf79
|
| 285 |
+
284,Squawk,/m/07sx8x_
|
| 286 |
+
285,Squeak,/m/07q6cd_
|
| 287 |
+
286,Squish,/m/07qlwh6
|
| 288 |
+
287,Steam,/m/06wzb
|
| 289 |
+
288,Steam_whistle,/m/06hck5
|
| 290 |
+
289,Steel_guitar_and_slide_guitar,/m/06w87
|
| 291 |
+
290,Stir,/m/07ptfmf
|
| 292 |
+
291,Stream,/m/0j6m2
|
| 293 |
+
292,Strum,/m/07s0s5r
|
| 294 |
+
293,Subway_and_metro_and_underground,/m/0195fx
|
| 295 |
+
294,Synthetic_singing,/t/dd00006
|
| 296 |
+
295,Tabla,/m/01p970
|
| 297 |
+
296,Tambourine,/m/07brj
|
| 298 |
+
297,Tap,/m/07qcpgn
|
| 299 |
+
298,Tearing,/m/07qcx4z
|
| 300 |
+
299,Telephone,/m/07cx4
|
| 301 |
+
300,Telephone_bell_ringing,/m/07pp8cl
|
| 302 |
+
301,Telephone_dialing_and_DTMF,/m/02c8p
|
| 303 |
+
302,Theremin,/m/07kc_
|
| 304 |
+
303,Throat_clearing,/m/0dl9sf8
|
| 305 |
+
304,Thump_and_thud,/m/07qnq_y
|
| 306 |
+
305,Thunder,/m/0ngt1
|
| 307 |
+
306,Thunderstorm,/m/0jb2l
|
| 308 |
+
307,Thunk,/m/07rrh0c
|
| 309 |
+
308,Tick,/m/07qjznt
|
| 310 |
+
309,Tick-tock,/m/07qjznl
|
| 311 |
+
310,Timpani,/m/011k_j
|
| 312 |
+
311,Toilet_flush,/m/01jt3m
|
| 313 |
+
312,Tools,/m/07k1x
|
| 314 |
+
313,Toot,/m/07qv_d5
|
| 315 |
+
314,Toothbrush,/m/012xff
|
| 316 |
+
315,Traffic_noise_and_roadway_noise,/m/0btp2
|
| 317 |
+
316,Train,/m/07jdr
|
| 318 |
+
317,Train_horn,/m/0284vy3
|
| 319 |
+
318,Train_whistle,/m/04zmvq
|
| 320 |
+
319,Trickle_and_dribble,/m/07pqc89
|
| 321 |
+
320,Trombone,/m/07c6l
|
| 322 |
+
321,Truck,/m/07r04
|
| 323 |
+
322,Trumpet,/m/07gql
|
| 324 |
+
323,Tubular_bells,/m/016622
|
| 325 |
+
324,Turkey,/m/01rd7k
|
| 326 |
+
325,Typewriter,/m/0c2wf
|
| 327 |
+
326,Typing,/m/0316dw
|
| 328 |
+
327,Ukulele,/m/07xzm
|
| 329 |
+
328,Vacuum_cleaner,/m/0d31p
|
| 330 |
+
329,Vehicle,/m/07yv9
|
| 331 |
+
330,Vehicle_horn_and_car_horn_and_honking,/m/0912c9
|
| 332 |
+
331,Velcro_and_hook_and_loop_fastener,/m/0zmy2j9
|
| 333 |
+
332,Vibraphone,/m/0dwt5
|
| 334 |
+
333,Violin_and_fiddle,/m/07y_7
|
| 335 |
+
334,Wail_and_moan,/m/07qw_06
|
| 336 |
+
335,Walk_and_footsteps,/m/07pbtc8
|
| 337 |
+
336,Water,/m/0838f
|
| 338 |
+
337,Water_tap_and_faucet,/m/02jz0l
|
| 339 |
+
338,Waterfall,/m/0j2kx
|
| 340 |
+
339,Waves_and_surf,/m/034srq
|
| 341 |
+
340,Whispering,/m/02rtxlg
|
| 342 |
+
341,Whoop,/m/07rwj3x
|
| 343 |
+
342,Whoosh_and_swoosh_and_swish,/m/07rqsjt
|
| 344 |
+
343,Wind,/m/03m9d0z
|
| 345 |
+
344,Wind_chime,/m/026fgl
|
| 346 |
+
345,Wind_instrument_and_woodwind_instrument,/m/085jw
|
| 347 |
+
346,Wind_noise_(microphone),/t/dd00092
|
| 348 |
+
347,Wood,/m/083vt
|
| 349 |
+
348,Writing,/m/081rb
|
| 350 |
+
349,Yawn,/m/01j423
|
| 351 |
+
350,Yell,/m/07sr1lc
|
| 352 |
+
351,Yip,/m/07r_k2n
|
| 353 |
+
352,Yodeling,/m/01swy6
|
| 354 |
+
353,Zipper_(clothing),/m/01s0vc
|
metadata/original/dev_clips_info_FSD50K.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b31a2eb130aea6d545d4b48511b24dfd0120420567a8d1066c52d54968bb3735
|
| 3 |
+
size 22494560
|
metadata/original/eval_clips_info_FSD50K.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/original/pp_pnp_ratings_FSD50K.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
prepare_fsd50k_16k.py
CHANGED
|
@@ -352,7 +352,7 @@ def write_readme(
|
|
| 352 |
front_matter = {
|
| 353 |
"pretty_name": "FSD50K 16 kHz FLAC",
|
| 354 |
"license": "other",
|
| 355 |
-
"license_name": "
|
| 356 |
"license_link": "https://huggingface.co/datasets/Fhrozen/FSD50k/blob/main/LICENSE-DATASET.md",
|
| 357 |
"task_categories": ["audio-classification"],
|
| 358 |
"tags": [
|
|
|
|
| 352 |
front_matter = {
|
| 353 |
"pretty_name": "FSD50K 16 kHz FLAC",
|
| 354 |
"license": "other",
|
| 355 |
+
"license_name": "fsd50k-mixed-creative-commons",
|
| 356 |
"license_link": "https://huggingface.co/datasets/Fhrozen/FSD50k/blob/main/LICENSE-DATASET.md",
|
| 357 |
"task_categories": ["audio-classification"],
|
| 358 |
"tags": [
|