Update README.md
Browse files
README.md
CHANGED
@@ -40,7 +40,7 @@ This dataset may help research in:
|
|
40 |
- Music plagiarism detection
|
41 |
|
42 |
# Dataset Details
|
43 |
-
The MelodySim dataset contains three splits: train, validation and test. Each split contains multiple tracks. Each track folder contains the same song in 4
|
44 |
|
45 |
After downloading the dataset, [this dataloader](https://github.com/AMAAI-Lab/MelodySim/blob/main/data/dataloader.py) may help loading the dataset.
|
46 |
|
|
|
40 |
- Music plagiarism detection
|
41 |
|
42 |
# Dataset Details
|
43 |
+
The MelodySim dataset contains three splits: train, validation and test. Each split contains multiple tracks. Each track folder contains the same song in 4 versions ("original", "version_0", "version_1", "version_2"), all of which are synthesized from the same midi file with [sf2](https://github.com/Rainbow-Dreamer/sf2_loader) in different settings. Checkout [MelodySim Paper](https://arxiv.org/abs/2505.20979) for details how the different versions are augmented. Each version contains multiple 10-second chunks named with their indices.
|
44 |
|
45 |
After downloading the dataset, [this dataloader](https://github.com/AMAAI-Lab/MelodySim/blob/main/data/dataloader.py) may help loading the dataset.
|
46 |
|