File size: 1,138 Bytes
a8c23e4 f316d3e a8c23e4 |
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 |
---
language:
- en
---
# Pseudolabel IMDA using Whisper Large V3 including Timestamp
Audio dataset at [mesolitica/IMDA-STT](https://huggingface.co/datasets/mesolitica/IMDA-STT)
## how to prepare the dataset
```bash
wget https://huggingface.co/datasets/mesolitica/pseudolabel-imda-large-v3-timestamp/resolve/main/prepared-imda.jsonl
wget https://huggingface.co/datasets/mesolitica/pseudolabel-imda-large-v3-timestamp/resolve/main/prepared-imda-ms.jsonl
wget https://www.7-zip.org/a/7z2301-linux-x64.tar.xz
tar -xf 7z2301-linux-x64.tar.xz
huggingface-cli download --repo-type dataset \
--include '*.7z*' \
--local-dir './' \
mesolitica/IMDA-STT
./7zz x part1-mp3.7z.001 -y -mmt40
./7zz x part2-mp3.7z.001 -y -mmt40
./7zz x part3-same-audio-mp3.7z.001 -y -mmt40
./7zz x part3-separate-audio-mp3.7z.001 -y -mmt40
./7zz x part4-same-audio-mp3.7z.001 -y -mmt40
./7zz x part4-separate-audio-mp3.7z.001 -y -mmt40
./7zz x part5-same-audio-mp3.7z.001 -y -mmt40
./7zz x part5-separate-audio-mp3.7z.001 -y -mmt40
./7zz x part6-1-audio-mp3.7z.001 -y -mmt40
./7zz x part6-2-audio-mp3.7z.001 -y -mmt40
./7zz x part6-3-audio-mp3.7z.001 -y -mmt40
``` |