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 files
README.md
CHANGED
|
@@ -1,9 +1,15 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
language:
|
| 4 |
- vi
|
| 5 |
library_name: transformers.js
|
| 6 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
# PhoWhisper: Automatic Speech Recognition for Vietnamese
|
| 8 |
|
| 9 |
|
|
|
|
| 1 |
---
|
| 2 |
+
license: wtfpl
|
| 3 |
language:
|
| 4 |
- vi
|
| 5 |
library_name: transformers.js
|
| 6 |
---
|
| 7 |
+
|
| 8 |
+
https://hf.co/vinai/PhoWhisper-medium with ONNX weights to be compatible with Transformers.js.
|
| 9 |
+
|
| 10 |
+
Please check out this demo using this model:
|
| 11 |
+
[](https://huggingface.co/spaces/huuquyet/PhoWhisper-next)
|
| 12 |
+
|
| 13 |
# PhoWhisper: Automatic Speech Recognition for Vietnamese
|
| 14 |
|
| 15 |
|