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
|
@@ -31,7 +31,7 @@ tags:
|
|
| 31 |
- classification
|
| 32 |
- extended
|
| 33 |
dataset_info:
|
| 34 |
-
|
| 35 |
features:
|
| 36 |
- name: label_string
|
| 37 |
dtype: string
|
|
@@ -57,6 +57,83 @@ dataset_info:
|
|
| 57 |
num_examples: 3081
|
| 58 |
download_size: 0
|
| 59 |
dataset_size: 10458217
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
configs:
|
| 61 |
- config_name: enrichment_only
|
| 62 |
data_files:
|
|
@@ -66,6 +143,14 @@ configs:
|
|
| 66 |
path: enrichment_only/validation-*
|
| 67 |
- split: test
|
| 68 |
path: enrichment_only/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
---
|
| 70 |
|
| 71 |
# Dataset Card for SpeechCommands
|
|
|
|
| 31 |
- classification
|
| 32 |
- extended
|
| 33 |
dataset_info:
|
| 34 |
+
- config_name: enrichment_only
|
| 35 |
features:
|
| 36 |
- name: label_string
|
| 37 |
dtype: string
|
|
|
|
| 57 |
num_examples: 3081
|
| 58 |
download_size: 0
|
| 59 |
dataset_size: 10458217
|
| 60 |
+
- config_name: raw_and_enrichment_combined
|
| 61 |
+
features:
|
| 62 |
+
- name: file
|
| 63 |
+
dtype: string
|
| 64 |
+
- name: audio
|
| 65 |
+
dtype:
|
| 66 |
+
audio:
|
| 67 |
+
sampling_rate: 16000
|
| 68 |
+
- name: label
|
| 69 |
+
dtype:
|
| 70 |
+
class_label:
|
| 71 |
+
names:
|
| 72 |
+
'0': 'yes'
|
| 73 |
+
'1': 'no'
|
| 74 |
+
'2': up
|
| 75 |
+
'3': down
|
| 76 |
+
'4': left
|
| 77 |
+
'5': right
|
| 78 |
+
'6': 'on'
|
| 79 |
+
'7': 'off'
|
| 80 |
+
'8': stop
|
| 81 |
+
'9': go
|
| 82 |
+
'10': zero
|
| 83 |
+
'11': one
|
| 84 |
+
'12': two
|
| 85 |
+
'13': three
|
| 86 |
+
'14': four
|
| 87 |
+
'15': five
|
| 88 |
+
'16': six
|
| 89 |
+
'17': seven
|
| 90 |
+
'18': eight
|
| 91 |
+
'19': nine
|
| 92 |
+
'20': bed
|
| 93 |
+
'21': bird
|
| 94 |
+
'22': cat
|
| 95 |
+
'23': dog
|
| 96 |
+
'24': happy
|
| 97 |
+
'25': house
|
| 98 |
+
'26': marvin
|
| 99 |
+
'27': sheila
|
| 100 |
+
'28': tree
|
| 101 |
+
'29': wow
|
| 102 |
+
'30': _silence_
|
| 103 |
+
- name: is_unknown
|
| 104 |
+
dtype: bool
|
| 105 |
+
- name: speaker_id
|
| 106 |
+
dtype: string
|
| 107 |
+
- name: utterance_id
|
| 108 |
+
dtype: int8
|
| 109 |
+
- name: logits
|
| 110 |
+
sequence: float64
|
| 111 |
+
- name: embedding
|
| 112 |
+
sequence: float32
|
| 113 |
+
- name: label_string
|
| 114 |
+
dtype: string
|
| 115 |
+
- name: probability
|
| 116 |
+
dtype: float64
|
| 117 |
+
- name: probability_vector
|
| 118 |
+
sequence: float32
|
| 119 |
+
- name: prediction
|
| 120 |
+
dtype: int64
|
| 121 |
+
- name: prediction_string
|
| 122 |
+
dtype: string
|
| 123 |
+
- name: embedding_reduced
|
| 124 |
+
sequence: float32
|
| 125 |
+
splits:
|
| 126 |
+
- name: train
|
| 127 |
+
num_bytes: 1803565876.375
|
| 128 |
+
num_examples: 51093
|
| 129 |
+
- name: validation
|
| 130 |
+
num_bytes: 240795605.125
|
| 131 |
+
num_examples: 6799
|
| 132 |
+
- name: test
|
| 133 |
+
num_bytes: 109673146.875
|
| 134 |
+
num_examples: 3081
|
| 135 |
+
download_size: 0
|
| 136 |
+
dataset_size: 2154034628.375
|
| 137 |
configs:
|
| 138 |
- config_name: enrichment_only
|
| 139 |
data_files:
|
|
|
|
| 143 |
path: enrichment_only/validation-*
|
| 144 |
- split: test
|
| 145 |
path: enrichment_only/test-*
|
| 146 |
+
- config_name: raw_and_enrichment_combined
|
| 147 |
+
data_files:
|
| 148 |
+
- split: train
|
| 149 |
+
path: raw_and_enrichment_combined/train-*
|
| 150 |
+
- split: validation
|
| 151 |
+
path: raw_and_enrichment_combined/validation-*
|
| 152 |
+
- split: test
|
| 153 |
+
path: raw_and_enrichment_combined/test-*
|
| 154 |
---
|
| 155 |
|
| 156 |
# Dataset Card for SpeechCommands
|