marconilab
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,47 +1,36 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
-
|
7 |
-
|
8 |
-
- name: contributor_id
|
9 |
-
dtype: int64
|
10 |
-
- name: gender
|
11 |
-
dtype: string
|
12 |
-
- name: age_group
|
13 |
-
dtype: string
|
14 |
-
- name: voice_clip
|
15 |
-
dtype: string
|
16 |
-
- name: duration
|
17 |
-
dtype: float64
|
18 |
-
- name: up_votes
|
19 |
-
dtype: int64
|
20 |
-
- name: down_votes
|
21 |
-
dtype: int64
|
22 |
-
- name: Region
|
23 |
-
dtype: string
|
24 |
-
- name: path
|
25 |
-
dtype: audio
|
26 |
-
splits:
|
27 |
-
- name: train
|
28 |
-
num_bytes: 1944468591.6
|
29 |
-
num_examples: 5101
|
30 |
-
- name: eval
|
31 |
-
num_bytes: 922501585.0
|
32 |
-
num_examples: 2000
|
33 |
-
- name: test
|
34 |
-
num_bytes: 1319451831.0
|
35 |
-
num_examples: 3200
|
36 |
-
download_size: 4531510669
|
37 |
-
dataset_size: 4186422007.6
|
38 |
-
configs:
|
39 |
-
- config_name: default
|
40 |
-
data_files:
|
41 |
-
- split: train
|
42 |
-
path: data/train-*
|
43 |
-
- split: eval
|
44 |
-
path: data/eval-*
|
45 |
-
- split: test
|
46 |
-
path: data/test-*
|
47 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- lg
|
4 |
+
subsets:
|
5 |
+
- train
|
6 |
+
- eval
|
7 |
+
- test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
+
|
10 |
+
# Luganda Speech Dataset
|
11 |
+
|
12 |
+
## Dataset Description
|
13 |
+
|
14 |
+
This dataset contains speech recordings in Luganda, split into training, evaluation, and test sets.
|
15 |
+
|
16 |
+
## Dataset Structure
|
17 |
+
|
18 |
+
The dataset is organized as follows:
|
19 |
+
|
20 |
+
- `train`: Training set
|
21 |
+
- `eval`: Evaluation set
|
22 |
+
- `test`: Test set
|
23 |
+
|
24 |
+
Each entry includes the following features:
|
25 |
+
|
26 |
+
- `sentence`: The spoken sentence
|
27 |
+
- `language`: The language of the recording (Luganda)
|
28 |
+
- `contributor_id`: ID of the contributor
|
29 |
+
- `gender`: Gender of the contributor
|
30 |
+
- `age_group`: Age group of the contributor
|
31 |
+
- `voice_clip`: Path to the audio file
|
32 |
+
- `duration`: Duration of the audio file
|
33 |
+
- `up_votes`: Number of up votes
|
34 |
+
- `down_votes`: Number of down votes
|
35 |
+
- `Region`: Region of the contributor
|
36 |
+
- `path`: Path to the audio file
|