huseinzol05 commited on
Commit
a8c23e4
·
verified ·
1 Parent(s): 248e711

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ ---
5
+ # Pseudolabel IMDA using Whisper Large V3 including Timestamp
6
+
7
+ Audio dataset at [mesolitica/IMDA-STT](https://huggingface.co/datasets/mesolitica/IMDA-STT)
8
+
9
+ ## how to prepare the dataset
10
+
11
+ ```bash
12
+ wget https://www.7-zip.org/a/7z2301-linux-x64.tar.xz
13
+ tar -xf 7z2301-linux-x64.tar.xz
14
+
15
+ huggingface-cli download --repo-type dataset \
16
+ --include '*.7z*' \
17
+ --local-dir './' \
18
+ mesolitica/IMDA-STT
19
+
20
+ ./7zz x part1-mp3.7z.001 -y -mmt40
21
+ ./7zz x part2-mp3.7z.001 -y -mmt40
22
+ ./7zz x part3-same-audio-mp3.7z.001 -y -mmt40
23
+ ./7zz x part3-separate-audio-mp3.7z.001 -y -mmt40
24
+ ./7zz x part4-same-audio-mp3.7z.001 -y -mmt40
25
+ ./7zz x part4-separate-audio-mp3.7z.001 -y -mmt40
26
+ ./7zz x part5-same-audio-mp3.7z.001 -y -mmt40
27
+ ./7zz x part5-separate-audio-mp3.7z.001 -y -mmt40
28
+ ./7zz x part6-1-audio-mp3.7z.001 -y -mmt40
29
+ ./7zz x part6-2-audio-mp3.7z.001 -y -mmt40
30
+ ./7zz x part6-3-audio-mp3.7z.001 -y -mmt40
31
+ ```