Datasets:
Tasks:
Audio Classification
Formats:
parquet
Sub-tasks:
keyword-spotting
Languages:
English
Size:
100K - 1M
ArXiv:
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -30,6 +30,42 @@ tags:
|
|
30 |
- audio
|
31 |
- classification
|
32 |
- extended
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
---
|
34 |
|
35 |
# Dataset Card for SpeechCommands
|
|
|
30 |
- audio
|
31 |
- classification
|
32 |
- extended
|
33 |
+
dataset_info:
|
34 |
+
config_name: enrichment_only
|
35 |
+
features:
|
36 |
+
- name: label_string
|
37 |
+
dtype: string
|
38 |
+
- name: probability
|
39 |
+
dtype: float64
|
40 |
+
- name: probability_vector
|
41 |
+
sequence: float32
|
42 |
+
- name: prediction
|
43 |
+
dtype: int64
|
44 |
+
- name: prediction_string
|
45 |
+
dtype: string
|
46 |
+
- name: embedding_reduced
|
47 |
+
sequence: float32
|
48 |
+
splits:
|
49 |
+
- name: train
|
50 |
+
num_bytes: 8763867
|
51 |
+
num_examples: 51093
|
52 |
+
- name: validation
|
53 |
+
num_bytes: 1165942
|
54 |
+
num_examples: 6799
|
55 |
+
- name: test
|
56 |
+
num_bytes: 528408
|
57 |
+
num_examples: 3081
|
58 |
+
download_size: 0
|
59 |
+
dataset_size: 10458217
|
60 |
+
configs:
|
61 |
+
- config_name: enrichment_only
|
62 |
+
data_files:
|
63 |
+
- split: train
|
64 |
+
path: enrichment_only/train-*
|
65 |
+
- split: validation
|
66 |
+
path: enrichment_only/validation-*
|
67 |
+
- split: test
|
68 |
+
path: enrichment_only/test-*
|
69 |
---
|
70 |
|
71 |
# Dataset Card for SpeechCommands
|