davidscripka commited on
Commit
985bf1b
1 Parent(s): 2b54ab7

Added details on validation set features

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -18,3 +18,17 @@ This is a highly effective dataset for training custom openwakeword models.
18
  **Dataset source**: https://acav100m.github.io/
19
 
20
  **Size**: An array of shape (5625000, 16, 96), corresponding to ~2000 hours of audio from the ACAV100M dataset. Each row in the array has a temporal dimension of 16, which at 80 ms per temporal step results in each row containing features representing 1.28 seconds of audio.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  **Dataset source**: https://acav100m.github.io/
19
 
20
  **Size**: An array of shape (5625000, 16, 96), corresponding to ~2000 hours of audio from the ACAV100M dataset. Each row in the array has a temporal dimension of 16, which at 80 ms per temporal step results in each row containing features representing 1.28 seconds of audio.
21
+
22
+
23
+ ## False-Positive Validation Set
24
+
25
+ This is a hand-selected combination of audio features (representing ~11 hours of total audio) that serves as a false-positive validation set when training custom openWakeWord models.
26
+ It is intended to be broadly representative of the different types of environments where openWakeWord models could be deployed, and thus useful for estimating false-positive rates.
27
+
28
+ The contributing audio datasets are:
29
+
30
+ 1) The entire [DiPCo](https://www.amazon.science/publications/dipco-dinner-party-corpus) dataset (~5.3 hours)
31
+ 2) Selected clips from the [Santa Barbara Corpus of Spoken American English](https://www.linguistics.ucsb.edu/research/santa-barbara-corpus) (~3.7 hours)
32
+ 3) Selected clips from the [MUSDB Music Dataset](https://sigsep.github.io/datasets/musdb.html) (2 hours)
33
+
34
+ Note that the MUSDB audio data was first reverberated with the [MIT impulse response recordings](https://huggingface.co/datasets/davidscripka/MIT_environmental_impulse_responses) to make it more representative of real-world deployments.