davidscripka commited on
Commit
5a6c42e
1 Parent(s): 8ea7405

Update dataset shape

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,4 +17,4 @@ This is a highly effective dataset for training custom openwakeword models.
17
 
18
  **Dataset source**: https://acav100m.github.io/
19
 
20
- **Size**: An array of shape (2812500, 16, 96), corresponding to ~1000 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.
 
17
 
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.