Datasets:
Tasks:
Audio Classification
Modalities:
Audio
Languages:
English
Tags:
audio
music-classification
meter-classification
multi-class-classification
multi-label-classification
License:
Commit
·
442eaea
1
Parent(s):
de731d3
Refactor code structure and remove redundant changes
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .DS_Store +0 -0
- .gitattributes +0 -59
- FMA/.DS_Store +0 -0
- FMA/000002.wav +0 -3
- FMA/000003.wav +0 -3
- FMA/000005.wav +0 -3
- FMA/000010.wav +0 -3
- FMA/000134.wav +0 -3
- FMA/000140.wav +0 -3
- FMA/000141.wav +0 -3
- FMA/000182.wav +0 -3
- FMA/000194.wav +0 -3
- FMA/000212.wav +0 -3
- FMA/000237.wav +0 -3
- FMA/000459.wav +0 -3
- FMA/000540.wav +0 -3
- FMA/000550.wav +0 -3
- FMA/000564.wav +0 -3
- FMA/000574.wav +0 -3
- FMA/000584.wav +0 -3
- FMA/000585.wav +0 -3
- FMA/000590.wav +0 -3
- FMA/000591.wav +0 -3
- FMA/000592.wav +0 -3
- FMA/000593.wav +0 -3
- FMA/000602.wav +0 -3
- FMA/000664.wav +0 -3
- FMA/000669.wav +0 -3
- FMA/000672.wav +0 -3
- FMA/000690.wav +0 -3
- FMA/001014.wav +0 -3
- FMA/001066.wav +0 -3
- FMA/001073.wav +0 -3
- FMA/001123.wav +0 -3
- FMA/001126.wav +0 -3
- FMA/001130.wav +0 -3
- FMA/001150.wav +0 -3
- FMA/001151.wav +0 -3
- FMA/001152.wav +0 -3
- FMA/001153.wav +0 -3
- FMA/001156.wav +0 -3
- FMA/001161.wav +0 -3
- FMA/001162.wav +0 -3
- FMA/001165.wav +0 -3
- FMA/001179.wav +0 -3
- FMA/001201.wav +0 -3
- FMA/001290.wav +0 -3
- FMA/001298.wav +0 -3
- FMA/001417.wav +0 -3
- FMA/001418.wav +0 -3
.DS_Store
ADDED
Binary file (10.2 kB). View file
|
|
.gitattributes
DELETED
@@ -1,59 +0,0 @@
|
|
1 |
-
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
-
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
-
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
-
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
-
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
-
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
-
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
-
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
-
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
-
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
-
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
12 |
-
*.mds filter=lfs diff=lfs merge=lfs -text
|
13 |
-
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
14 |
-
*.model filter=lfs diff=lfs merge=lfs -text
|
15 |
-
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
16 |
-
*.npy filter=lfs diff=lfs merge=lfs -text
|
17 |
-
*.npz filter=lfs diff=lfs merge=lfs -text
|
18 |
-
*.onnx filter=lfs diff=lfs merge=lfs -text
|
19 |
-
*.ot filter=lfs diff=lfs merge=lfs -text
|
20 |
-
*.parquet filter=lfs diff=lfs merge=lfs -text
|
21 |
-
*.pb filter=lfs diff=lfs merge=lfs -text
|
22 |
-
*.pickle filter=lfs diff=lfs merge=lfs -text
|
23 |
-
*.pkl filter=lfs diff=lfs merge=lfs -text
|
24 |
-
*.pt filter=lfs diff=lfs merge=lfs -text
|
25 |
-
*.pth filter=lfs diff=lfs merge=lfs -text
|
26 |
-
*.rar filter=lfs diff=lfs merge=lfs -text
|
27 |
-
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
28 |
-
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
29 |
-
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
30 |
-
*.tar filter=lfs diff=lfs merge=lfs -text
|
31 |
-
*.tflite filter=lfs diff=lfs merge=lfs -text
|
32 |
-
*.tgz filter=lfs diff=lfs merge=lfs -text
|
33 |
-
*.wasm filter=lfs diff=lfs merge=lfs -text
|
34 |
-
*.xz filter=lfs diff=lfs merge=lfs -text
|
35 |
-
*.zip filter=lfs diff=lfs merge=lfs -text
|
36 |
-
*.zst filter=lfs diff=lfs merge=lfs -text
|
37 |
-
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
38 |
-
# Audio files - uncompressed
|
39 |
-
*.pcm filter=lfs diff=lfs merge=lfs -text
|
40 |
-
*.sam filter=lfs diff=lfs merge=lfs -text
|
41 |
-
*.raw filter=lfs diff=lfs merge=lfs -text
|
42 |
-
# Audio files - compressed
|
43 |
-
*.aac filter=lfs diff=lfs merge=lfs -text
|
44 |
-
*.flac filter=lfs diff=lfs merge=lfs -text
|
45 |
-
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
46 |
-
*.ogg filter=lfs diff=lfs merge=lfs -text
|
47 |
-
*.wav filter=lfs diff=lfs merge=lfs -text
|
48 |
-
# Image files - uncompressed
|
49 |
-
*.bmp filter=lfs diff=lfs merge=lfs -text
|
50 |
-
*.gif filter=lfs diff=lfs merge=lfs -text
|
51 |
-
*.png filter=lfs diff=lfs merge=lfs -text
|
52 |
-
*.tiff filter=lfs diff=lfs merge=lfs -text
|
53 |
-
# Image files - compressed
|
54 |
-
*.jpg filter=lfs diff=lfs merge=lfs -text
|
55 |
-
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
56 |
-
*.webp filter=lfs diff=lfs merge=lfs -text
|
57 |
-
# Video files - compressed
|
58 |
-
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
59 |
-
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FMA/.DS_Store
DELETED
Binary file (96.3 kB)
|
|
FMA/000002.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:78348fcd881c9a080788680a6c7270ffb4df12ec38b7f5bee55c730ada22f5de
|
3 |
-
size 5755548
|
|
|
|
|
|
|
|
FMA/000003.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:2960ef4c9fcd6b11030b0e4c798a423036f9ccf8fb5fe6193055dd22b0582ab7
|
3 |
-
size 5760564
|
|
|
|
|
|
|
|
FMA/000005.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:e8a9dc15fa2541be6f13b97b8c4c5a8448dfea3d6e71f32a82437b2d4cdfb8e3
|
3 |
-
size 5760564
|
|
|
|
|
|
|
|
FMA/000010.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:bf982413c764c00f85656f12ef2ca1c5c4224e55df029fe28c13d557fcc19bdf
|
3 |
-
size 5755548
|
|
|
|
|
|
|
|
FMA/000134.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:e0dad75fc7395ee5d8302206272599f2738a818dd1e5737399383e6c2cbe3f7a
|
3 |
-
size 5760564
|
|
|
|
|
|
|
|
FMA/000140.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:d5ff856a57f9aa55bc5d997480b618280dd643251b5b1db3389a72ebb196f816
|
3 |
-
size 5755548
|
|
|
|
|
|
|
|
FMA/000141.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:07d5e9ae26a7426d5a2459c7fe9ea71428c5887a5bacf4adfac729e77e80e8a0
|
3 |
-
size 5755548
|
|
|
|
|
|
|
|
FMA/000182.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ce931a438dedebf604a1c355df206fdb014bb6b697127698d714c36294e9ba04
|
3 |
-
size 5760564
|
|
|
|
|
|
|
|
FMA/000194.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:17093dbcae86639dbea5cc3da4fce4c00ca6e63c0c59b7df8bc29c9826537a5b
|
3 |
-
size 5760564
|
|
|
|
|
|
|
|
FMA/000212.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:79380c18c995f379cea80fab52fe46eba414f253d1dd511f35f3e33851ba5f2a
|
3 |
-
size 5755548
|
|
|
|
|
|
|
|
FMA/000237.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:c0b89796cbe9483b031a034a0eb069bed143d30c3c9f23c3cceb72b921de693a
|
3 |
-
size 5755548
|
|
|
|
|
|
|
|
FMA/000459.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:f517a3154b67500afe320324fb2cc13ecfb6910a20dfea5ef6d914783d03399d
|
3 |
-
size 5760564
|
|
|
|
|
|
|
|
FMA/000540.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:f6badc62bf88912a2438d30c5cba29e122f6365f3ec24e09a2e3b58ae8f21b82
|
3 |
-
size 5755548
|
|
|
|
|
|
|
|
FMA/000550.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:341e95294f7e91bdc358701559c6ca3b649fadeb65b7607a5e3e8d5b4f1e92a0
|
3 |
-
size 5755548
|
|
|
|
|
|
|
|
FMA/000564.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:285f6622183d96dc6b2f92a031396f4b3f826832032bf4f00c297b9b17b5967b
|
3 |
-
size 5755548
|
|
|
|
|
|
|
|
FMA/000574.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:26189a4ff1c1e4a18844118b5cc71534af7c81418ea2aea0f09bb0008b7b6ddf
|
3 |
-
size 5755548
|
|
|
|
|
|
|
|
FMA/000584.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b546577e152a3dc3d7e4558ee0988c9bef30bd64c459df8d51f11c6bb1b230d2
|
3 |
-
size 5760564
|
|
|
|
|
|
|
|
FMA/000585.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:4d55032bfd58d38df643e96582df23f5b934c38d94b6bb0c445ff5194527073a
|
3 |
-
size 5760564
|
|
|
|
|
|
|
|
FMA/000590.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:d20c55352b0e386929bd0ba055681a269ac45bb930d3c83ac7e1f3ee4f61d353
|
3 |
-
size 5755548
|
|
|
|
|
|
|
|
FMA/000591.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ac7707aa42a6723f350d6124c7bad4ba8440235a341c189d92b60e4b1b975bb3
|
3 |
-
size 5760564
|
|
|
|
|
|
|
|
FMA/000592.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:54796c4648e74789e71c19f090acf65fd95c1c7b24ef4c1d2f26225bce68be25
|
3 |
-
size 5760564
|
|
|
|
|
|
|
|
FMA/000593.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:1307959b1784c63bffd41a012f8eccf73712b3986ccfd8ef577192b97e548d47
|
3 |
-
size 5755548
|
|
|
|
|
|
|
|
FMA/000602.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:8085b99a0a358bf74441e830f1082d4205f43d0854b46bb0b0a72dfba3f9d985
|
3 |
-
size 5755548
|
|
|
|
|
|
|
|
FMA/000664.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:8b093c92e6c8d639dea2a970cbc67cb968743fc642989458c87683087e81ee9a
|
3 |
-
size 5755548
|
|
|
|
|
|
|
|
FMA/000669.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:9b99e64a4d8758111783467cd40fd4b091c245a235b10913d2eacb6e03d9bec1
|
3 |
-
size 5755548
|
|
|
|
|
|
|
|
FMA/000672.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:8fca0975d4d94114e231746d5ac9857981fd5d911a156eb9b75e72b98cc45d91
|
3 |
-
size 5755548
|
|
|
|
|
|
|
|
FMA/000690.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:6756c25cef3a960f18f4e88925335b52a1e3cb3d79bcac31151a8d8daa0463a8
|
3 |
-
size 5755548
|
|
|
|
|
|
|
|
FMA/001014.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:312f05b93064bea9a9e780cf344a40a4c54d0b0e2d09dca5f0c3a3afda7f7073
|
3 |
-
size 5755548
|
|
|
|
|
|
|
|
FMA/001066.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ebb79fc2214ac8903888c184c831eafce1efe9410bc514b2b512a3c7a0703e7d
|
3 |
-
size 5760564
|
|
|
|
|
|
|
|
FMA/001073.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:88c3904ea9cb59e7911e1acdd3cf48bfa399d98014b9cef66de1be821b00708b
|
3 |
-
size 5760564
|
|
|
|
|
|
|
|
FMA/001123.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:5b73c90c873e1c31c8bee5dd505009c5529b7037091d0e5c385f4db11960148a
|
3 |
-
size 5755548
|
|
|
|
|
|
|
|
FMA/001126.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:e6464402f75f61e86a0a8b2e373959eb7fb045cf87eeab17fc5e47368d45c474
|
3 |
-
size 5760564
|
|
|
|
|
|
|
|
FMA/001130.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:af3935fb50d7748a4efb6c91bc9c96c835ce2c558146a18d5d250527d1336b1f
|
3 |
-
size 5760564
|
|
|
|
|
|
|
|
FMA/001150.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:e431679d18c0ca618263d1445437a4ab4b6dd4e5b437f8476b0e7e007f8ee40c
|
3 |
-
size 5760564
|
|
|
|
|
|
|
|
FMA/001151.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:57c9d2646b5bad46eb390c97935b75ce7a3a77961984cb2cfcd13b2e13b59db0
|
3 |
-
size 5760564
|
|
|
|
|
|
|
|
FMA/001152.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:e000270e8f9e75bcd6d95052aaf0d192761f57574c7357f6ac9fd60616c76efc
|
3 |
-
size 5755548
|
|
|
|
|
|
|
|
FMA/001153.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ca00a4c202bcc39a3c8bd035287d83ee026d950715e3b4a1d13682e88963ea83
|
3 |
-
size 5755548
|
|
|
|
|
|
|
|
FMA/001156.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:caf9a757aa4a2d73fef9137b75d518b0a08277f9715974acea13b712fff8d9e5
|
3 |
-
size 5755548
|
|
|
|
|
|
|
|
FMA/001161.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:2cc2f8beca98778127c0f576cccb77262584c1198ca4b6ee6972eb85b5e959e5
|
3 |
-
size 5760564
|
|
|
|
|
|
|
|
FMA/001162.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:42679dd8c67dc6e84b4349de05c0b6e4f7940ba6c7fc5b36ef628602138d4438
|
3 |
-
size 5755548
|
|
|
|
|
|
|
|
FMA/001165.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:0e4386787a87838b65f26c3f959309563d55e2a3a54142abd7935d993fe9935e
|
3 |
-
size 5760564
|
|
|
|
|
|
|
|
FMA/001179.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:06b8ef4c70bd9bef0b1c78e7240105de201e99f6c4ee281dca63c4d2df53de31
|
3 |
-
size 5760564
|
|
|
|
|
|
|
|
FMA/001201.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b25c05631e71efea91584f55193977ea55d2bbf584ce1c4926a6ea55d5feb50b
|
3 |
-
size 5755548
|
|
|
|
|
|
|
|
FMA/001290.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:110ece1423e22205c0aadb97ce87ca30db42dafe6c49295b7a5b0f5816e4dc10
|
3 |
-
size 5755548
|
|
|
|
|
|
|
|
FMA/001298.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:a56887b38ec114ead9e77764cabf8a5bb8b1f1af3bb2eba5e4e9ba6ed47c469c
|
3 |
-
size 5755548
|
|
|
|
|
|
|
|
FMA/001417.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:e55c32cf00c49f6d2dc52d844caa323739bde765ddd75b495cee097c86b1c67a
|
3 |
-
size 5755548
|
|
|
|
|
|
|
|
FMA/001418.wav
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:2f1730050881c987e080a78c647a1f9b329811243d608da1c74d36f023c440c6
|
3 |
-
size 5760564
|
|
|
|
|
|
|
|