benjamin-paine
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,31 +1,32 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
dataset_info:
|
4 |
-
features:
|
5 |
-
- name: video_id
|
6 |
-
dtype: string
|
7 |
-
- name: audio
|
8 |
-
dtype:
|
9 |
-
audio:
|
10 |
-
sampling_rate: 16000
|
11 |
-
- name: labels
|
12 |
-
sequence: string
|
13 |
-
- name: human_labels
|
14 |
-
sequence: string
|
15 |
-
splits:
|
16 |
-
- name: test
|
17 |
-
num_bytes: 1960420240.25
|
18 |
-
num_examples: 6182
|
19 |
-
- name: train
|
20 |
-
num_bytes: 4999231653.125
|
21 |
-
num_examples: 15759
|
22 |
-
download_size: 6813053099
|
23 |
-
dataset_size: 6959651893.375
|
24 |
-
configs:
|
25 |
-
- config_name: default
|
26 |
-
data_files:
|
27 |
-
- split: test
|
28 |
-
path: data/test-*
|
29 |
-
- split: train
|
30 |
-
path: data/train-*
|
31 |
-
---
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: video_id
|
6 |
+
dtype: string
|
7 |
+
- name: audio
|
8 |
+
dtype:
|
9 |
+
audio:
|
10 |
+
sampling_rate: 16000
|
11 |
+
- name: labels
|
12 |
+
sequence: string
|
13 |
+
- name: human_labels
|
14 |
+
sequence: string
|
15 |
+
splits:
|
16 |
+
- name: test
|
17 |
+
num_bytes: 1960420240.25
|
18 |
+
num_examples: 6182
|
19 |
+
- name: train
|
20 |
+
num_bytes: 4999231653.125
|
21 |
+
num_examples: 15759
|
22 |
+
download_size: 6813053099
|
23 |
+
dataset_size: 6959651893.375
|
24 |
+
configs:
|
25 |
+
- config_name: default
|
26 |
+
data_files:
|
27 |
+
- split: test
|
28 |
+
path: data/test-*
|
29 |
+
- split: train
|
30 |
+
path: data/train-*
|
31 |
+
---
|
32 |
+
This repository is a re-upload of [https://huggingface.co/datasets/agkphysics/AudioSet](akgphysics/AudioSet) in Parquet format, with all audio resampled to 16 KHz using `torchaudio.transforms.Resample`.
|