dqnguyen commited on
Commit
d44d007
1 Parent(s): 9ab0b97

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # PhoWhisper: Automatic Speech Recognition for Vietnamese
2
+
3
+
4
+ We introduce **PhoWhisper** in five versions for Vietnamese automatic speech recognition. PhoWhisper's robustness is achieved through fine-tuning the multilingual [Whisper](https://github.com/openai/whisper) on an 844-hour dataset that encompasses diverse Vietnamese accents. Our experimental study demonstrates state-of-the-art performances of PhoWhisper on benchmark Vietnamese ASR datasets. Please **cite** our PhoWhisper paper when it is used to help produce published results or is incorporated into other software:
5
+
6
+ ```
7
+ @inproceedings{PhoWhisper,
8
+ title = {{PhoWhisper: Automatic Speech Recognition for Vietnamese}},
9
+ author = {Thanh-Thien Le and Linh The Nguyen and Dat Quoc Nguyen},
10
+ booktitle = {Proceedings of the ICLR 2024 Tiny Papers track},
11
+ year = {2024}
12
+ }
13
+ ```
14
+
15
+ For further information or requests, please go to [PhoWhisper's homepage](https://github.com/VinAIResearch/PhoWhisper)!