Update README.md
Browse filesadd details about mturk examples
README.md
CHANGED
@@ -2,12 +2,14 @@
|
|
2 |
|
3 |
SC09 is a raw audio waveform dataset used in the paper "It's Raw! Audio Generation with State-Space Models". It was previously used as a challenging problem for unconditional audio generation by Donahue et al. (2019), and was originally introduced as a dataset for keyword spotting by Warden (2018). The SC09 dataset consists of 1s clips of utterances of the digits zero through nine across a variety of speakers, with diverse accents and noise conditions.
|
4 |
|
5 |
-
We include
|
6 |
- folders `zero` through `nine`, each containing audio files sampled at 16kHz corresponding to utterances for the digit
|
7 |
- `validation_list.txt` containing the list of validation utterances
|
8 |
- `testing_list.txt` containing the list of testing utterances
|
9 |
- the original `LICENSE` file
|
10 |
|
|
|
|
|
11 |
We split the data into train-val-test for training SaShiMi models and baselines by following the splits provided in `validation_list.txt` and `testing_list.txt`.
|
12 |
|
13 |
You can use the following BibTeX entries to appropriately cite prior work related to this dataset if you decide to use this in your research:
|
|
|
2 |
|
3 |
SC09 is a raw audio waveform dataset used in the paper "It's Raw! Audio Generation with State-Space Models". It was previously used as a challenging problem for unconditional audio generation by Donahue et al. (2019), and was originally introduced as a dataset for keyword spotting by Warden (2018). The SC09 dataset consists of 1s clips of utterances of the digits zero through nine across a variety of speakers, with diverse accents and noise conditions.
|
4 |
|
5 |
+
We include an `sc09.zip` file that contains:
|
6 |
- folders `zero` through `nine`, each containing audio files sampled at 16kHz corresponding to utterances for the digit
|
7 |
- `validation_list.txt` containing the list of validation utterances
|
8 |
- `testing_list.txt` containing the list of testing utterances
|
9 |
- the original `LICENSE` file
|
10 |
|
11 |
+
We also include a `sc09_quantized.zip` file, which contains examples that were used in our MTurk study (details of which can be found in the SaShiMi paper). In particular, we take 50 random examples from each digit class and run each through a round of mu-law quantization followed by dequantization. This mimics the quantization noise that is experienced by samples generated by autoregressive models that are trained with mu-law quantization.
|
12 |
+
|
13 |
We split the data into train-val-test for training SaShiMi models and baselines by following the splits provided in `validation_list.txt` and `testing_list.txt`.
|
14 |
|
15 |
You can use the following BibTeX entries to appropriately cite prior work related to this dataset if you decide to use this in your research:
|