Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -9,13 +9,59 @@ dataset_info:
|
|
9 |
dtype: string
|
10 |
splits:
|
11 |
- name: train
|
12 |
-
num_bytes:
|
13 |
-
num_examples:
|
14 |
-
download_size:
|
15 |
-
dataset_size:
|
16 |
configs:
|
17 |
- config_name: default
|
18 |
data_files:
|
19 |
- split: train
|
20 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
dtype: string
|
10 |
splits:
|
11 |
- name: train
|
12 |
+
num_bytes: 5929148456.25
|
13 |
+
num_examples: 19918
|
14 |
+
download_size: 4614643443
|
15 |
+
dataset_size: 5929148456.25
|
16 |
configs:
|
17 |
- config_name: default
|
18 |
data_files:
|
19 |
- split: train
|
20 |
path: data/train-*
|
21 |
+
license: cc-by-4.0
|
22 |
+
task_categories:
|
23 |
+
- text-to-speech
|
24 |
+
language:
|
25 |
+
- wo
|
26 |
+
pretty_name: anta_women_tts
|
27 |
+
size_categories:
|
28 |
+
- 10K<n<100K
|
29 |
---
|
30 |
+
# Anta Women TTS
|
31 |
+
## Dataset Description
|
32 |
+
This is a cleaned version of the [Wolof TTS dataset](https://huggingface.co/datasets/galsenai/wolof_tts) by [GalsenAI](https://galsen.ai/).
|
33 |
+
We extracted the `female` voice, denoised it and enhanced it with the [Resemble Enhance](https://github.com/resemble-ai/resemble-enhance) library.
|
34 |
+
We also cleaned up the annotations by __removing special characters, emojis, Arabic and Russian characters__.
|
35 |
+
We've corrected a few annotation errors, __but there are potentially many more to come__.
|
36 |
+
Some lines and audios judged not qualitative enough have been removed from the dataset, reducing its size to `19918 annotated audios`.
|
37 |
+
|
38 |
+
### Speaking time:
|
39 |
+
|
40 |
+
The speaking time is to be updated: `18h 47mn 19s`
|
41 |
+
|
42 |
+
The text dataset comes from _news websites_, _Wikipedia_ and _self curated text_.
|
43 |
+
|
44 |
+
## Citation
|
45 |
+
You can access the project paper at https://arxiv.org/abs/2104.02516.
|
46 |
+
If you work on the dataset, please cite the authors below.
|
47 |
+
```
|
48 |
+
@dataset{thierno_ibrahima_diop_2021_4498861,
|
49 |
+
author = {Thierno Ibrahima Diop and
|
50 |
+
Demba AW and
|
51 |
+
Ami jaane and
|
52 |
+
Mamadou Badiane},
|
53 |
+
title = {WOLOF TTS(Text To Speech) Data},
|
54 |
+
month = feb,
|
55 |
+
year = 2021,
|
56 |
+
publisher = {Zenodo},
|
57 |
+
version = 1,
|
58 |
+
doi = {10.5281/zenodo.4498861},
|
59 |
+
url = {https://doi.org/10.5281/zenodo.4498861}
|
60 |
+
}
|
61 |
+
```
|
62 |
+
|
63 |
+
|
64 |
+
## Acknowledgment
|
65 |
+
This work was carried out by [Derguene](https://huggingface.co/derguene/) and was made possible thanks to computing infrastructure support from [Caytu Robotics](https://caytu.com/).
|
66 |
+
Many thanks to them and especially to [Abdoulaye Faye](https://www.linkedin.com/in/abdfaye/) for this support.
|
67 |
+
|