Automatic Speech Recognition
Transformers
Safetensors
VibeVoice
ASR
Transcriptoin
Diarization
Speech-to-Text
Instructions to use microsoft/VibeVoice-ASR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/VibeVoice-ASR with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="microsoft/VibeVoice-ASR")# Load model directly from transformers import VibeVoiceForASRTraining model = VibeVoiceForASRTraining.from_pretrained("microsoft/VibeVoice-ASR", dtype="auto") - Notebooks
- Google Colab
- Kaggle
YaoyaoChang commited on
Commit ·
bfa0c6f
1
Parent(s): 2d0b945
update README
Browse files
README.md
CHANGED
|
@@ -43,9 +43,9 @@ library_name: transformers
|
|
| 43 |
|
| 44 |
## Evaluation
|
| 45 |
<p align="center">
|
| 46 |
-
<img src="figures/DER.jpg" alt="DER" width="
|
| 47 |
-
<img src="figures/cpWER.jpg" alt="cpWER" width="
|
| 48 |
-
<img src="figures/tcpWER.jpg" alt="tcpWER" width="
|
| 49 |
</p>
|
| 50 |
|
| 51 |
## Installation and Usage
|
|
|
|
| 43 |
|
| 44 |
## Evaluation
|
| 45 |
<p align="center">
|
| 46 |
+
<img src="figures/DER.jpg" alt="DER" width="70%">
|
| 47 |
+
<img src="figures/cpWER.jpg" alt="cpWER" width="70%">
|
| 48 |
+
<img src="figures/tcpWER.jpg" alt="tcpWER" width="70%">
|
| 49 |
</p>
|
| 50 |
|
| 51 |
## Installation and Usage
|