huseinzol05
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -66,6 +66,25 @@ huggingface-cli download --repo-type dataset \
|
|
66 |
mesolitica/pseudolabel-malaysian-youtube-whisper-large-v3-timestamp
|
67 |
./7zz x output-audio.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
|
|
|
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
|
72 |
+
huggingface-cli download --repo-type dataset \
|
73 |
+
--include '*.7z*' \
|
74 |
+
--local-dir './' \
|
75 |
+
mesolitica/IMDA-STT
|
76 |
+
./7zz x part1-mp3.7z.001 -y -mmt40
|
77 |
+
./7zz x part2-mp3.7z.001 -y -mmt40
|
78 |
+
./7zz x part3-same-audio-mp3.7z.001 -y -mmt40
|
79 |
+
./7zz x part3-separate-audio-mp3.7z.001 -y -mmt40
|
80 |
+
./7zz x part4-same-audio-mp3.7z.001 -y -mmt40
|
81 |
+
./7zz x part4-separate-audio-mp3.7z.001 -y -mmt40
|
82 |
+
./7zz x part5-same-audio-mp3.7z.001 -y -mmt40
|
83 |
+
./7zz x part5-separate-audio-mp3.7z.001 -y -mmt40
|
84 |
+
./7zz x part6-1-audio-mp3.7z.001 -y -mmt40
|
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
|