Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# HeightCeleb
|
2 |
This repository contains the dataset described in article *["HeightCeleb - an enrichment of VoxCeleb dataset with speaker height information"](https://arxiv.org/abs/2410.12668)*,
|
3 |
which will be presented at [SLT 2024](https://2024.ieeeslt.org/) conference in Macau, China.
|
@@ -22,6 +42,4 @@ This dataset contains `VoxCeleb1 ID`, `sex`
|
|
22 |
and `split` information from the Voxceleb dataset.
|
23 |
|
24 |
## Licenese
|
25 |
-
HighCeleb dataset is distributed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license.
|
26 |
-
|
27 |
-
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
size_categories:
|
4 |
+
- 1K<n<10K
|
5 |
+
dataset_info:
|
6 |
+
features:
|
7 |
+
- name: VoxCeleb1 ID
|
8 |
+
dtype: string
|
9 |
+
- name: height
|
10 |
+
dtype: int
|
11 |
+
- name: sex
|
12 |
+
dtype: string
|
13 |
+
- name: split
|
14 |
+
dtype: string
|
15 |
+
task_categories:
|
16 |
+
- audio-classification
|
17 |
+
tags:
|
18 |
+
- speaker
|
19 |
+
- height
|
20 |
+
---
|
21 |
# HeightCeleb
|
22 |
This repository contains the dataset described in article *["HeightCeleb - an enrichment of VoxCeleb dataset with speaker height information"](https://arxiv.org/abs/2410.12668)*,
|
23 |
which will be presented at [SLT 2024](https://2024.ieeeslt.org/) conference in Macau, China.
|
|
|
42 |
and `split` information from the Voxceleb dataset.
|
43 |
|
44 |
## Licenese
|
45 |
+
HighCeleb dataset is distributed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license.
|
|
|
|