Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,19 +1,163 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
dataset_info:
|
3 |
features:
|
4 |
- name: audio
|
5 |
dtype: audio
|
6 |
- name: text
|
7 |
dtype: string
|
|
|
8 |
splits:
|
9 |
- name: train
|
10 |
-
num_bytes:
|
11 |
num_examples: 154253
|
12 |
-
download_size:
|
13 |
-
dataset_size:
|
14 |
-
|
15 |
-
-
|
16 |
-
|
17 |
-
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
19 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- vmw
|
4 |
+
license: cc-by-4.0
|
5 |
+
task_categories:
|
6 |
+
- automatic-speech-recognition
|
7 |
+
- text-to-speech
|
8 |
+
task_ids:
|
9 |
+
- keyword-spotting
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
+
size_categories:
|
13 |
+
- 1K<n<10K
|
14 |
+
modalities:
|
15 |
+
- audio
|
16 |
+
- text
|
17 |
dataset_info:
|
18 |
features:
|
19 |
- name: audio
|
20 |
dtype: audio
|
21 |
- name: text
|
22 |
dtype: string
|
23 |
+
config_name: default
|
24 |
splits:
|
25 |
- name: train
|
26 |
+
num_bytes: 0
|
27 |
num_examples: 154253
|
28 |
+
download_size: 0
|
29 |
+
dataset_size: 0
|
30 |
+
tags:
|
31 |
+
- speech
|
32 |
+
- makhuwa
|
33 |
+
- mozambique
|
34 |
+
- african-languages
|
35 |
+
- low-resource
|
36 |
+
- parallel-corpus
|
37 |
+
- trigrams
|
38 |
+
- n-grams
|
39 |
+
pretty_name: Makhuwa Trigrams Speech-Text Parallel Dataset
|
40 |
---
|
41 |
+
|
42 |
+
# Makhuwa Trigrams Speech-Text Parallel Dataset
|
43 |
+
|
44 |
+
## Dataset Description
|
45 |
+
|
46 |
+
This dataset contains 154253 parallel speech-text pairs for Makhuwa, a language spoken primarily in Mozambique. The dataset consists of audio recordings of trigram segments (3-word sequences) paired with their corresponding text transcriptions, making it suitable for automatic speech recognition (ASR) and text-to-speech (TTS) tasks.
|
47 |
+
|
48 |
+
### Dataset Summary
|
49 |
+
|
50 |
+
- **Language**: Makhuwa - `vmw`
|
51 |
+
- **Task**: Speech Recognition, Text-to-Speech
|
52 |
+
- **Size**: 154253 trigram audio segments > 1KB (small/corrupted files filtered out)
|
53 |
+
- **Format**: WAV audio files with corresponding trigram text labels
|
54 |
+
- **Segment Type**: Primarily trigrams (3-word sequences), with some bigrams and single words as fallbacks
|
55 |
+
- **Modalities**: Audio + Text
|
56 |
+
|
57 |
+
### Supported Tasks
|
58 |
+
|
59 |
+
- **Automatic Speech Recognition (ASR)**: Train models to convert Makhuwa speech to text
|
60 |
+
- **Text-to-Speech (TTS)**: Use parallel data for TTS model development
|
61 |
+
- **Keyword Spotting**: Identify specific Makhuwa word sequences in audio
|
62 |
+
- **N-gram Language Modeling**: Study Makhuwa trigram patterns
|
63 |
+
- **Phonetic Analysis**: Study Makhuwa pronunciation patterns in context
|
64 |
+
|
65 |
+
## Dataset Structure
|
66 |
+
|
67 |
+
### Data Fields
|
68 |
+
|
69 |
+
- `audio`: Audio file in WAV format containing a trigram segment
|
70 |
+
- `text`: Corresponding text transcription (typically 3 words, sometimes 2 or 1 for shorter segments)
|
71 |
+
|
72 |
+
### Data Splits
|
73 |
+
|
74 |
+
The dataset contains a single training split with 154253 filtered trigram audio segments.
|
75 |
+
|
76 |
+
## Dataset Creation
|
77 |
+
|
78 |
+
### Source Data
|
79 |
+
|
80 |
+
The audio data has been sourced ethically from consenting contributors. To protect the privacy of the original authors and speakers, specific source information cannot be shared publicly.
|
81 |
+
|
82 |
+
### Data Processing
|
83 |
+
|
84 |
+
1. **Audio Alignment**: Original audio files were processed using forced alignment to obtain word-level timestamps
|
85 |
+
2. **Trigram Segmentation**: Audio was segmented into overlapping trigrams (3-word sequences)
|
86 |
+
3. **Fallback Segmentation**: For shorter texts, bigrams or single words were created as needed
|
87 |
+
4. **Quality Filtering**:
|
88 |
+
- Segments longer than 30 seconds were excluded
|
89 |
+
- Segments shorter than 0.1 seconds were excluded
|
90 |
+
- Files smaller than 1KB were filtered out to ensure audio quality
|
91 |
+
5. **Text Processing**: Text was lowercased and cleaned of end punctuation
|
92 |
+
6. **Unique Naming**: Each segment received a unique sequential filename (trigram_XXXXXX.wav)
|
93 |
+
|
94 |
+
### Alignment Technology
|
95 |
+
|
96 |
+
Audio processing and word-level alignment performed using the [MMS-300M-1130 Forced Aligner](https://huggingface.co/MahmoudAshraf/mms-300m-1130-forced-aligner) tool, which provides accurate timestamp information for creating precise trigram segments.
|
97 |
+
|
98 |
+
### Annotations
|
99 |
+
|
100 |
+
Text annotations represent the spoken content in each trigram audio segment, with text processing applied for consistency:
|
101 |
+
- Lowercased for uniformity
|
102 |
+
- End punctuation removed
|
103 |
+
- Spaces normalized
|
104 |
+
|
105 |
+
## Considerations for Using the Data
|
106 |
+
|
107 |
+
### Social Impact of Dataset
|
108 |
+
|
109 |
+
This dataset contributes to the preservation and digital representation of Makhuwa, supporting:
|
110 |
+
- Language technology development for underrepresented languages
|
111 |
+
- Educational resources for Makhuwa language learning
|
112 |
+
- Cultural preservation through digital archives
|
113 |
+
- N-gram based language modeling research
|
114 |
+
|
115 |
+
### Discussion of Biases
|
116 |
+
|
117 |
+
- The dataset may reflect the pronunciation patterns and dialects of specific regions or speakers
|
118 |
+
- Audio quality and recording conditions may vary across segments
|
119 |
+
- Trigram distribution may not be representative of natural Makhuwa language patterns
|
120 |
+
- Some segments may contain overlapping content due to the sliding window approach
|
121 |
+
|
122 |
+
### Other Known Limitations
|
123 |
+
|
124 |
+
- Segment-level rather than full sentence context
|
125 |
+
- Potential audio quality variations between segments
|
126 |
+
- Regional dialect representation may be uneven
|
127 |
+
- Variable segment lengths (primarily 3 words, but includes 2-word and 1-word segments)
|
128 |
+
|
129 |
+
## Additional Information
|
130 |
+
|
131 |
+
### Dataset Statistics
|
132 |
+
|
133 |
+
- **Primary Content**: Trigram segments (3-word sequences)
|
134 |
+
- **Fallback Content**: Bigram segments (2-word sequences) and single words
|
135 |
+
- **Segment Duration**: 0.1 to 30 seconds
|
136 |
+
- **Minimum File Size**: 1KB after processing
|
137 |
+
|
138 |
+
### Licensing Information
|
139 |
+
|
140 |
+
This dataset is released under the Creative Commons Attribution 4.0 International License (CC BY 4.0).
|
141 |
+
|
142 |
+
### Citation Information
|
143 |
+
|
144 |
+
If you use this dataset in your research, please cite:
|
145 |
+
|
146 |
+
```
|
147 |
+
@dataset{makhuwa_trigrams_parallel_2025,
|
148 |
+
title={Makhuwa Trigrams Speech-Text Parallel Dataset},
|
149 |
+
year={2025},
|
150 |
+
publisher={Hugging Face},
|
151 |
+
howpublished={\url{https://huggingface.co/datasets/michsethowusu/makhuwa-trigrams-speech-text-parallel}}
|
152 |
+
}
|
153 |
+
```
|
154 |
+
|
155 |
+
### Acknowledgments
|
156 |
+
|
157 |
+
- Audio processing and alignment performed using [MMS-300M-1130 Forced Aligner](https://huggingface.co/MahmoudAshraf/mms-300m-1130-forced-aligner)
|
158 |
+
- Forced alignment and trigram segmentation using CTC forced alignment techniques
|
159 |
+
- Thanks to all contributors who provided audio samples while maintaining privacy protection
|
160 |
+
|
161 |
+
### Contact
|
162 |
+
|
163 |
+
For questions or concerns about this dataset, please open an issue in the dataset repository.
|