freococo commited on
Commit
1b2e630
·
verified ·
1 Parent(s): a86b081

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +213 -5
README.md CHANGED
@@ -1,5 +1,213 @@
1
- ---
2
- license: other
3
- license_name: custom
4
- license_link: LICENSE
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: custom
4
+ license_link: LICENSE
5
+ pretty_name: Media Queen Entertainment Voices
6
+ language:
7
+ - my
8
+ tags:
9
+ - audio
10
+ - speech-recognition
11
+ - asr
12
+ - myanmar
13
+ - burmese
14
+ - low-resource
15
+ - fair-use
16
+ - tiktok
17
+ - webdataset
18
+ task_categories:
19
+ - automatic-speech-recognition
20
+ - audio-classification
21
+ ---
22
+
23
+ # Media Queen Entertainment Voices
24
+
25
+ > Where the stars speak, and their stories come to life.
26
+
27
+ **Media Queen Entertainment Voices** is a massive, large-scale collection of **190,013 short audio segments** (totaling approximately **125 hours** of speech) derived from public videos by **Media Queen Entertainment** — a prominent digital media channel in Myanmar focused on celebrity news, lifestyle content, and in-depth interviews.
28
+
29
+ The source channel regularly features:
30
+ - Interviews with artists, actors, creators, and public figures.
31
+ - Behind-the-scenes content and event coverage.
32
+ - Authentic, conversational discussions on culture and entertainment.
33
+
34
+ These videos capture the natural, everyday voices of Myanmar's vibrant cultural scene, making this dataset an invaluable resource for building robust, real-world speech technology.
35
+
36
+ ---
37
+
38
+ ### ❤️ Why I Built This
39
+
40
+ - Myanmar (Burmese) is often labeled a “low-resource language” in the AI world.
41
+ - I don’t reject that label because it’s false — I reject it because it reflects global neglect.
42
+ - I built this dataset to show what’s possible — to give Myanmar speech the visibility, respect, and technical foundation it deserves.
43
+
44
+ I care about languages. I care about people being heard.
45
+ And if AI is going to learn from voices — I want it to hear mine, ours, Myanmar’s.
46
+
47
+ > If you want your voice to be heard — you must first teach the machines to listen.
48
+
49
+ ---
50
+
51
+ ### 🕊️ Why It Matters to Me
52
+
53
+ We will come, and we will go.
54
+ But if your voice is integrated into AI technology — it will go on. Forever.
55
+
56
+ I cannot build you a pyramid like the ancient Egyptians did.
57
+ But I can build something more accessible, more global:
58
+ A living archive — of your beautiful, strong, and clear voices.
59
+
60
+ Maybe, just maybe — AI will speak our beautiful Myanmar language through your voice.
61
+ And I believe it will.
62
+ I truly do. 🙂
63
+
64
+ ---
65
+
66
+ ### 🔍 What's Included
67
+
68
+ - **`190,013`** audio-text chunks
69
+ - **`~125 hours`** of real Burmese speech (125h 15m 23s)
70
+ - Auto-transcribed captions with timestamps
71
+ - Rich video metadata (title, views, likes, hashtags)
72
+ - A collection of **20** WebDataset-ready `.tar.gz` shards for efficient streaming & training
73
+
74
+ ## 📂 Dataset Structure
75
+
76
+ This dataset is packaged as **20 sharded `.tar.gz` archives** containing paired audio, transcript, and metadata files in the WebDataset format.
77
+
78
+ Each sample consists of three files, grouped by a unique key:
79
+ - `.mp3` — a short audio chunk extracted from a video.
80
+ - `.txt` — the aligned transcript for the audio chunk.
81
+ - `.json` — rich metadata including the source video context.
82
+
83
+ All files are named using UUIDs:
84
+ ```
85
+ a3f1d9e671a44b88.mp3
86
+ a3f1d9e671a44b88.txt
87
+ a3f1d9e671a44b88.json
88
+ ```
89
+ The `.json` file contains the following fields:
90
+
91
+ | Field | Description |
92
+ |----------------|-------------|
93
+ | `file_name` | Name of the chunked audio file |
94
+ | `original_file` | Source video’s `.mp3` filename |
95
+ | `transcript` | Burmese caption (also in the separate .txt file) |
96
+ | `duration` | Duration of the chunk (in seconds) |
97
+ | `video_url` | Link to the original source video |
98
+ | `language` | Always `"my"` (Myanmar) |
99
+ | `title` | Title of the video |
100
+ | `description` | Full video description |
101
+ | `view_count` | View count at the time of download |
102
+ | `like_count` | Like count |
103
+ | `channel` | Publisher name and description |
104
+ | `upload_date` | In `YYYYMMDD` format |
105
+ | `hashtags` | List of hashtags from the description |
106
+ | `thumbnail` | URL to video thumbnail |
107
+ | `source` | URL to the source TikTok channel |
108
+
109
+ ---
110
+
111
+ ## 🚀 How to Use
112
+
113
+ This dataset is designed for modern, large-scale training pipelines and is compatible with 🤗 Hugging Face Datasets.
114
+
115
+ ### ✅ Load using Hugging Face Datasets (streaming)
116
+
117
+ This is the recommended way to use the dataset, as it avoids downloading all ~5.7 GB at once.
118
+
119
+ ```python
120
+ from datasets import load_dataset
121
+ import json
122
+
123
+ # The library automatically finds all .tar.gz shards
124
+ ds = load_dataset(
125
+ "freococo/media_queen_entertaiment_voices",
126
+ split="train",
127
+ streaming=True
128
+ )
129
+
130
+ # Iterate through the first 5 samples
131
+ for sample in ds.take(5):
132
+ # The transcript is now a top-level feature for easy access!
133
+ print(f"🎙️ Transcript: {sample['txt']}")
134
+
135
+ # The audio can be accessed directly as a NumPy array
136
+ audio_array = sample['audio']['array']
137
+ sampling_rate = sample['audio']['sampling_rate']
138
+ print(f"🎧 Audio loaded with shape {audio_array.shape} and rate {sampling_rate} Hz")
139
+
140
+ # The full metadata is still available in the JSON string
141
+ metadata = json.loads(sample['json'])
142
+ print(f"📺 Channel: {metadata.get('channel')}")
143
+ print(f"🎥 Video URL: {metadata.get('video_url')}")
144
+ print("---")
145
+ ```
146
+
147
+ ## 🙏 Special Thanks
148
+
149
+ This dataset would not exist without the incredible creative and production efforts of:
150
+
151
+ - 🌟 **Media Queen Entertainment** and its entire team.
152
+ - 🎤 The journalists, hosts, and interviewers who guide the conversations.
153
+ - 🗣️ The artists, creators, and public figures who generously shared their stories and perspectives.
154
+ - 🎥 The producers, editors, and behind-the-scenes teams who bring these moments to light.
155
+
156
+ These individuals are not just content creators — they are curators of culture. Their work provides a vibrant, authentic window into the heart of Myanmar's entertainment world.
157
+
158
+ ---
159
+
160
+ > Thank you for giving us your voices.
161
+ > Now, they may echo in the machines we build — not to replace you,
162
+ > but to **remember you**.
163
+
164
+ 🫡🇲🇲🧠📣
165
+
166
+ ## ⚠️ Limitations
167
+
168
+ While this dataset offers unprecedented scale for Burmese speech, it is not without imperfections.
169
+
170
+ - **Auto-caption errors**: All transcripts were generated by an automated system (Whisper). A portion of segments may contain minor to moderate transcription errors.
171
+ - **No human corrections**: No post-processing or human-in-the-loop editing was performed. This dataset reflects the raw, real-world performance of an automated pipeline.
172
+ - **Audio quality**: While generally clear, some clips may include background noise, music overlays, or sound effects common in entertainment media.
173
+ - **Representational Focus**: The dataset primarily features voices from the entertainment industry, using standard Burmese. It may not fully represent the linguistic diversity of all regional dialects in Myanmar.
174
+
175
+ ---
176
+
177
+ ### ✅ But Here's the Strength
178
+
179
+ Even with a conservative estimate of data quality, you are likely left with over **150,000 to 170,000 high-quality speech chunks**.
180
+
181
+ That alone makes this one of the **largest publicly available Burmese speech datasets** in the world.
182
+
183
+ It is not perfect — but it is powerful.
184
+ It is not corrected — but it is real.
185
+ And real voices have always mattered more than perfect ones.
186
+
187
+ ## 📄 License
188
+
189
+ This dataset is released under a **Fair Use / Research-Only License**.
190
+
191
+ It is intended for:
192
+
193
+ - ✅ Non-commercial research
194
+ - ✅ Educational use
195
+ - ✅ Language preservation
196
+ - ✅ Open AI development for Burmese (Myanmar) speech
197
+
198
+ All content was sourced from **Media Queen Entertainment's** public channels. For any commercial inquiries, please contact the original content owner directly.
199
+
200
+ For full details, see the `LICENSE` file in this repository.
201
+
202
+ ## 📚 Citation
203
+
204
+ ```bibtex
205
+ @misc{freococo_2025_mediaqueen,
206
+ author = {freococo},
207
+ title = {Media Queen Entertainment Voices: A Large-Scale Dataset for Burmese ASR},
208
+ year = {2025},
209
+ howpublished = {Hugging Face Datasets},
210
+ url = {https://huggingface.co/datasets/freococo/media_queen_entertaiment_voices}
211
+ }
212
+ ```
213
+ ```