Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: validation
|
8 |
+
path: data/validation-*
|
9 |
+
- split: test
|
10 |
+
path: data/test-*
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: file
|
14 |
+
dtype: string
|
15 |
+
- name: label
|
16 |
+
dtype:
|
17 |
+
class_label:
|
18 |
+
names:
|
19 |
+
'0': 'yes'
|
20 |
+
'1': 'no'
|
21 |
+
'2': up
|
22 |
+
'3': down
|
23 |
+
'4': left
|
24 |
+
'5': right
|
25 |
+
'6': 'on'
|
26 |
+
'7': 'off'
|
27 |
+
'8': stop
|
28 |
+
'9': go
|
29 |
+
'10': zero
|
30 |
+
'11': one
|
31 |
+
'12': two
|
32 |
+
'13': three
|
33 |
+
'14': four
|
34 |
+
'15': five
|
35 |
+
'16': six
|
36 |
+
'17': seven
|
37 |
+
'18': eight
|
38 |
+
'19': nine
|
39 |
+
'20': bed
|
40 |
+
'21': bird
|
41 |
+
'22': cat
|
42 |
+
'23': dog
|
43 |
+
'24': happy
|
44 |
+
'25': house
|
45 |
+
'26': marvin
|
46 |
+
'27': sheila
|
47 |
+
'28': tree
|
48 |
+
'29': wow
|
49 |
+
'30': backward
|
50 |
+
'31': forward
|
51 |
+
'32': follow
|
52 |
+
'33': learn
|
53 |
+
'34': visual
|
54 |
+
'35': _silence_
|
55 |
+
- name: input_features
|
56 |
+
sequence:
|
57 |
+
sequence: float32
|
58 |
+
splits:
|
59 |
+
- name: train
|
60 |
+
num_bytes: 81484786167
|
61 |
+
num_examples: 84848
|
62 |
+
- name: validation
|
63 |
+
num_bytes: 9586332258
|
64 |
+
num_examples: 9982
|
65 |
+
- name: test
|
66 |
+
num_bytes: 4696163330
|
67 |
+
num_examples: 4890
|
68 |
+
download_size: 2260418103
|
69 |
+
dataset_size: 95767281755
|
70 |
+
---
|
71 |
+
# Dataset Card for "whisper_speechcommandsV2_data"
|
72 |
+
|
73 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|