Datasets:
adamnarozniak
commited on
Commit
•
d1894e0
1
Parent(s):
443e9e8
Update README.md
Browse files
README.md
CHANGED
@@ -1,86 +1,86 @@
|
|
1 |
-
---
|
2 |
-
dataset_info:
|
3 |
-
features:
|
4 |
-
- name: audio
|
5 |
-
dtype: audio
|
6 |
-
- name: speaker_id
|
7 |
-
dtype: string
|
8 |
-
- name: label
|
9 |
-
dtype:
|
10 |
-
class_label:
|
11 |
-
names:
|
12 |
-
'0': '"Applause"'
|
13 |
-
'1': '"Breathing"'
|
14 |
-
'2': '"Chatter"'
|
15 |
-
'3': '"Clapping"'
|
16 |
-
'4': '"Clicking"'
|
17 |
-
'5': '"Conversation"'
|
18 |
-
'6': '"Cough"'
|
19 |
-
'7': '"Crowd"'
|
20 |
-
'8': '"Door"'
|
21 |
-
'9': '"Female speech'
|
22 |
-
'10': '"Hubbub'
|
23 |
-
'11': '"Inside'
|
24 |
-
'12': '"Knock"'
|
25 |
-
'13': '"Laughter"'
|
26 |
-
'14': '"Male speech'
|
27 |
-
'15': '"None of the above"'
|
28 |
-
'16': '"Pink noise"'
|
29 |
-
'17': '"Silence"'
|
30 |
-
'18': '"Speech"'
|
31 |
-
'19': '"Television"'
|
32 |
-
'20': '"Throat clearing"'
|
33 |
-
'21': '"Typing"'
|
34 |
-
'22': '"Walk'
|
35 |
-
'23': '"White noise"'
|
36 |
-
- name: start
|
37 |
-
dtype: string
|
38 |
-
- name: id
|
39 |
-
dtype:
|
40 |
-
class_label:
|
41 |
-
names:
|
42 |
-
'0': /m/01b_21
|
43 |
-
'1': /m/01h8n0
|
44 |
-
'2': /m/01j3sz
|
45 |
-
'3': /m/028ght
|
46 |
-
'4': /m/028v0c
|
47 |
-
'5': /m/02dgv
|
48 |
-
'6': /m/02zsn
|
49 |
-
'7': /m/0316dw
|
50 |
-
'8': /m/03qtwd
|
51 |
-
'9': /m/05zppz
|
52 |
-
'10': /m/07c52
|
53 |
-
'11': /m/07pbtc8
|
54 |
-
'12': /m/07qc9xj
|
55 |
-
'13': /m/07qfr4h
|
56 |
-
'14': /m/07r4wb8
|
57 |
-
'15': /m/07rkbfh
|
58 |
-
'16': /m/09x0r
|
59 |
-
'17': /m/0chx_
|
60 |
-
'18': /m/0cj0r
|
61 |
-
'19': /m/0dl9sf8
|
62 |
-
'20': /m/0l15bq
|
63 |
-
'21': /m/0lyf6
|
64 |
-
'22': /t/dd00125
|
65 |
-
'23': /t/dd00126
|
66 |
-
'24': none
|
67 |
-
splits:
|
68 |
-
- name: train
|
69 |
-
num_bytes: 2193371354.8
|
70 |
-
num_examples: 70254
|
71 |
-
download_size: 2135840263
|
72 |
-
dataset_size: 2193371354.8
|
73 |
-
configs:
|
74 |
-
- config_name: default
|
75 |
-
data_files:
|
76 |
-
- split: train
|
77 |
-
path: data/train-*
|
78 |
-
license: unknown
|
79 |
-
task_categories:
|
80 |
-
- audio-classification
|
81 |
-
size_categories:
|
82 |
-
- 10K<n<100K
|
83 |
-
---
|
84 |
# Dataset Card for Ambient Acoustic Context
|
85 |
|
86 |
The Ambient Acoustic Context dataset contains 1-second segments for activities that occur in a workplace setting. Each segment is associated with speaker_id.
|
@@ -139,7 +139,6 @@ DatasetDict({
|
|
139 |
num_rows: 70254
|
140 |
})
|
141 |
})
|
142 |
-
})
|
143 |
```
|
144 |
|
145 |
## Citation
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: audio
|
5 |
+
dtype: audio
|
6 |
+
- name: speaker_id
|
7 |
+
dtype: string
|
8 |
+
- name: label
|
9 |
+
dtype:
|
10 |
+
class_label:
|
11 |
+
names:
|
12 |
+
'0': '"Applause"'
|
13 |
+
'1': '"Breathing"'
|
14 |
+
'2': '"Chatter"'
|
15 |
+
'3': '"Clapping"'
|
16 |
+
'4': '"Clicking"'
|
17 |
+
'5': '"Conversation"'
|
18 |
+
'6': '"Cough"'
|
19 |
+
'7': '"Crowd"'
|
20 |
+
'8': '"Door"'
|
21 |
+
'9': '"Female speech'
|
22 |
+
'10': '"Hubbub'
|
23 |
+
'11': '"Inside'
|
24 |
+
'12': '"Knock"'
|
25 |
+
'13': '"Laughter"'
|
26 |
+
'14': '"Male speech'
|
27 |
+
'15': '"None of the above"'
|
28 |
+
'16': '"Pink noise"'
|
29 |
+
'17': '"Silence"'
|
30 |
+
'18': '"Speech"'
|
31 |
+
'19': '"Television"'
|
32 |
+
'20': '"Throat clearing"'
|
33 |
+
'21': '"Typing"'
|
34 |
+
'22': '"Walk'
|
35 |
+
'23': '"White noise"'
|
36 |
+
- name: start
|
37 |
+
dtype: string
|
38 |
+
- name: id
|
39 |
+
dtype:
|
40 |
+
class_label:
|
41 |
+
names:
|
42 |
+
'0': /m/01b_21
|
43 |
+
'1': /m/01h8n0
|
44 |
+
'2': /m/01j3sz
|
45 |
+
'3': /m/028ght
|
46 |
+
'4': /m/028v0c
|
47 |
+
'5': /m/02dgv
|
48 |
+
'6': /m/02zsn
|
49 |
+
'7': /m/0316dw
|
50 |
+
'8': /m/03qtwd
|
51 |
+
'9': /m/05zppz
|
52 |
+
'10': /m/07c52
|
53 |
+
'11': /m/07pbtc8
|
54 |
+
'12': /m/07qc9xj
|
55 |
+
'13': /m/07qfr4h
|
56 |
+
'14': /m/07r4wb8
|
57 |
+
'15': /m/07rkbfh
|
58 |
+
'16': /m/09x0r
|
59 |
+
'17': /m/0chx_
|
60 |
+
'18': /m/0cj0r
|
61 |
+
'19': /m/0dl9sf8
|
62 |
+
'20': /m/0l15bq
|
63 |
+
'21': /m/0lyf6
|
64 |
+
'22': /t/dd00125
|
65 |
+
'23': /t/dd00126
|
66 |
+
'24': none
|
67 |
+
splits:
|
68 |
+
- name: train
|
69 |
+
num_bytes: 2193371354.8
|
70 |
+
num_examples: 70254
|
71 |
+
download_size: 2135840263
|
72 |
+
dataset_size: 2193371354.8
|
73 |
+
configs:
|
74 |
+
- config_name: default
|
75 |
+
data_files:
|
76 |
+
- split: train
|
77 |
+
path: data/train-*
|
78 |
+
license: unknown
|
79 |
+
task_categories:
|
80 |
+
- audio-classification
|
81 |
+
size_categories:
|
82 |
+
- 10K<n<100K
|
83 |
+
---
|
84 |
# Dataset Card for Ambient Acoustic Context
|
85 |
|
86 |
The Ambient Acoustic Context dataset contains 1-second segments for activities that occur in a workplace setting. Each segment is associated with speaker_id.
|
|
|
139 |
num_rows: 70254
|
140 |
})
|
141 |
})
|
|
|
142 |
```
|
143 |
|
144 |
## Citation
|