File size: 1,899 Bytes
914e638
 
 
 
 
 
 
 
 
 
 
 
205ed00
 
fab5c00
205ed00
433f525
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
205ed00
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
license: mit
task_categories:
- automatic-speech-recognition
language:
- ms
---

# Pseudostreaming Malaysian Youtube videos using Whisper Large V3

Original dataset at https://huggingface.co/datasets/mesolitica/pseudolabel-malaysian-youtube-whisper-large-v3

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

Total 40486.589364839296 hours.

data format from [processed.jsonl](processed.jsonl),

```json
[
  {
    "text": "dalam sukan olimpik dan paralimpik tokyo dua ribu dua puluh",
    "start": 3.52,
    "end": 6.46,
    "audio_filename": "processed-audio/1-225586-0.mp3",
    "original_audio_filename": "output-audio/3-1084-10.mp3"
  },
  {
    "text": "to azizul has",
    "start": 7.12,
    "end": 8.179999999999998,
    "audio_filename": "processed-audio/1-225586-1.mp3",
    "original_audio_filename": "output-audio/3-1084-10.mp3"
  },
  {
    "text": "awang meraih kilauan perak untuk malaysia dalam sukan olimpik tokyo dua ribu dua puluh tampil sebagai satu satunya wakil asia bagaimanapun beliau terpaksa akur di tangan pelumba great britain jason",
    "start": 8.4,
    "end": 22.98,
    "audio_filename": "processed-audio/1-225586-2.mp3",
    "original_audio_filename": "output-audio/3-1084-10.mp3"
  },
  {
    "text": "y yang meraih pingat emas",
    "start": 23.28,
    "end": 25.060000000000002,
    "audio_filename": "processed-audio/1-225586-3.mp3",
    "original_audio_filename": "output-audio/3-1084-10.mp3"
  }
]
```

## how-to

```bash
git clone https://huggingface.co/datasets/mesolitica/pseudostreaming-malaya-speech-stt
cd pseudostreaming-malaya-speech-stt
wget https://www.7-zip.org/a/7z2301-linux-x64.tar.xz
tar -xf 7z2301-linux-x64.tar.xz
./7zz x processed-audio.7z.001 -y -mmt40
```