Update README.md
Browse files
README.md
CHANGED
@@ -27,6 +27,25 @@ language:
|
|
27 |
|
28 |
Convert ASR dataset into speech instructions.
|
29 |
|
30 |
-
1. Sample from [mesolitica/pseudolabel-science-large-v3-timestamp](https://huggingface.co/datasets/mesolitica/pseudolabel-science-large-v3-timestamp)
|
31 |
-
2. Sample from [mesolitica/pseudolabel-malaysian-youtube-whisper-large-v3-timestamp](https://huggingface.co/datasets/mesolitica/pseudolabel-malaysian-youtube-whisper-large-v3-timestamp)
|
32 |
-
3. Entire dataset from [mesolitica/Malaysian-STT-Whisper/extra](https://huggingface.co/datasets/mesolitica/Malaysian-STT-Whisper/viewer/default/extra)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
Convert ASR dataset into speech instructions.
|
29 |
|
30 |
+
1. Sample from [mesolitica/pseudolabel-science-large-v3-timestamp](https://huggingface.co/datasets/mesolitica/pseudolabel-science-large-v3-timestamp),
|
31 |
+
2. Sample from [mesolitica/pseudolabel-malaysian-youtube-whisper-large-v3-timestamp](https://huggingface.co/datasets/mesolitica/pseudolabel-malaysian-youtube-whisper-large-v3-timestamp),
|
32 |
+
3. Entire dataset from [mesolitica/Malaysian-STT-Whisper/extra](https://huggingface.co/datasets/mesolitica/Malaysian-STT-Whisper/viewer/default/extra),
|
33 |
+
|
34 |
+
## Download the dataset
|
35 |
+
|
36 |
+
```bash
|
37 |
+
huggingface-cli download \
|
38 |
+
mesolitica/pseudolabel-science-large-v3-timestamp \
|
39 |
+
--include "*.zip" \
|
40 |
+
--repo-type "dataset"
|
41 |
+
|
42 |
+
huggingface-cli download \
|
43 |
+
mesolitica/Transcription-Instructions \
|
44 |
+
--include "*.zip" \
|
45 |
+
--repo-type "dataset"
|
46 |
+
|
47 |
+
huggingface-cli download \
|
48 |
+
mesolitica/Malaysian-STT-Whisper \
|
49 |
+
--include "extra.zip" \
|
50 |
+
--repo-type "dataset"
|
51 |
+
```
|