Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -50,6 +50,7 @@ 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 |
wget https://huggingface.co/datasets/mesolitica/pseudolabel-malaya-speech-stt-train-whisper-large-v3-timestamp/resolve/main/prepared-pseudolabel-malaya.jsonl
|
| 54 |
huggingface-cli download --repo-type dataset \
|
| 55 |
--include 'output-audio-malaya.z*' \
|
|
@@ -57,6 +58,7 @@ huggingface-cli download --repo-type dataset \
|
|
| 57 |
mesolitica/pseudolabel-malaya-speech-stt-train-whisper-large-v3-timestamp
|
| 58 |
./7zz x output-audio-malaya.zip -y -mmt40
|
| 59 |
|
|
|
|
| 60 |
wget https://huggingface.co/datasets/mesolitica/pseudolabel-malaysian-youtube-whisper-large-v3-timestamp/resolve/main/prepared-pseudolabel.jsonl
|
| 61 |
huggingface-cli download --repo-type dataset \
|
| 62 |
--include 'output-audio.z*' \
|
|
@@ -64,18 +66,25 @@ huggingface-cli download --repo-type dataset \
|
|
| 64 |
mesolitica/pseudolabel-malaysian-youtube-whisper-large-v3-timestamp
|
| 65 |
./7zz x output-audio-malaya.zip -y -mmt40
|
| 66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
wget https://huggingface.co/datasets/malaysia-ai/malay-conversational-speech-corpus-whisper-format/resolve/main/malay-conversational-speech-corpus-whisper-format.zip
|
| 68 |
wget https://huggingface.co/datasets/malaysia-ai/malay-conversational-speech-corpus-whisper-format/resolve/main/malay-conversational-speech-corpus-whisper-format.json
|
| 69 |
unzip malay-conversational-speech-corpus-whisper-format.zip
|
|
|
|
|
|
|
| 70 |
wget https://huggingface.co/datasets/malaysia-ai/iban-whisper-format/resolve/main/iban-wav.zip
|
| 71 |
wget https://huggingface.co/datasets/malaysia-ai/iban-whisper-format/resolve/main/iban-dataset.json
|
| 72 |
unzip iban-wav.zip
|
| 73 |
-
wget https://huggingface.co/datasets/malaysia-ai/scripted-malay-daily-use-speech-corpus-whisper-format/resolve/main/scripted-malay-daily-use-speech-corpus-whisper-format.zip
|
| 74 |
-
wget https://huggingface.co/datasets/malaysia-ai/scripted-malay-daily-use-speech-corpus-whisper-format/resolve/main/scripted-malay-daily-use-speech-corpus-whisper-format.json
|
| 75 |
-
unzip scripted-malay-daily-use-speech-corpus-whisper-format.zip
|
| 76 |
-
wget https://huggingface.co/datasets/malaysia-ai/sarawakmalay-whisper-format/resolve/main/sarawakmalay.zip
|
| 77 |
-
wget https://huggingface.co/datasets/malaysia-ai/sarawakmalay-whisper-format/resolve/main/dataset.json -O sarawakmalay.json
|
| 78 |
-
unzip sarawakmalay.zip
|
| 79 |
```
|
| 80 |
|
| 81 |
## Source code
|
|
|
|
| 50 |
wget https://www.7-zip.org/a/7z2301-linux-x64.tar.xz
|
| 51 |
tar -xf 7z2301-linux-x64.tar.xz
|
| 52 |
|
| 53 |
+
# for Malaysian context v1
|
| 54 |
wget https://huggingface.co/datasets/mesolitica/pseudolabel-malaya-speech-stt-train-whisper-large-v3-timestamp/resolve/main/prepared-pseudolabel-malaya.jsonl
|
| 55 |
huggingface-cli download --repo-type dataset \
|
| 56 |
--include 'output-audio-malaya.z*' \
|
|
|
|
| 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*' \
|
|
|
|
| 66 |
mesolitica/pseudolabel-malaysian-youtube-whisper-large-v3-timestamp
|
| 67 |
./7zz x output-audio-malaya.zip -y -mmt40
|
| 68 |
|
| 69 |
+
# Malay sarawak
|
| 70 |
+
wget https://huggingface.co/datasets/malaysia-ai/sarawakmalay-whisper-format/resolve/main/sarawakmalay.zip
|
| 71 |
+
wget https://huggingface.co/datasets/malaysia-ai/sarawakmalay-whisper-format/resolve/main/dataset.json -O sarawakmalay.json
|
| 72 |
+
unzip sarawakmalay.zip
|
| 73 |
+
|
| 74 |
+
# for Scripted Malay Daily Use Speech Corpus
|
| 75 |
+
wget https://huggingface.co/datasets/malaysia-ai/scripted-malay-daily-use-speech-corpus-whisper-format/resolve/main/scripted-malay-daily-use-speech-corpus-whisper-format.zip
|
| 76 |
+
wget https://huggingface.co/datasets/malaysia-ai/scripted-malay-daily-use-speech-corpus-whisper-format/resolve/main/scripted-malay-daily-use-speech-corpus-whisper-format.json
|
| 77 |
+
unzip scripted-malay-daily-use-speech-corpus-whisper-format.zip
|
| 78 |
+
|
| 79 |
+
# Malay Conversational Speech Corpus
|
| 80 |
wget https://huggingface.co/datasets/malaysia-ai/malay-conversational-speech-corpus-whisper-format/resolve/main/malay-conversational-speech-corpus-whisper-format.zip
|
| 81 |
wget https://huggingface.co/datasets/malaysia-ai/malay-conversational-speech-corpus-whisper-format/resolve/main/malay-conversational-speech-corpus-whisper-format.json
|
| 82 |
unzip malay-conversational-speech-corpus-whisper-format.zip
|
| 83 |
+
|
| 84 |
+
# Iban
|
| 85 |
wget https://huggingface.co/datasets/malaysia-ai/iban-whisper-format/resolve/main/iban-wav.zip
|
| 86 |
wget https://huggingface.co/datasets/malaysia-ai/iban-whisper-format/resolve/main/iban-dataset.json
|
| 87 |
unzip iban-wav.zip
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 88 |
```
|
| 89 |
|
| 90 |
## Source code
|