Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,50 @@ tags:
|
|
10 |
- Audio
|
11 |
size_categories:
|
12 |
- 10K<n<100K
|
13 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
- Audio
|
11 |
size_categories:
|
12 |
- 10K<n<100K
|
13 |
+
---
|
14 |
+
|
15 |
+
# Wolof Speech Dataset
|
16 |
+
|
17 |
+
This repository hosts a collection of Wolof speech datasets. The datasets, sourced from various contributors, are each stored in separate pickle files. Each pickle file contains the following columns:
|
18 |
+
|
19 |
+
- **audio**: The audio data in WAV or MP3 format.
|
20 |
+
- **transcription**: The corresponding transcriptions of the audio data.
|
21 |
+
- **length**(duration(s)): The duration of each audio recording.
|
22 |
+
- **filename**: The name of the audio file.
|
23 |
+
- **path**: The path to the audio file.
|
24 |
+
|
25 |
+
## Dataset Overview
|
26 |
+
|
27 |
+
To ensure well-organized and readable code, we have divided the code into separate files, each dedicated to downloading and cleaning a specific dataset. Below are the datasets included in this collection:
|
28 |
+
|
29 |
+
### 1. ISMA/ALFFA_WOLOF
|
30 |
+
- **Source**: https://huggingface.co/datasets/Isma/alffa_wolof
|
31 |
+
- **Processing**: A function was created to extract the audio from the column and save it in a WAV file.
|
32 |
+
|
33 |
+
### 2. SERGE-WILSON/WOLOF_SPEECH_TRANSCRIPTION
|
34 |
+
- **Source**: Mendy, n.d.
|
35 |
+
- **Description**: This dataset contains 14,844 audio rows or speech recordings, totaling 17.75 hours of recordings. The audio column type is 'ByteWAV'.
|
36 |
+
- **Processing**: We implemented a function to convert the audio into WAV format before saving the corresponding files.
|
37 |
+
|
38 |
+
### 3. PERRYNELSON/WAXAL-WOLOF
|
39 |
+
- **Source**: https://huggingface.co/datasets/perrynelson/waxal-wolof
|
40 |
+
|
41 |
+
### 4. GOOGLE/FLEURS
|
42 |
+
- **Source**: Conneau et al., 2022
|
43 |
+
- **Description**: This dataset is a comprehensive collection containing speech-to-text data for hundreds of languages, including low-resource languages like Wolof. It includes 11.2 hours of recordings for the Wolof dataset.
|
44 |
+
|
45 |
+
## Other Website Sources
|
46 |
+
|
47 |
+
The following datasets were acquired by downloading a zip file containing folders with audio files and a file (CSV or TXT) housing transcriptions along with the paths to the corresponding audio files:
|
48 |
+
|
49 |
+
### 1. ALFFA DATASET
|
50 |
+
- **Source**: Gauthier, Besacier, Voisin, Melese, & Elingui, 2016
|
51 |
+
- **Description**: This dataset comprises various African languages designed for AI projects, aimed at leveraging low-resource African languages for AI applications. It contains 18.97 hours of Wolof recordings.
|
52 |
+
|
53 |
+
### 2. WAXAL DATASET
|
54 |
+
- **Source**: Waxal-Multilingual, 2022
|
55 |
+
- **Description**: This dataset provides a CSV file containing transcriptions and the paths to corresponding audio files, along with a link for downloading the audio files. It includes 7.12 hours of recordings.
|
56 |
+
|
57 |
+
### 3. WOLOF TTS DATASET
|
58 |
+
- **Source**: Diop, Aw, Jaane, & Badiane, 2021
|
59 |
+
- **Description**: The WOLOF TTS dataset presents a well-organized dataset categorized by gender voice. It is the most extensive dataset identified so far, comprising 45.3 hours of recordings.
|