huseinzol05
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -10,22 +10,34 @@ language:
|
|
10 |
---
|
11 |
# Malaysian STT Whisper format
|
12 |
|
13 |
-
Up to 15k hours annotated, we done heavy
|
14 |
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
## Dataset involved
|
18 |
|
19 |
-
1. Malaysian context
|
20 |
-
2. Malaysian context
|
21 |
-
3. Malay audiobook
|
22 |
-
4. Singaporean context
|
23 |
-
5. Indonesian context
|
24 |
-
6. Mandarin audio
|
25 |
-
7. Tamil audio
|
26 |
-
8. Science context
|
27 |
-
9. Malay sarawak
|
28 |
-
10. Scripted Malay Daily Use Speech Corpus
|
29 |
-
11. Malay Conversational Speech Corpus
|
30 |
-
12. Iban
|
31 |
-
13. Malay dialects
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
# Malaysian STT Whisper format
|
12 |
|
13 |
+
Up to 15k hours annotated, we done heavy postprocessing and post-translation to improve pseudolabeled Whisper Large V3.
|
14 |
|
15 |
+
## Postprocessing
|
16 |
+
|
17 |
+
1. Check repetitive trigrams.
|
18 |
+
2. Verify Voice Activity using Silero-VAD.
|
19 |
+
3. Verify scores using Force Alignment.
|
20 |
+
|
21 |
+
## Post-translation
|
22 |
+
|
23 |
+
We use [mesolitica/nanot5-base-malaysian-translation-v2.1](https://huggingface.co/mesolitica/nanot5-base-malaysian-translation-v2.1).
|
24 |
|
25 |
## Dataset involved
|
26 |
|
27 |
+
1. [Malaysian context v1](https://huggingface.co/datasets/mesolitica/pseudolabel-malaya-speech-stt-train-whisper-large-v3-timestamp)
|
28 |
+
2. [Malaysian context v2](https://huggingface.co/datasets/mesolitica/pseudolabel-malaysian-youtube-whisper-large-v3-timestamp)
|
29 |
+
3. [Malay audiobook](https://huggingface.co/datasets/mesolitica/pseudolabel-nusantara-large-v3-timestamp)
|
30 |
+
4. [Singaporean context](https://huggingface.co/datasets/mesolitica/pseudolabel-imda-large-v3-timestamp)
|
31 |
+
5. [Indonesian context](https://huggingface.co/datasets/mesolitica/pseudolabel-indonesian-large-v3-timestamp)
|
32 |
+
6. [Mandarin audio](https://huggingface.co/datasets/mesolitica/pseudolabel-mandarin-large-v3-timestamp)
|
33 |
+
7. [Tamil audio](https://huggingface.co/datasets/mesolitica/pseudolabel-tamil-large-v3-timestamp)
|
34 |
+
8. [Science context](https://huggingface.co/datasets/mesolitica/pseudolabel-science-large-v3-timestamp)
|
35 |
+
9. [Malay sarawak](https://huggingface.co/datasets/malaysia-ai/sarawakmalay-whisper-format)
|
36 |
+
10. [Scripted Malay Daily Use Speech Corpus](https://huggingface.co/datasets/malaysia-ai/scripted-malay-daily-use-speech-corpus-whisper-format)
|
37 |
+
11. [Malay Conversational Speech Corpus](https://huggingface.co/datasets/malaysia-ai/malay-conversational-speech-corpus-whisper-format)
|
38 |
+
12. [Iban](https://huggingface.co/datasets/malaysia-ai/iban-whisper-format)
|
39 |
+
13. [Malay dialects](https://huggingface.co/datasets/mesolitica/pseudolabel-malay-dialects-large-v3-timestamp)
|
40 |
+
|
41 |
+
## Source code
|
42 |
+
|
43 |
+
Source code at https://github.com/mesolitica/malaysian-dataset/tree/master/speech-to-text-semisupervised/distilled-malaysian-whisper
|