Automatic Speech Recognition
Transformers.js
PyTorch
ONNX
Vietnamese
whisper
audio
hf-asr-leaderboard
Instructions to use huuquyet/PhoWhisper-medium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use huuquyet/PhoWhisper-medium with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('automatic-speech-recognition', 'huuquyet/PhoWhisper-medium');
Update README.md
Browse filesUpdate metadata repo card
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# PhoWhisper: Automatic Speech Recognition for Vietnamese
|
| 2 |
|
| 3 |
|
|
@@ -12,4 +18,4 @@ We introduce **PhoWhisper** in five versions for Vietnamese automatic speech rec
|
|
| 12 |
}
|
| 13 |
```
|
| 14 |
|
| 15 |
-
For further information or requests, please go to [PhoWhisper's homepage](https://github.com/VinAIResearch/PhoWhisper)!
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- vi
|
| 5 |
+
library_name: transformers.js
|
| 6 |
+
---
|
| 7 |
# PhoWhisper: Automatic Speech Recognition for Vietnamese
|
| 8 |
|
| 9 |
|
|
|
|
| 18 |
}
|
| 19 |
```
|
| 20 |
|
| 21 |
+
For further information or requests, please go to [PhoWhisper's homepage](https://github.com/VinAIResearch/PhoWhisper)!
|