freococo commited on
Commit
2f99968
·
verified ·
1 Parent(s): 1a8a5b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -11,14 +11,14 @@ tags:
11
  - webdataset
12
  language:
13
  - my
14
- pretty_name: NUG Myanmar Open ASR Corpus
15
  task_categories:
16
  - automatic-speech-recognition
17
  - audio-to-audio
18
  - audio-classification
19
  ---
20
 
21
- # 366Hrs 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,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/366hours_nug_myanmar_asr_dataset",
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