huseinzol05
commited on
Commit
•
205ed00
1
Parent(s):
9283dde
Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,16 @@ language:
|
|
10 |
|
11 |
Original dataset at https://huggingface.co/datasets/mesolitica/pseudolabel-malaysian-youtube-whisper-large-v3
|
12 |
|
13 |
-
We use https://huggingface.co/mesolitica/conformer-medium-mixed to generate pseudostreaming dataset, source code at https://github.com/mesolitica/malaysian-dataset/tree/master/speech-to-text-semisupervised/pseudostreaming-whisper
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
Original dataset at https://huggingface.co/datasets/mesolitica/pseudolabel-malaysian-youtube-whisper-large-v3
|
12 |
|
13 |
+
We use https://huggingface.co/mesolitica/conformer-medium-mixed to generate pseudostreaming dataset, source code at https://github.com/mesolitica/malaysian-dataset/tree/master/speech-to-text-semisupervised/pseudostreaming-whisper
|
14 |
+
|
15 |
+
Total 3407.871277396369 hours
|
16 |
+
|
17 |
+
## how-to
|
18 |
+
|
19 |
+
```bash
|
20 |
+
git clone https://huggingface.co/datasets/mesolitica/pseudostreaming-malaya-speech-stt
|
21 |
+
cd pseudostreaming-malaya-speech-stt
|
22 |
+
wget https://www.7-zip.org/a/7z2301-linux-x64.tar.xz
|
23 |
+
tar -xf 7z2301-linux-x64.tar.xz
|
24 |
+
./7zz x processed-audio.7z.001 -y -mmt40
|
25 |
+
```
|