Upload folder using huggingface_hub
Browse files- README.md +73 -0
- data-00000-of-00002.arrow +3 -0
- data-00001-of-00002.arrow +3 -0
- dataset_info.json +16 -0
- state.json +16 -0
README.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- ha
|
4 |
+
license: cc-by-4.0
|
5 |
+
pretty_name: Hausa Voice Dataset
|
6 |
+
size_categories:
|
7 |
+
- 1K<n<10K
|
8 |
+
task_categories:
|
9 |
+
- speech-processing
|
10 |
+
task_ids:
|
11 |
+
- automatic-speech-recognition
|
12 |
+
- text-to-speech
|
13 |
+
---
|
14 |
+
|
15 |
+
# Dataset Card for "hausa_voice_dataset"
|
16 |
+
|
17 |
+
## Dataset Overview
|
18 |
+
|
19 |
+
**Dataset Name**: Hausa Voice Dataset
|
20 |
+
|
21 |
+
**Description**: This dataset contains Hausa language audio samples from Common Voice. The dataset includes audio files and their corresponding transcriptions, designed for text-to-speech (TTS) and automatic speech recognition (ASR) research and applications.
|
22 |
+
|
23 |
+
## Dataset Structure
|
24 |
+
|
25 |
+
**Configs**:
|
26 |
+
* `default`
|
27 |
+
|
28 |
+
**Data Files**:
|
29 |
+
* Split: `train`
|
30 |
+
|
31 |
+
**Dataset Info**:
|
32 |
+
* Features:
|
33 |
+
* `audio`: Audio file (mono, 22.05kHz)
|
34 |
+
* `transcription`: Corresponding text transcription in Hausa
|
35 |
+
* Splits:
|
36 |
+
* `train`
|
37 |
+
|
38 |
+
## Usage
|
39 |
+
|
40 |
+
To load this dataset in your Python environment using Hugging Face's `datasets` library, use the following code:
|
41 |
+
|
42 |
+
```python
|
43 |
+
from datasets import load_dataset
|
44 |
+
|
45 |
+
dataset = load_dataset("mide7x/hausa_voice_dataset")
|
46 |
+
```
|
47 |
+
|
48 |
+
## Dataset Creation
|
49 |
+
|
50 |
+
This dataset was derived from Mozilla Common Voice Hausa collections. The audio files were converted to mono WAV format with a sampling rate of 22.05kHz.
|
51 |
+
|
52 |
+
## Considerations for Using the Data
|
53 |
+
|
54 |
+
### Social Impact of Dataset
|
55 |
+
|
56 |
+
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. Resources like this dataset can help bridge the technological divide for Hausa speakers.
|
57 |
+
|
58 |
+
### Discussion of Biases
|
59 |
+
|
60 |
+
The dataset may reflect biases present in the Common Voice collection process, including speaker demographics and sentence selection biases.
|
61 |
+
|
62 |
+
### Citation Information
|
63 |
+
|
64 |
+
If you use this dataset in your research, please cite:
|
65 |
+
```
|
66 |
+
@misc{hausa_voice_dataset,
|
67 |
+
author = {Dataset Creator},
|
68 |
+
title = {Hausa Voice Dataset},
|
69 |
+
year = {2024},
|
70 |
+
publisher = {Hugging Face},
|
71 |
+
howpublished = {\url{https://huggingface.co/datasets/mide7x/hausa_voice_dataset}}
|
72 |
+
}
|
73 |
+
```
|
data-00000-of-00002.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79dc0c4d929a6cf6bafb8741ce070bb5876b45c6b319c273b2ed07f5ef92f40d
|
3 |
+
size 319661208
|
data-00001-of-00002.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c6298cbd4e1ba357d2339864baa1162cd4a4be68df211c4ced8aff15f1f7f75
|
3 |
+
size 289413368
|
dataset_info.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
},
|
14 |
+
"homepage": "",
|
15 |
+
"license": ""
|
16 |
+
}
|
state.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00002.arrow"
|
5 |
+
},
|
6 |
+
{
|
7 |
+
"filename": "data-00001-of-00002.arrow"
|
8 |
+
}
|
9 |
+
],
|
10 |
+
"_fingerprint": "543543d4602d4a51",
|
11 |
+
"_format_columns": null,
|
12 |
+
"_format_kwargs": {},
|
13 |
+
"_format_type": null,
|
14 |
+
"_output_all_columns": false,
|
15 |
+
"_split": null
|
16 |
+
}
|