huseinzol05 commited on
Commit
70bb170
·
verified ·
1 Parent(s): 30031c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -15,7 +15,7 @@ Convert ASR dataset into speech instructions.
15
  5. Cantonese sample from [alvanlii/cantonese-radio](https://huggingface.co/datasets/alvanlii/cantonese-radio)
16
  6. Entire dataset from [mesolitica/Malaysian-STT-Whisper/extra](https://huggingface.co/datasets/mesolitica/Malaysian-STT-Whisper/viewer/default/extra)
17
 
18
- ## Download the dataset
19
 
20
  ```bash
21
  huggingface-cli download \
@@ -47,6 +47,9 @@ mesolitica/Cantonese-Radio-Description-Instructions \
47
  --include '*.zip' \
48
  --repo-type "dataset" \
49
  --local-dir './'
 
 
 
50
  ```
51
 
52
  ## Acknowledgement
 
15
  5. Cantonese sample from [alvanlii/cantonese-radio](https://huggingface.co/datasets/alvanlii/cantonese-radio)
16
  6. Entire dataset from [mesolitica/Malaysian-STT-Whisper/extra](https://huggingface.co/datasets/mesolitica/Malaysian-STT-Whisper/viewer/default/extra)
17
 
18
+ ## how to prepare the dataset
19
 
20
  ```bash
21
  huggingface-cli download \
 
47
  --include '*.zip' \
48
  --repo-type "dataset" \
49
  --local-dir './'
50
+
51
+ wget https://gist.githubusercontent.com/huseinzol05/2e26de4f3b29d99e993b349864ab6c10/raw/9b2251f3ff958770215d70c8d82d311f82791b78/unzip.py
52
+ python3 unzip.py
53
  ```
54
 
55
  ## Acknowledgement