Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,144 @@
|
|
1 |
-
---
|
2 |
-
license: other
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
pretty_name: Shan Herald Agency (SHAN) Voices
|
4 |
+
dataset_type: audio
|
5 |
+
task_categories:
|
6 |
+
- automatic-speech-recognition
|
7 |
+
- audio-classification
|
8 |
+
- voice-activity-detection
|
9 |
+
language:
|
10 |
+
- shn
|
11 |
+
tags:
|
12 |
+
- Myanmar
|
13 |
+
- Shan
|
14 |
+
- Tai-Yai
|
15 |
+
- Speech
|
16 |
+
- Audio
|
17 |
+
- ASR
|
18 |
+
- WebDataset
|
19 |
+
---
|
20 |
+
|
21 |
+
# ⭐ A Voice for the Shan People: The SHAN Herald Agency Audio Archive
|
22 |
+
|
23 |
+
This is an extensive **306-hour** audio dataset of the **Shan (Tai-Yai)** language, meticulously curated from the public broadcasts of the **Shan Herald Agency for News (SHAN)**. For over two decades, SHAN has been a vital, independent voice for the people of Shan State, Myanmar, chronicling their stories of culture, politics, and the enduring struggle for federal democracy.
|
24 |
+
|
25 |
+
This archive stands as one of the largest publicly accessible audio resources for the Shan language, created to empower researchers and developers in building technology for a community whose voice deserves to be heard.
|
26 |
+
|
27 |
+
➡️ **Author**: [freococo](https://huggingface.co/freococo)
|
28 |
+
➡️ **Language**: Shan (`shn`)
|
29 |
+
➡️ **License**: Custom (Non-Commercial, Attribution) - See License section below.
|
30 |
+
|
31 |
+
---
|
32 |
+
## 📦 Dataset at a Glance
|
33 |
+
|
34 |
+
- **Total Duration**: **306 hours, 7 minutes, 29 seconds**
|
35 |
+
- **Total Chunks**: 73,945 audio segments
|
36 |
+
- **Chunk Duration**: 0.98s (min) to 15.02s (max)
|
37 |
+
- **Audio Format**: `.mp3`
|
38 |
+
- **Data Format**: [WebDataset](https://github.com/webdataset/webdataset) (`.tar.gz` shards)
|
39 |
+
- **Transcriptions**: This is an **audio-only** dataset and does not contain transcripts. It is ideal for self-supervised learning (Wav2Vec2, HuBERT), voice activity detection, and other unsupervised tasks.
|
40 |
+
|
41 |
+
---
|
42 |
+
## ❤️ A Note on This Project
|
43 |
+
|
44 |
+
I am driven by a deep passion for Southeast Asian languages and a belief that technology can help preserve and elevate them. I noticed the significant lack of large-scale, public audio data for the Shan language and felt compelled to help fill that gap.
|
45 |
+
|
46 |
+
This project is fully self-initiated and self-funded. It was created with no grants, sponsorships, or payments from any organization. It is simply a contribution made with my own time and resources, fueled by the hope that it will be useful to others building tools for the languages of Myanmar.
|
47 |
+
|
48 |
+
---
|
49 |
+
## 🎙️ Source Acknowledgement
|
50 |
+
|
51 |
+
All audio content was sourced from the official YouTube channel of the **Shan Herald Agency for News (SHAN)**, a cornerstone of journalism in Shan State. Their mission is to deliver truth and amplify the voices of the Shan people in their pursuit of freedom, justice, and federal rights.
|
52 |
+
|
53 |
+
The original public content remains available on [SHAN's YouTube channel](https://www.youtube.com/@mongloi). Please consider supporting their invaluable work.
|
54 |
+
|
55 |
+
---
|
56 |
+
## 🗂️ Dataset Structure
|
57 |
+
|
58 |
+
This dataset is provided in the efficient **WebDataset** format. The data is sharded into multiple `.tar.gz` archives. Each archive contains thousands of sample pairs: an audio chunk and its corresponding metadata file.
|
59 |
+
|
60 |
+
Each sample consists of:
|
61 |
+
- `XXXX.mp3`: A chunk of audio.
|
62 |
+
- `XXXX.json`: A UTF-8 JSON file containing rich metadata extracted from the source video.
|
63 |
+
|
64 |
+
A sample `json` file looks like this:
|
65 |
+
```json
|
66 |
+
{
|
67 |
+
"__key__": "some_video_id_chunk_0000",
|
68 |
+
"file_name": "some_video_id_chunk_0000.mp3",
|
69 |
+
"title": "A title in Shan or Burmese script",
|
70 |
+
"uploader": "SHAN News",
|
71 |
+
"channel_url": "https://www.youtube.com/channel/UCsy2s3bV76-tOq30wA2hW8w",
|
72 |
+
"upload_date": "20230101",
|
73 |
+
"duration": 15.01,
|
74 |
+
"video_url": "https://www.youtube.com/watch?v=some_video_id",
|
75 |
+
"thumbnail_url": "https://i.ytimg.com/vi/some_video_id/maxresdefault.jpg",
|
76 |
+
"description": "The original video description...",
|
77 |
+
"tags": ["Shan", "News", "Taunggyi"],
|
78 |
+
"view_count": 5432,
|
79 |
+
"like_count": 123,
|
80 |
+
"language": "shn",
|
81 |
+
"original_video_id": "some_video_id"
|
82 |
+
}
|
83 |
+
```
|
84 |
+
|
85 |
+
---
|
86 |
+
## 🏔️ In Honor of the Voices That Cross Mountains
|
87 |
+
|
88 |
+
This dataset is more than just bytes and soundwaves. It is an echo of resilience.
|
89 |
+
|
90 |
+
For over twenty years, the journalists of the **Shan Herald Agency for News** have carried stories across mountains and borders, speaking when silence was safer, and broadcasting when the world was not listening. Their work is not just news; it is a living archive of a people's history, their struggles, and their unwavering hope for a just, federal future.
|
91 |
+
|
92 |
+
They report not from comfortable studios, but from the heart of their homeland, giving voice to the voiceless and light to the shadows.
|
93 |
+
|
94 |
+
> **This dataset is only a reflection of their courage. The true heroes are the ones who continue to speak, day after day, for the freedom of their people.**
|
95 |
+
|
96 |
+
To the SHAN team, and to all who dare to tell the truth in Myanmar:
|
97 |
+
**Your voice is a beacon. Your work is a testament. Your courage will not be forgotten.**
|
98 |
+
|
99 |
+
---
|
100 |
+
## 🔌 How to Load in Python
|
101 |
+
|
102 |
+
Using `streaming=True` is highly recommended to avoid downloading the entire 26+ GB dataset at once.
|
103 |
+
|
104 |
+
```python
|
105 |
+
from datasets import load_dataset
|
106 |
+
|
107 |
+
# Load the dataset in streaming mode using its correct name
|
108 |
+
ds = load_dataset("freococo/shan_language_asr_voices", split="train", streaming=True)
|
109 |
+
|
110 |
+
# Iterate through the first few samples
|
111 |
+
for sample in ds.take(5):
|
112 |
+
audio_data = sample["audio"]
|
113 |
+
metadata = sample["json"]
|
114 |
+
|
115 |
+
print(f"Title: {metadata['title']}")
|
116 |
+
print(f"Duration: {metadata['duration']} seconds")
|
117 |
+
print(f"Audio Sampling Rate: {audio_data['sampling_rate']}")
|
118 |
+
print("-" * 20)
|
119 |
+
```
|
120 |
+
|
121 |
+
## 📜 License and Terms of Use
|
122 |
+
|
123 |
+
This dataset contains audio content derived from the official YouTube channel of the **Shan Herald Agency for News (SHAN)**. All original content is the property of SHAN. The use of this dataset is governed by standard copyright principles for publicly broadcasted news content.
|
124 |
+
|
125 |
+
**It is made available for non-commercial, informational, and educational purposes only.**
|
126 |
+
|
127 |
+
- **Permitted Use**: You may use this dataset for non-commercial research, personal projects, and educational applications.
|
128 |
+
- **Prohibited Use**: Any commercial use, including training proprietary AI models for commercial products, is not permitted without explicit written permission from SHAN.
|
129 |
+
- **Required Attribution**: When using or referencing this dataset, you must provide clear attribution to the **Shan Herald Agency for News (SHAN)** as the original source.
|
130 |
+
|
131 |
+
For any use cases that fall outside these terms, please contact SHAN directly at **[email protected]**.
|
132 |
+
|
133 |
+
## 📚 Citation
|
134 |
+
|
135 |
+
If you use this dataset in your research or products, please cite it:
|
136 |
+
```
|
137 |
+
@dataset{freococo_shan_language_asr_voices_2025,
|
138 |
+
title = {Shan Language ASR Voices},
|
139 |
+
author = {freococo},
|
140 |
+
year = {2025},
|
141 |
+
url = {https://huggingface.co/datasets/freococo/shan_language_asr_voices},
|
142 |
+
note = {A 306-hour audio dataset curated from the Shan Herald Agency for News (SHAN) public broadcasts.}
|
143 |
+
}
|
144 |
+
```
|