Datasets:
Tasks:
Audio Classification
Sub-tasks:
keyword-spotting
Languages:
English
Size:
100K<n<1M
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -238,7 +238,6 @@ Example of a core word (`"label"` is a word, `"is_unknown"` is `False`):
|
|
238 |
{
|
239 |
"file": "no/7846fd85_nohash_0.wav",
|
240 |
"audio": {
|
241 |
-
"path": "no/7846fd85_nohash_0.wav",
|
242 |
"array": array([ -0.00021362, -0.00027466, -0.00036621, ..., 0.00079346,
|
243 |
0.00091553, 0.00079346]),
|
244 |
"sampling_rate": 16000
|
@@ -255,7 +254,6 @@ Example of an auxiliary word (`"label"` is a word, `"is_unknown"` is `True`)
|
|
255 |
{
|
256 |
"file": "tree/8b775397_nohash_0.wav",
|
257 |
"audio": {
|
258 |
-
"path": "tree/8b775397_nohash_0.wav",
|
259 |
"array": array([ -0.00854492, -0.01339722, -0.02026367, ..., 0.00274658,
|
260 |
0.00335693, 0.0005188]),
|
261 |
"sampling_rate": 16000
|
@@ -273,7 +271,6 @@ Example of background noise (`_silence_`) class:
|
|
273 |
{
|
274 |
"file": "_silence_/doing_the_dishes.wav",
|
275 |
"audio": {
|
276 |
-
"path": "_silence_/doing_the_dishes.wav",
|
277 |
"array": array([ 0. , 0. , 0. , ..., -0.00592041,
|
278 |
-0.00405884, -0.00253296]),
|
279 |
"sampling_rate": 16000
|
|
|
238 |
{
|
239 |
"file": "no/7846fd85_nohash_0.wav",
|
240 |
"audio": {
|
|
|
241 |
"array": array([ -0.00021362, -0.00027466, -0.00036621, ..., 0.00079346,
|
242 |
0.00091553, 0.00079346]),
|
243 |
"sampling_rate": 16000
|
|
|
254 |
{
|
255 |
"file": "tree/8b775397_nohash_0.wav",
|
256 |
"audio": {
|
|
|
257 |
"array": array([ -0.00854492, -0.01339722, -0.02026367, ..., 0.00274658,
|
258 |
0.00335693, 0.0005188]),
|
259 |
"sampling_rate": 16000
|
|
|
271 |
{
|
272 |
"file": "_silence_/doing_the_dishes.wav",
|
273 |
"audio": {
|
|
|
274 |
"array": array([ 0. , 0. , 0. , ..., -0.00592041,
|
275 |
-0.00405884, -0.00253296]),
|
276 |
"sampling_rate": 16000
|