freococo commited on
Commit
71a832a
·
verified ·
1 Parent(s): 6e55427

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +228 -5
README.md CHANGED
@@ -1,5 +1,228 @@
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: Khit Thit News Voices
6
+ language:
7
+ - my
8
+ tags:
9
+ - speech
10
+ - audio
11
+ - asr
12
+ - myanmar
13
+ - low-resource
14
+ - fair-use
15
+ - tiktok
16
+ - webdataset
17
+ task_categories:
18
+ - automatic-speech-recognition
19
+ - audio-classification
20
+ ---
21
+
22
+ # Khit Thit News Voices
23
+
24
+ > In the fight for truth, these are the voices that refuse to be silenced.
25
+
26
+ **Khit Thit News Voices** is a focused collection of **15,841** audio segments (≈14.7 hours total) from **Khit Thit News**, one of Myanmar's most vital and trusted independent media outlets. Founded by renowned journalist **Mr. Thar Lun Zaung Htet**, Khit Thit News stands as a pillar of reliable information and a primary voice for democratic forces within the country.
27
+
28
+ This dataset primarily features the clear, articulate voices of its two main news announcers (one male, one female), whose delivery has become synonymous with courage and journalistic integrity.
29
+
30
+ The source channel provides:
31
+ - Urgent, factual reporting on the state of the nation
32
+ - Unfiltered news bulletins and analysis
33
+ - A platform for voices suppressed elsewhere
34
+ - Daily updates that are a critical source of information for millions on Facebook and beyond
35
+
36
+ These recordings capture the sound of contemporary Burmese history as it unfolds, spoken with the formal precision and emotional gravity that the moment demands.
37
+
38
+ ---
39
+
40
+ ### ❤️ Why I Built This
41
+
42
+ - Myanmar (Burmese) is often labeled a “low-resource language” in the AI world.
43
+ - I don’t reject that label because it’s false — I reject it because it reflects global neglect.
44
+ - I built this dataset to show what’s possible — to give Myanmar speech the visibility, respect, and technical foundation it deserves.
45
+
46
+ I care about languages. I care about people being heard.
47
+ And if AI is going to learn from voices — I want it to hear ours.
48
+
49
+ > If you want your voice to be heard — you must first teach the machines to listen.
50
+
51
+ ---
52
+
53
+ ### 🕊️ Why It Matters to Me
54
+
55
+ We will come, and we will go.
56
+ But if your voice is integrated into AI technology — it will go on. Forever.
57
+
58
+ I cannot build you a pyramid like the ancient Egyptians did.
59
+ But I can build something more accessible, more global:
60
+ A living archive — of your beautiful, strong, and clear voices.
61
+
62
+ Maybe, just maybe — AI will speak our beautiful Myanmar language through your voice.
63
+ And I believe it will.
64
+ I truly do. 🙂
65
+
66
+ ---
67
+
68
+ ### 🔍 What's Included
69
+
70
+ - `15,841` audio-text chunks
71
+ - `~14.7 hours` of real Burmese speech (14h 44m 4s)
72
+ - Auto-transcribed captions with timestamps
73
+ - Rich video metadata (title, views, likes, hashtags)
74
+ - WebDataset-ready `.tar` archives for streaming & training
75
+
76
+ ## 📂 Dataset Structure
77
+
78
+ This dataset is packaged as two `.tar` archives containing paired audio and metadata files in WebDataset format.
79
+
80
+ Each audio-text pair consists of:
81
+ - `.mp3` — a short audio chunk extracted from a video
82
+ - `.json` — aligned metadata including the transcript and contextual information
83
+
84
+ All files are named using UUIDs:
85
+ ```
86
+ a3f1d9e671a44b88.mp3
87
+ a3f1d9e671a44b88.json
88
+ ```
89
+ Each `.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 from the source |
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
+ | `comment_count` | Comment count |
104
+ | `repost_count` | Repost/share count |
105
+ | `channel` | Publisher name |
106
+ | `upload_date` | In `YYYYMMDD` format |
107
+ | `hashtags` | List of hashtags from the description |
108
+ | `thumbnail` | URL to video thumbnail |
109
+ | `source` | Always: *Khit Thit News*
110
+
111
+ ---
112
+
113
+ All audio-text pairs are organized flatly inside the `.tar` archives.
114
+
115
+ The dataset can be streamed or loaded using PyTorch WebDataset, Hugging Face 🤗 Datasets, or custom Python loaders.
116
+
117
+ ## 🚀 How to Use
118
+
119
+ This dataset is stored as `.tar` archives and is compatible with both
120
+ 🤗 Hugging Face Datasets and 🧠 WebDataset training pipelines.
121
+
122
+ ---
123
+
124
+ ### ✅ Load using Hugging Face Datasets (streaming)
125
+
126
+ ```python
127
+ from datasets import load_dataset
128
+
129
+ # The library automatically finds the .tar shards in the repo
130
+ ds = load_dataset(
131
+ "freococo/khit_thit_news_voices",
132
+ split="train",
133
+ streaming=True
134
+ )
135
+
136
+ # Iterate through the first 5 samples
137
+ for sample in ds.take(5):
138
+ # The transcript is a top-level feature for easy access
139
+ print(f"🎙️ Transcript: {sample['txt']}")
140
+
141
+ # The audio data is in the 'mp3' column
142
+ audio_data = sample['mp3']
143
+ audio_array = audio_data['array']
144
+ sampling_rate = audio_data['sampling_rate']
145
+ print(f"🎧 Audio loaded with shape {audio_array.shape} and rate {sampling_rate} Hz")
146
+
147
+ # The 'json' column is ALREADY a Python dictionary
148
+ metadata = sample['json']
149
+ print(f"📺 Channel: {metadata.get('channel')}")
150
+ print(f"🎥 Video URL: {metadata.get('video_url')}")
151
+ print("---")
152
+ ```
153
+
154
+ ## 🙏 Special Thanks
155
+
156
+ This dataset is a tribute to the unwavering courage of independent journalism in Myanmar. It would not exist without the dedication of:
157
+
158
+ - 📰 **Khit Thit News**, its founder **Mr. Thar Lun Zaung Htet**, and the entire editorial team.
159
+ - 🎤 The **two primary news announcers** (male and female) whose professional, steady voices form the heart of this dataset.
160
+ - 🗣️ The sources, citizens, and activists who trust Khit Thit to share their stories.
161
+ - 🎥 The producers, editors, and behind-the-scenes teams who ensure the truth reaches the public every single day.
162
+
163
+ These individuals are not just content creators — they are the chroniclers of a nation's struggle and resilience.
164
+
165
+ They prove that in the darkest times, a clear voice is not just data—it is a beacon. And in the hands of the right generation, that beacon can become a tool for a better future.
166
+
167
+ ---
168
+
169
+ > Thank you for giving us your voices.
170
+ > Now, they may echo in the machines we build — not to replace you,
171
+ > but to **remember you**.
172
+
173
+ 🫡🇲🇲🧠📣
174
+
175
+ ## ⚠️ Limitations
176
+
177
+ While this dataset offers high-quality access to formal Burmese news speech, users should be aware of its limitations:
178
+
179
+ - **Auto-caption errors**: All transcripts were likely generated using an automated system. A portion of segments may contain minor transcription errors (missing particles, spelling issues, etc.).
180
+ - **No human corrections (yet)**: This dataset reflects the raw output of automated systems. No human-in-the-loop correction has been performed.
181
+ - **Audio quality**: While generally very clear, some clips may include news-related sound effects, brief musical intros/outros, or minimal background noise.
182
+ - **Limited Scope**: The dataset is focused on formal news delivery. It does not represent the full diversity of regional dialects, accents, or informal conversational speech in Myanmar.
183
+
184
+ ---
185
+
186
+ ### ✅ But Here's the Strength
187
+
188
+ Even with potential imperfections, you are left with over **10,000 to 12,000 high-quality speech chunks**.
189
+
190
+ That makes this one of the most significant, publicly available Burmese speech datasets for its specific domain: clear, formal news reporting.
191
+
192
+ It is not perfect — but it is powerful.
193
+ It is not corrected — but it is real.
194
+ And in this context, real voices have always mattered more than perfect ones.
195
+
196
+ ---
197
+
198
+ ### 📌 Recommendation
199
+
200
+ For training high-performance ASR models, it is recommended to incorporate human-in-the-loop correction, quality filtering, or use semi-supervised fine-tuning techniques.
201
+
202
+ ## 📄 License
203
+
204
+ This dataset is released under a **Fair Use / Research-Only License**.
205
+
206
+ It is intended for:
207
+
208
+ - ✅ Non-commercial research
209
+ - ✅ Educational use
210
+ - ✅ Language preservation
211
+ - ✅ Open AI development for Burmese (Myanmar) speech
212
+
213
+ All content was sourced from **Khit Thit News's** public channels. For any commercial inquiries, please contact the original content owner directly.
214
+
215
+ For full details, see the `LICENSE` file.
216
+
217
+ ## 📚 Citation
218
+
219
+ ```bibtex
220
+ @misc{freococo2025khitthitvoices,
221
+ title = {Khit Thit News Voices: A WebDataset for Burmese ASR and Speech Research},
222
+ author = {freococo},
223
+ year = {2025},
224
+ howpublished = {Hugging Face Datasets},
225
+ url = {https://huggingface.co/datasets/freococo/khit_thit_news_voices}
226
+ }
227
+ ```
228
+ ```