huuquyet commited on
Commit
8835def
1 Parent(s): fccc548

chore: Update original Readme

Browse files
Files changed (1) hide show
  1. README.md +35 -1
README.md CHANGED
@@ -1,3 +1,37 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - vi
4
+ tags:
5
+ - audio
6
+ - automatic-speech-recognition
7
+ - hf-asr-leaderboard
8
+ library_name: transformers.js
9
+ pipeline_tag: automatic-speech-recognition
10
+ widget:
11
+ - example_title: Librispeech sample 1
12
+ src: https://cdn-media.huggingface.co/speech_samples/sample1.flac
13
+ - example_title: Librispeech sample 2
14
+ src: https://cdn-media.huggingface.co/speech_samples/sample2.flac
15
+ license: wtfpl
16
  ---
17
+ https://hf.co/vinai/PhoWhisper-tiny with ONNX weights to be compatible with Transformers.js.
18
+
19
+ Please check out this demo using the model:
20
+ [![Open in Spaces](https://huggingface.co/datasets/huggingface/badges/resolve/main/open-in-hf-spaces-md-dark.svg)](https://huggingface.co/spaces/huuquyet/PhoWhisper-next)
21
+
22
+
23
+ # PhoWhisper: Automatic Speech Recognition for Vietnamese
24
+
25
+
26
+ 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:
27
+
28
+ ```
29
+ @inproceedings{PhoWhisper,
30
+ title = {{PhoWhisper: Automatic Speech Recognition for Vietnamese}},
31
+ author = {Thanh-Thien Le and Linh The Nguyen and Dat Quoc Nguyen},
32
+ booktitle = {Proceedings of the ICLR 2024 Tiny Papers track},
33
+ year = {2024}
34
+ }
35
+ ```
36
+
37
+ For further information or requests, please go to [PhoWhisper's homepage](https://github.com/VinAIResearch/PhoWhisper)!