Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -44,6 +44,38 @@ We use [mesolitica/nanot5-base-malaysian-translation-v2.1](https://huggingface.c
|
|
| 44 |
|
| 45 |
1. [Malaysian context v1](pseudolabel-malaya-whisper-word-timestamp.jsonl)
|
| 46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
## Source code
|
| 48 |
|
| 49 |
Source code at https://github.com/mesolitica/malaysian-dataset/tree/master/speech-to-text-semisupervised/distilled-malaysian-whisper
|
|
|
|
| 44 |
|
| 45 |
1. [Malaysian context v1](pseudolabel-malaya-whisper-word-timestamp.jsonl)
|
| 46 |
|
| 47 |
+
## how to prepare the dataset
|
| 48 |
+
|
| 49 |
+
```bash
|
| 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*' \
|
| 56 |
+
mesolitica/pseudolabel-malaya-speech-stt-train-whisper-large-v3-timestamp
|
| 57 |
+
./7zz x output-audio-malaya.zip -y -mmt40
|
| 58 |
+
|
| 59 |
+
wget https://huggingface.co/datasets/mesolitica/pseudolabel-malaysian-youtube-whisper-large-v3-timestamp/resolve/main/prepared-pseudolabel.jsonl
|
| 60 |
+
huggingface-cli download --repo-type dataset \
|
| 61 |
+
--include 'output-audio.z*' \
|
| 62 |
+
mesolitica/pseudolabel-malaysian-youtube-whisper-large-v3-timestamp
|
| 63 |
+
./7zz x output-audio-malaya.zip -y -mmt40
|
| 64 |
+
|
| 65 |
+
wget https://huggingface.co/datasets/malaysia-ai/malay-conversational-speech-corpus-whisper-format/resolve/main/malay-conversational-speech-corpus-whisper-format.zip
|
| 66 |
+
wget https://huggingface.co/datasets/malaysia-ai/malay-conversational-speech-corpus-whisper-format/resolve/main/malay-conversational-speech-corpus-whisper-format.json
|
| 67 |
+
unzip malay-conversational-speech-corpus-whisper-format.zip
|
| 68 |
+
wget https://huggingface.co/datasets/malaysia-ai/iban-whisper-format/resolve/main/iban-wav.zip
|
| 69 |
+
wget https://huggingface.co/datasets/malaysia-ai/iban-whisper-format/resolve/main/iban-dataset.json
|
| 70 |
+
unzip iban-wav.zip
|
| 71 |
+
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
|
| 72 |
+
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
|
| 73 |
+
unzip scripted-malay-daily-use-speech-corpus-whisper-format.zip
|
| 74 |
+
wget https://huggingface.co/datasets/malaysia-ai/sarawakmalay-whisper-format/resolve/main/sarawakmalay.zip
|
| 75 |
+
wget https://huggingface.co/datasets/malaysia-ai/sarawakmalay-whisper-format/resolve/main/dataset.json -O sarawakmalay.json
|
| 76 |
+
unzip sarawakmalay.zip
|
| 77 |
+
```
|
| 78 |
+
|
| 79 |
## Source code
|
| 80 |
|
| 81 |
Source code at https://github.com/mesolitica/malaysian-dataset/tree/master/speech-to-text-semisupervised/distilled-malaysian-whisper
|