Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -11,14 +11,14 @@ tags:
|
|
11 |
- webdataset
|
12 |
language:
|
13 |
- my
|
14 |
-
pretty_name: NUG Myanmar
|
15 |
task_categories:
|
16 |
- automatic-speech-recognition
|
17 |
- audio-to-audio
|
18 |
- audio-classification
|
19 |
---
|
20 |
|
21 |
-
#
|
22 |
|
23 |
The **NUG Myanmar ASR Dataset** is the first large-scale open Burmese speech dataset — now expanded to over **521,476 audio-text pairs**, totaling **~366 hours** of clean, segmented audio. All data was collected from public-service educational broadcasts by the **National Unity Government (NUG)** of Myanmar and the **FOEIM Academy**.
|
24 |
|
@@ -88,7 +88,7 @@ You can stream the dataset directly using the `datasets` library with WebDataset
|
|
88 |
from datasets import load_dataset
|
89 |
|
90 |
ds = load_dataset(
|
91 |
-
"freococo/
|
92 |
data_dir="train",
|
93 |
split="train",
|
94 |
streaming=True
|
|
|
11 |
- webdataset
|
12 |
language:
|
13 |
- my
|
14 |
+
pretty_name: NUG Myanmar ASR
|
15 |
task_categories:
|
16 |
- automatic-speech-recognition
|
17 |
- audio-to-audio
|
18 |
- audio-classification
|
19 |
---
|
20 |
|
21 |
+
# 366 Hours NUG Myanmar ASR Dataset
|
22 |
|
23 |
The **NUG Myanmar ASR Dataset** is the first large-scale open Burmese speech dataset — now expanded to over **521,476 audio-text pairs**, totaling **~366 hours** of clean, segmented audio. All data was collected from public-service educational broadcasts by the **National Unity Government (NUG)** of Myanmar and the **FOEIM Academy**.
|
24 |
|
|
|
88 |
from datasets import load_dataset
|
89 |
|
90 |
ds = load_dataset(
|
91 |
+
"freococo/nug_myanmar_asr",
|
92 |
data_dir="train",
|
93 |
split="train",
|
94 |
streaming=True
|