Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: uttid
|
5 |
+
dtype: string
|
6 |
+
- name: audio
|
7 |
+
dtype: audio
|
8 |
+
- name: text
|
9 |
+
dtype: string
|
10 |
+
- name: intent
|
11 |
+
dtype:
|
12 |
+
class_label:
|
13 |
+
names:
|
14 |
+
'0': DecreaseBrightness
|
15 |
+
'1': IncreaseBrightness
|
16 |
+
'2': SetLightBrightness
|
17 |
+
'3': SetLightColor
|
18 |
+
'4': SwitchLightOff
|
19 |
+
'5': SwitchLightOn
|
20 |
+
- name: entities
|
21 |
+
sequence:
|
22 |
+
class_label:
|
23 |
+
names:
|
24 |
+
'0': B-LOC
|
25 |
+
'1': I-LOC
|
26 |
+
'2': B-COL
|
27 |
+
'3': I-COL
|
28 |
+
'4': B-NUM
|
29 |
+
'5': I-NUM
|
30 |
+
'6': O
|
31 |
+
- name: speaker
|
32 |
+
struct:
|
33 |
+
- name: age
|
34 |
+
dtype: int64
|
35 |
+
- name: country
|
36 |
+
dtype: string
|
37 |
+
- name: gender
|
38 |
+
dtype: string
|
39 |
+
- name: id
|
40 |
+
dtype: string
|
41 |
+
splits:
|
42 |
+
- name: train
|
43 |
+
num_bytes: 93171460.8
|
44 |
+
num_examples: 996
|
45 |
+
- name: validation
|
46 |
+
num_bytes: 18709119.337349396
|
47 |
+
num_examples: 200
|
48 |
+
- name: test
|
49 |
+
num_bytes: 43405175.8626506
|
50 |
+
num_examples: 464
|
51 |
+
download_size: 129607395
|
52 |
+
dataset_size: 155285756.0
|
53 |
+
---
|
54 |
+
# Dataset Card for "smart-lights-en-close-field"
|
55 |
+
|
56 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|