Datasets:

Size:
n<1K
ArXiv:
License:
yoyolicoris commited on
Commit
1a55f82
·
verified ·
1 Parent(s): 2949991

Refine readme instructions

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -15,6 +15,9 @@ viewer: false
15
  This dataset is associated with DiffVox, a novel and interpretable model designed for matching vocal effects in music production. DiffVox integrates parametric equalisation, dynamic range control, delay, and reverb using efficient differentiable implementations, enabling gradient-based optimisation for parameter estimation. The vocal presets contained within this dataset were retrieved from two collections: 70 tracks from MedleyDB and 365 tracks from a private collection. This work lays the foundation for future research in vocal effects modelling and automatic mixing.
16
 
17
  This dataset is a clone of a subset of the [diffvox](https://github.com/SonyResearch/diffvox/) repository, containing a collection of vocal effect presets derived from a proprietary multitrack dataset.
 
 
 
18
 
19
  ## Links
20
  - Paper: [DiffVox: A Differentiable Model for Capturing and Analysing Vocal Effects Distributions](https://arxiv.org/abs/2504.14735)
@@ -29,7 +32,8 @@ The [modules/](modules/) contains differentiable effects implemented in PyTorch
29
 
30
  ## Sample Usage
31
 
32
- For concrete examples of how to use the dataset and its associated code, please refer to the original GitHub repository. Below is a quick start example demonstrating how to set up the environment and run the retrieval process on a single track:
 
33
 
34
  First, install the required Python packages by cloning the original repository and installing its requirements:
35
  ```bash
 
15
  This dataset is associated with DiffVox, a novel and interpretable model designed for matching vocal effects in music production. DiffVox integrates parametric equalisation, dynamic range control, delay, and reverb using efficient differentiable implementations, enabling gradient-based optimisation for parameter estimation. The vocal presets contained within this dataset were retrieved from two collections: 70 tracks from MedleyDB and 365 tracks from a private collection. This work lays the foundation for future research in vocal effects modelling and automatic mixing.
16
 
17
  This dataset is a clone of a subset of the [diffvox](https://github.com/SonyResearch/diffvox/) repository, containing a collection of vocal effect presets derived from a proprietary multitrack dataset.
18
+ It contains the minimal set of files for loading the presets.
19
+ You can load this subset module into your Huggingface Space using the Huggingface API.
20
+ For concrete examples, please refer to our [demo](https://huggingface.co/spaces/yoyolicoris/diffvox).
21
 
22
  ## Links
23
  - Paper: [DiffVox: A Differentiable Model for Capturing and Analysing Vocal Effects Distributions](https://arxiv.org/abs/2504.14735)
 
32
 
33
  ## Sample Usage
34
 
35
+ For details on how we created the dataset, please refer to the original GitHub repository.
36
+ Below is a quick start example demonstrating how to set up the environment and run the retrieval process on a single track:
37
 
38
  First, install the required Python packages by cloning the original repository and installing its requirements:
39
  ```bash