Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -42,7 +42,18 @@ We use [mesolitica/nanot5-base-malaysian-translation-v2.1](https://huggingface.c
|
|
| 42 |
|
| 43 |
### Word level timestamp
|
| 44 |
|
| 45 |
-
1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
|
| 47 |
## how to prepare the dataset
|
| 48 |
|
|
@@ -50,22 +61,24 @@ We use [mesolitica/nanot5-base-malaysian-translation-v2.1](https://huggingface.c
|
|
| 50 |
wget https://www.7-zip.org/a/7z2301-linux-x64.tar.xz
|
| 51 |
tar -xf 7z2301-linux-x64.tar.xz
|
| 52 |
|
| 53 |
-
#
|
| 54 |
-
wget https://huggingface.co/datasets/mesolitica/
|
| 55 |
huggingface-cli download --repo-type dataset \
|
| 56 |
--include 'output-audio-malaya.z*' \
|
| 57 |
--local-dir './' \
|
| 58 |
mesolitica/pseudolabel-malaya-speech-stt-train-whisper-large-v3-timestamp
|
| 59 |
./7zz x output-audio-malaya.zip -y -mmt40
|
| 60 |
-
|
| 61 |
-
# Malaysian context v2
|
| 62 |
-
wget https://huggingface.co/datasets/mesolitica/pseudolabel-malaysian-youtube-whisper-large-v3-timestamp/resolve/main/prepared-pseudolabel.jsonl
|
| 63 |
huggingface-cli download --repo-type dataset \
|
| 64 |
--include 'output-audio.z*' \
|
| 65 |
--local-dir './' \
|
| 66 |
mesolitica/pseudolabel-malaysian-youtube-whisper-large-v3-timestamp
|
| 67 |
./7zz x output-audio.zip -y -mmt40
|
| 68 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
# Singaporean context
|
| 70 |
wget https://huggingface.co/datasets/mesolitica/pseudolabel-imda-large-v3-timestamp/resolve/main/prepared-imda.jsonl
|
| 71 |
wget https://huggingface.co/datasets/mesolitica/pseudolabel-imda-large-v3-timestamp/resolve/main/prepared-imda-ms.jsonl
|
|
@@ -85,6 +98,22 @@ mesolitica/IMDA-STT
|
|
| 85 |
./7zz x part6-2-audio-mp3.7z.001 -y -mmt40
|
| 86 |
./7zz x part6-3-audio-mp3.7z.001 -y -mmt40
|
| 87 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 88 |
# Malay sarawak
|
| 89 |
wget https://huggingface.co/datasets/malaysia-ai/sarawakmalay-whisper-format/resolve/main/sarawakmalay.zip
|
| 90 |
wget https://huggingface.co/datasets/malaysia-ai/sarawakmalay-whisper-format/resolve/main/dataset.json -O sarawakmalay.json
|
|
|
|
| 42 |
|
| 43 |
### Word level timestamp
|
| 44 |
|
| 45 |
+
1. Malaysian context v1
|
| 46 |
+
- [Label](pseudolabel-malaya-whisper-word-timestamp.jsonl)
|
| 47 |
+
- [Audio](#)
|
| 48 |
+
2. Malaysian context v2
|
| 49 |
+
- [Label](#)
|
| 50 |
+
- [Audio](#)
|
| 51 |
+
3. Singaporean context
|
| 52 |
+
- [Label](#)
|
| 53 |
+
- [Audio](#)
|
| 54 |
+
4. Science context
|
| 55 |
+
- [Label](#)
|
| 56 |
+
- [Audio](#)
|
| 57 |
|
| 58 |
## how to prepare the dataset
|
| 59 |
|
|
|
|
| 61 |
wget https://www.7-zip.org/a/7z2301-linux-x64.tar.xz
|
| 62 |
tar -xf 7z2301-linux-x64.tar.xz
|
| 63 |
|
| 64 |
+
# Malaysian context
|
| 65 |
+
wget https://huggingface.co/datasets/mesolitica/Malaysian-STT-Whisper/resolve/main/malaysian-stt.jsonl
|
| 66 |
huggingface-cli download --repo-type dataset \
|
| 67 |
--include 'output-audio-malaya.z*' \
|
| 68 |
--local-dir './' \
|
| 69 |
mesolitica/pseudolabel-malaya-speech-stt-train-whisper-large-v3-timestamp
|
| 70 |
./7zz x output-audio-malaya.zip -y -mmt40
|
|
|
|
|
|
|
|
|
|
| 71 |
huggingface-cli download --repo-type dataset \
|
| 72 |
--include 'output-audio.z*' \
|
| 73 |
--local-dir './' \
|
| 74 |
mesolitica/pseudolabel-malaysian-youtube-whisper-large-v3-timestamp
|
| 75 |
./7zz x output-audio.zip -y -mmt40
|
| 76 |
|
| 77 |
+
# Malay audiobook
|
| 78 |
+
wget https://huggingface.co/datasets/mesolitica/pseudolabel-nusantara-large-v3-timestamp/resolve/main/split-nusantara.zip
|
| 79 |
+
wget https://huggingface.co/datasets/mesolitica/pseudolabel-nusantara-large-v3-timestamp/resolve/main/prepared-nusantara.jsonl
|
| 80 |
+
unzip split-nusantara.zip
|
| 81 |
+
|
| 82 |
# Singaporean context
|
| 83 |
wget https://huggingface.co/datasets/mesolitica/pseudolabel-imda-large-v3-timestamp/resolve/main/prepared-imda.jsonl
|
| 84 |
wget https://huggingface.co/datasets/mesolitica/pseudolabel-imda-large-v3-timestamp/resolve/main/prepared-imda-ms.jsonl
|
|
|
|
| 98 |
./7zz x part6-2-audio-mp3.7z.001 -y -mmt40
|
| 99 |
./7zz x part6-3-audio-mp3.7z.001 -y -mmt40
|
| 100 |
|
| 101 |
+
# Indonesian context
|
| 102 |
+
huggingface-cli download --repo-type dataset \
|
| 103 |
+
--include 'split-indonesian.z*' \
|
| 104 |
+
--local-dir './' \
|
| 105 |
+
mesolitica/pseudolabel-indonesian-large-v3-timestamp
|
| 106 |
+
./7zz x split-indonesian.zip -y -mmt40
|
| 107 |
+
|
| 108 |
+
# Science context
|
| 109 |
+
wget https://huggingface.co/datasets/mesolitica/Malaysian-STT-Whisper/resolve/main/science-en-stt.jsonl
|
| 110 |
+
wget https://huggingface.co/datasets/mesolitica/Malaysian-STT-Whisper/resolve/main/science-ms-stt.jsonl
|
| 111 |
+
huggingface-cli download --repo-type dataset \
|
| 112 |
+
--include 'audio-chunk.z*' \
|
| 113 |
+
--local-dir './' \
|
| 114 |
+
mesolitica/pseudolabel-science-large-v3-timestamp
|
| 115 |
+
./7zz x audio-chunk.zip -y -mmt40
|
| 116 |
+
|
| 117 |
# Malay sarawak
|
| 118 |
wget https://huggingface.co/datasets/malaysia-ai/sarawakmalay-whisper-format/resolve/main/sarawakmalay.zip
|
| 119 |
wget https://huggingface.co/datasets/malaysia-ai/sarawakmalay-whisper-format/resolve/main/dataset.json -O sarawakmalay.json
|