Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: audio
|
5 |
+
dtype: audio
|
6 |
+
- name: label
|
7 |
+
dtype:
|
8 |
+
class_label:
|
9 |
+
names:
|
10 |
+
'0': zero
|
11 |
+
'1': one
|
12 |
+
'2': two
|
13 |
+
'3': three
|
14 |
+
'4': four
|
15 |
+
'5': five
|
16 |
+
'6': six
|
17 |
+
'7': seven
|
18 |
+
'8': eight
|
19 |
+
'9': nine
|
20 |
+
'10': '#unk#'
|
21 |
+
'11': '#pub#'
|
22 |
+
splits:
|
23 |
+
- name: validation
|
24 |
+
num_bytes: 107972507.648
|
25 |
+
num_examples: 3368
|
26 |
+
- name: train
|
27 |
+
num_bytes: 35133207938.0
|
28 |
+
num_examples: 1095480
|
29 |
+
- name: test
|
30 |
+
num_bytes: 120956609.28
|
31 |
+
num_examples: 3773
|
32 |
+
download_size: 31701155906
|
33 |
+
dataset_size: 35362137054.928
|
34 |
+
---
|
35 |
+
# Dataset Card for "google_speech_commands_augmented_raw_fixed"
|
36 |
+
|
37 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|