davidscripka
commited on
Commit
•
5a6c42e
1
Parent(s):
8ea7405
Update dataset shape
Browse files
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 (
|
|
|
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.
|