parquet-converter
commited on
Commit
•
803e94e
1
Parent(s):
dae4dcc
Update parquet files
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +0 -55
- music/train-10k-30s/051.tar → default/train/0000.parquet +2 -2
- music/train-10k-30s/000.tar → default/train/0001.parquet +2 -2
- music/train-10k-30s/001.tar → default/train/0002.parquet +2 -2
- music/train-10k-30s/002.tar → default/train/0003.parquet +2 -2
- default/train/0004.parquet +3 -0
- default/train/0005.parquet +3 -0
- music/train-10k-30s/145.tar → default/train/0006.parquet +2 -2
- default/train/0007.parquet +3 -0
- default/train/0008.parquet +3 -0
- music/train-10k-30s/003.tar → default/train/0009.parquet +2 -2
- music/train-10k-30s/004.tar +0 -3
- music/train-10k-30s/005.tar +0 -3
- music/train-10k-30s/006.tar +0 -3
- music/train-10k-30s/007.tar +0 -3
- music/train-10k-30s/008.tar +0 -3
- music/train-10k-30s/009.tar +0 -3
- music/train-10k-30s/010.tar +0 -3
- music/train-10k-30s/011.tar +0 -3
- music/train-10k-30s/012.tar +0 -3
- music/train-10k-30s/013.tar +0 -3
- music/train-10k-30s/014.tar +0 -3
- music/train-10k-30s/015.tar +0 -3
- music/train-10k-30s/016.tar +0 -3
- music/train-10k-30s/017.tar +0 -3
- music/train-10k-30s/018.tar +0 -3
- music/train-10k-30s/019.tar +0 -3
- music/train-10k-30s/020.tar +0 -3
- music/train-10k-30s/021.tar +0 -3
- music/train-10k-30s/022.tar +0 -3
- music/train-10k-30s/023.tar +0 -3
- music/train-10k-30s/024.tar +0 -3
- music/train-10k-30s/025.tar +0 -3
- music/train-10k-30s/026.tar +0 -3
- music/train-10k-30s/027.tar +0 -3
- music/train-10k-30s/028.tar +0 -3
- music/train-10k-30s/029.tar +0 -3
- music/train-10k-30s/030.tar +0 -3
- music/train-10k-30s/031.tar +0 -3
- music/train-10k-30s/032.tar +0 -3
- music/train-10k-30s/033.tar +0 -3
- music/train-10k-30s/034.tar +0 -3
- music/train-10k-30s/035.tar +0 -3
- music/train-10k-30s/036.tar +0 -3
- music/train-10k-30s/037.tar +0 -3
- music/train-10k-30s/038.tar +0 -3
- music/train-10k-30s/039.tar +0 -3
- music/train-10k-30s/040.tar +0 -3
- music/train-10k-30s/041.tar +0 -3
- music/train-10k-30s/042.tar +0 -3
README.md
DELETED
@@ -1,55 +0,0 @@
|
|
1 |
-
# Neural Audio Fingerprint Dataset
|
2 |
-
(c) 2021 by Sungkyun Chang
|
3 |
-
https://github.com/mimbres/neural-audio-fp
|
4 |
-
|
5 |
-
This dataset includes all music sources, background noise and impulse-reponses
|
6 |
-
(IR) samples that have been used in the work ["Neural Audio Fingerprint for
|
7 |
-
High-specific Audio Retrieval based on Contrastive Learning"]
|
8 |
-
(https://arxiv.org/abs/2010.11910).
|
9 |
-
|
10 |
-
### Format:
|
11 |
-
16-bit PCM Mono WAV, Sampling rate 8000 Hz
|
12 |
-
|
13 |
-
### Description:
|
14 |
-
```
|
15 |
-
/
|
16 |
-
fingerprint_dataset_icassp2021/
|
17 |
-
├── aug
|
18 |
-
│ ├── bg <=== Pub/cafe etc. background noise mix
|
19 |
-
│ ├── ir <=== IR data for microphone and room reverb simulatio
|
20 |
-
│ └── speech <=== English conversation, NOT USED IN THE PAPER RESULT
|
21 |
-
├── extras
|
22 |
-
│ └── fma_info <=== Meta data for music sources.
|
23 |
-
└── music
|
24 |
-
├── test-dummy-db-100k-full <== 100K songs of full-lengths
|
25 |
-
├── test-query-db-500-30s <== 500 songs (30s) and 2K synthesized queries
|
26 |
-
├── train-10k-30s <== 10K songs (30s) for training
|
27 |
-
└── val-query-db-500-30s <== 500 songs (30s) for validation/mini-search
|
28 |
-
```
|
29 |
-
### Data source:
|
30 |
-
• Bacgkound noise from Audioset was retrieved using key words ['subway',
|
31 |
-
'metro', 'underground', 'not music']
|
32 |
-
• Cochlear.ai pub-noise was recorded at the Strabucks branches in Seoul by
|
33 |
-
Jeongsoo Park.
|
34 |
-
• Random noise was generated by Donmoon Lee.
|
35 |
-
• Room/space IR data was collected from Aachen IR and OpenAIR 1.4 dataset.
|
36 |
-
• Portions of MIC IRs were from Vintage MIC (http://recordinghacks.com/), and
|
37 |
-
pre-processed with room/space IR data.
|
38 |
-
• Portions of MIC IRs were recorded by Donmoon Lee, Jeonsu Park and Hyungui Lim
|
39 |
-
using mobile devices in the anechoic chamber at Seoul National University.
|
40 |
-
• All music sources were taken from the Free Music Archive (FMA) data set,
|
41 |
-
and converted from `stereo 44Khz` to `mono 8Khz`.
|
42 |
-
• train-10k-30s contains all 8K songs from FMA_small. The remaining 2K songs
|
43 |
-
were from FMA_medium.
|
44 |
-
• val- and test- data were isolated from train-, and taken from FMA_medium.
|
45 |
-
• test-query-db-500-30s/query consists of the pre-synthesized 2,000 queries
|
46 |
-
of 10s each (SNR 0~10dB) and their corresponding 500 songs of 30s each.
|
47 |
-
• Additionally, query_fixed_SNR directory contains synthesized queries with
|
48 |
-
fixed SNR of 0dB and -3dB.
|
49 |
-
• dummy-db-100k was taken from FMA_full, and duplicates with other sets were
|
50 |
-
removed.
|
51 |
-
|
52 |
-
### License:
|
53 |
-
This dataset is distributed under the CC BY-SA 2.0 license separately from the
|
54 |
-
github source code, and licenses for composites from other datasets are
|
55 |
-
attached to each sub-directory.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
music/train-10k-30s/051.tar → default/train/0000.parquet
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:827f4a020874a4a5253f8a62c8cf4906a94a179b9ef72307c7477a500e0d4a14
|
3 |
+
size 527546448
|
music/train-10k-30s/000.tar → default/train/0001.parquet
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d769b2b7ce67b0c9ed3bd8abc151371ece3923cc8cd68328f2e8f933d2461edf
|
3 |
+
size 526897409
|
music/train-10k-30s/001.tar → default/train/0002.parquet
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e6d29154143615c9e2fdf73417b19c9790d7f8fab6241ea0c1b2ee0b21cef29
|
3 |
+
size 526795082
|
music/train-10k-30s/002.tar → default/train/0003.parquet
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84eaf9c9a9fd431215024e5b0a6058a8939f08565780fa46c11e7f02b2f51b77
|
3 |
+
size 527189393
|
default/train/0004.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b1505fe1bd3d63843cd683a889f265d9223b45ac88c7104baff79a97657713c
|
3 |
+
size 527468181
|
default/train/0005.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9edea0d2994c4f60e67659cd4a1262ea86491d0eb9a1392521c54abda33593a3
|
3 |
+
size 526533309
|
music/train-10k-30s/145.tar → default/train/0006.parquet
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ce2179885453761ed9a03c6655348e423c2a79d60993eec4a0f9e62d7148fd5
|
3 |
+
size 527132876
|
default/train/0007.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:325b97edffdcedbfb2779aa5a4def71cc350fe386fd9c55b92cb472824dac873
|
3 |
+
size 527743459
|
default/train/0008.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6cbf730d9164c00e265bba1160c88ea065f07bb324895c2d4f7d2f17e97f8dbd
|
3 |
+
size 527553497
|
music/train-10k-30s/003.tar → default/train/0009.parquet
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39898cfc697960d3adce4dbd3f6f87126c9dfbbbd9bfe3f42afd82023b2b5f62
|
3 |
+
size 47991596
|
music/train-10k-30s/004.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:bd35258e8ebbaafc34062f6a8aa38ab1eb89f89536818be777b37a42b8bc958e
|
3 |
-
size 41680068
|
|
|
|
|
|
|
|
music/train-10k-30s/005.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:9267242f860c9d6e092037398d6e6f02e3201d51498a11231662269be98ecb10
|
3 |
-
size 13003833
|
|
|
|
|
|
|
|
music/train-10k-30s/006.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:bb6af03cf2f3e9d2a91005b4631e6e90cb032687d69d988a138b7213b1a5c317
|
3 |
-
size 33183748
|
|
|
|
|
|
|
|
music/train-10k-30s/007.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:af13eb2e952c5905ce317a487d5eca045ca5399eea4cacef8f91067885398b3b
|
3 |
-
size 21626310
|
|
|
|
|
|
|
|
music/train-10k-30s/008.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:2178655e3821c9c949791e155282e7d1930ac1e7b4c4295025644abf3ac5f0aa
|
3 |
-
size 9838221
|
|
|
|
|
|
|
|
music/train-10k-30s/009.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:90e39e2fa1e0c6c7df77de8b1f3c12325cef4a1500b0e9df4cdca20a75cc202d
|
3 |
-
size 17350070
|
|
|
|
|
|
|
|
music/train-10k-30s/010.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:d8b5ec21491af9300084ffb188c3d96fc823723f81343437d44ba65b1f97b1bb
|
3 |
-
size 38591971
|
|
|
|
|
|
|
|
music/train-10k-30s/011.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:8d328857c88a6468cd70b0fc63d8cc74e8d957b6f8e560edf2425d50bb110502
|
3 |
-
size 48253373
|
|
|
|
|
|
|
|
music/train-10k-30s/012.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:beb9ffdb6f7d97b38cefc723e8fa0f83f3e0ed299499a960ecefa6b45965ae55
|
3 |
-
size 39038789
|
|
|
|
|
|
|
|
music/train-10k-30s/013.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ab8d883c9ed9160a794e7dcfce8dc7c67351a6e9b430929f1e710ac76f3a550c
|
3 |
-
size 23279188
|
|
|
|
|
|
|
|
music/train-10k-30s/014.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:968a0a0019e243c4c0738c56adc6abe999164ffa5681ba8759079730c84b54d8
|
3 |
-
size 40174959
|
|
|
|
|
|
|
|
music/train-10k-30s/015.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:73fa2a45433820b656491107744df6bf89a0009cb4a7c1302e7e931d67f03085
|
3 |
-
size 13739449
|
|
|
|
|
|
|
|
music/train-10k-30s/016.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:d2e0466357b80d8c8b41534e201d7fb85b9665fef0929fa7a90f9514a7ed17f0
|
3 |
-
size 20014430
|
|
|
|
|
|
|
|
music/train-10k-30s/017.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:e91fba5a5b9f8979d07e3320534f5f07b68a829bbee7291c21eda7e476a73494
|
3 |
-
size 20570209
|
|
|
|
|
|
|
|
music/train-10k-30s/018.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:01de45026408ed1a3a24df2c050d76128c26247bc4a83ed353e853ba796440fb
|
3 |
-
size 17055895
|
|
|
|
|
|
|
|
music/train-10k-30s/019.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:2da53c857034a0db7bf8ff6388a69da5d6066a7ebb303fa5ca445dfec5a3ee17
|
3 |
-
size 22342971
|
|
|
|
|
|
|
|
music/train-10k-30s/020.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:5134e75114c935eda1e7c46b46e6122524c227e0a2fec1466a91c1a2f7a227eb
|
3 |
-
size 16342762
|
|
|
|
|
|
|
|
music/train-10k-30s/021.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:c2f8562a083d9fbbce939f5899aa6d4bff965cb5ad1b457de39a7a734744e9a7
|
3 |
-
size 24396021
|
|
|
|
|
|
|
|
music/train-10k-30s/022.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:92e655c5602bdd4b02bc48e76d056d256b570adfeaf1580e93473256ba7bfab9
|
3 |
-
size 15373230
|
|
|
|
|
|
|
|
music/train-10k-30s/023.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:153995789462ccb08d02820c210383cad3434249be11b0c5c8631523d41e8a9d
|
3 |
-
size 13961511
|
|
|
|
|
|
|
|
music/train-10k-30s/024.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:8c34f2d7761a7ffd49a791cb56a1699395e196f8d4fc364c3ef070a5d9146716
|
3 |
-
size 27694784
|
|
|
|
|
|
|
|
music/train-10k-30s/025.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:e32af0378d878472cd8f506f0880f6313b6ca8a9433c4c82a6ab65f7e3e17f52
|
3 |
-
size 16406772
|
|
|
|
|
|
|
|
music/train-10k-30s/026.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ffe11262dfa8294439e9c2a3737dee762fb1f7a351d8818d8d28840d7542a087
|
3 |
-
size 31547656
|
|
|
|
|
|
|
|
music/train-10k-30s/027.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:a1573c9fa69848c5ce622f47516841ab040643da5eba7905b66c12f228f8de67
|
3 |
-
size 23889311
|
|
|
|
|
|
|
|
music/train-10k-30s/028.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:58879a54873cdcfb129874f9a691929e0bb6ed72447ef9549735bfeb7c0bab11
|
3 |
-
size 18154150
|
|
|
|
|
|
|
|
music/train-10k-30s/029.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:f8e29ff2a1dba709777f29fed9f41b59bdba4ad08a2ffdff7291972d682a9874
|
3 |
-
size 24008079
|
|
|
|
|
|
|
|
music/train-10k-30s/030.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:eba68e06bdd84e7170ab2647a15052c318610cce553526ab8f26b50f049fe18e
|
3 |
-
size 18696451
|
|
|
|
|
|
|
|
music/train-10k-30s/031.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:43a2b833f5000e91f4b824abed3222bb2e00a7914e43bfce98f67e7303632a7f
|
3 |
-
size 13551389
|
|
|
|
|
|
|
|
music/train-10k-30s/032.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:7096fd63ffb4fa8dea4fa46c6a083fde5fedb21080687fceddd8e1fc8923fb88
|
3 |
-
size 29230248
|
|
|
|
|
|
|
|
music/train-10k-30s/033.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:503a0f72a3c6120ec697d60a215f9c468801666297bd64fcbb79049f6b533a87
|
3 |
-
size 17558795
|
|
|
|
|
|
|
|
music/train-10k-30s/034.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:1b8806eb35578b118027d30391b0d8ffe035c3769daff26117be01ccff296b8b
|
3 |
-
size 11354924
|
|
|
|
|
|
|
|
music/train-10k-30s/035.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:d5777aeb7cf416fb27f69261d9476358f5b8f44467ac1c86c59af32fd4f01413
|
3 |
-
size 16946700
|
|
|
|
|
|
|
|
music/train-10k-30s/036.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:01b56ce4cb6a848e9b4451d6ef0efff25d4f1fb8ef6f60250a1f5c32f4f23868
|
3 |
-
size 28965611
|
|
|
|
|
|
|
|
music/train-10k-30s/037.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:92464cc3b762b0999aae4d06142ca4009c524c4c758545fdf04fc9da642016e8
|
3 |
-
size 17238688
|
|
|
|
|
|
|
|
music/train-10k-30s/038.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b74e2e88c13b28094d133c268197813495c9c58ba7e53dddbdded67063fc7159
|
3 |
-
size 39795124
|
|
|
|
|
|
|
|
music/train-10k-30s/039.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:0d505c7e692c6819522764b4ecceb35716b0f3c52e964adcedece276c5ea0f43
|
3 |
-
size 18787088
|
|
|
|
|
|
|
|
music/train-10k-30s/040.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:03216b702f4d21ddc52b618987fe312498864dbcc9319d55610be2f35a90ce03
|
3 |
-
size 30605317
|
|
|
|
|
|
|
|
music/train-10k-30s/041.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:5c6659af9caddd455ec9e428d6a875a82cc87d7c6c3f695ceaae29d523552b7f
|
3 |
-
size 15037867
|
|
|
|
|
|
|
|
music/train-10k-30s/042.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:4665e982122370750962a0760e3de2c5f11cdb5e5dfff5f0636c6b9d0b778490
|
3 |
-
size 30940734
|
|
|
|
|
|
|
|