mide7x commited on
Commit
a84a481
·
verified ·
1 Parent(s): 77ec7a4

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ha
4
+ license: cc-by-4.0
5
+ pretty_name: Hausa Long Voice Dataset
6
+ size_categories:
7
+ - 100<n<1K
8
+ task_categories:
9
+ - text-to-speech
10
+ - automatic-speech-recognition
11
+ task_ids:
12
+ - text-to-speech
13
+ - speaker-identification
14
+ ---
15
+
16
+ # Dataset Card for "hausa_long_voice_dataset"
17
+
18
+ ## Dataset Overview
19
+
20
+ **Dataset Name**: Hausa Long Voice Dataset
21
+
22
+ **Description**: This dataset contains merged Hausa language audio samples from Common Voice. Audio files from the same speaker have been concatenated to create longer audio samples with their corresponding transcriptions, designed for text-to-speech (TTS) training where longer sequences are beneficial.
23
+
24
+ ## Dataset Structure
25
+
26
+ **Configs**:
27
+ * `default`
28
+
29
+ **Data Files**:
30
+ * Split: `train`
31
+
32
+ **Dataset Info**:
33
+ * Features:
34
+ * `audio`: Merged audio file (mono, 22.05kHz)
35
+ * `transcription`: Concatenated text transcription in Hausa
36
+ * `speaker_id`: ID of the speaker
37
+ * `num_segments`: Number of original segments merged
38
+
39
+ ## Usage
40
+
41
+ To load this dataset in your Python environment using Hugging Face's `datasets` library, use the following code:
42
+
43
+ ```python
44
+ from datasets import load_dataset
45
+
46
+ dataset = load_dataset("mide7x/hausa_long_voice_dataset")
47
+ ```
48
+
49
+ ## Dataset Creation
50
+
51
+ This dataset was derived from Mozilla Common Voice Hausa collections. The audio files from the same speaker were merged with a small silence between segments. The corresponding transcriptions were concatenated to match the merged audio.
52
+
53
+ ## Considerations for Using the Data
54
+
55
+ ### Social Impact of Dataset
56
+
57
+ This dataset helps promote technological inclusion for the Hausa language, which is spoken by over 80 million people primarily in Northern Nigeria, Niger, and other parts of West Africa. The longer audio samples are particularly useful for training more natural-sounding TTS systems.
58
+
59
+ ### Discussion of Biases
60
+
61
+ The dataset may reflect biases present in the Common Voice collection process, including speaker demographics and sentence selection biases. Additionally, the merging process introduces artificial transitions between naturally spoken segments.
62
+
63
+ ### Citation Information
64
+
65
+ If you use this dataset in your research, please cite:
66
+ ```
67
+ @misc{hausa_long_voice_dataset,
68
+ author = {Dataset Creator},
69
+ title = {Hausa Long Voice Dataset},
70
+ year = {2024},
71
+ publisher = {Hugging Face},
72
+ howpublished = {\url{https://huggingface.co/datasets/mide7x/hausa_long_voice_dataset}}
73
+ }
74
+ ```
data-00000-of-00003.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c09d2c31d3649d1a318db748c24a4d9e511ce5ece375e80da8bb05806352e9c0
3
+ size 886491616
data-00001-of-00003.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2a3fcf6c215e1831c508d3256ebb6563ab51e933be09ced2318e90018d50fa5
3
+ size 179048112
data-00002-of-00003.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a961b923dd0c7752a032d07c8e66363206c14adf7310f28e6d21700b552bb259
3
+ size 24608384
dataset_info.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "audio": {
6
+ "sampling_rate": 22050,
7
+ "_type": "Audio"
8
+ },
9
+ "transcription": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "speaker_id": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "num_segments": {
18
+ "dtype": "int32",
19
+ "_type": "Value"
20
+ }
21
+ },
22
+ "homepage": "",
23
+ "license": ""
24
+ }
state.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00003.arrow"
5
+ },
6
+ {
7
+ "filename": "data-00001-of-00003.arrow"
8
+ },
9
+ {
10
+ "filename": "data-00002-of-00003.arrow"
11
+ }
12
+ ],
13
+ "_fingerprint": "0f1ca0e873e39021",
14
+ "_format_columns": null,
15
+ "_format_kwargs": {},
16
+ "_format_type": null,
17
+ "_output_all_columns": false,
18
+ "_split": null
19
+ }