lansinuote
commited on
Commit
•
8ae44e3
1
Parent(s):
139a416
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: label
|
5 |
+
dtype:
|
6 |
+
class_label:
|
7 |
+
names:
|
8 |
+
'0': 'yes'
|
9 |
+
'1': 'no'
|
10 |
+
'2': up
|
11 |
+
'3': down
|
12 |
+
'4': left
|
13 |
+
'5': right
|
14 |
+
'6': 'on'
|
15 |
+
'7': 'off'
|
16 |
+
'8': stop
|
17 |
+
'9': go
|
18 |
+
'10': _silence_
|
19 |
+
'11': _unknown_
|
20 |
+
- name: input_values
|
21 |
+
sequence: float32
|
22 |
+
splits:
|
23 |
+
- name: train
|
24 |
+
num_bytes: 1509530984
|
25 |
+
num_examples: 23582
|
26 |
+
- name: test
|
27 |
+
num_bytes: 6401200
|
28 |
+
num_examples: 100
|
29 |
+
download_size: 1132590456
|
30 |
+
dataset_size: 1515932184
|
31 |
+
---
|
32 |
+
# Dataset Card for "au.1.audio_classification"
|
33 |
+
|
34 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|