Audio-Text-to-Text
Transformers
Safetensors
vibevoice_asr
automatic-speech-recognition
ASR
Diarization
Speech-to-Text
Transcription
Instructions to use bezzam/VibeVoice-ASR-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bezzam/VibeVoice-ASR-7B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("bezzam/VibeVoice-ASR-7B") model = AutoModelForMultimodalLM.from_pretrained("bezzam/VibeVoice-ASR-7B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -62,7 +62,11 @@ library_name: transformers
|
|
| 62 |
---
|
| 63 |
|
| 64 |
|
| 65 |
-
## VibeVoice-ASR
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
[](https://github.com/microsoft/VibeVoice)
|
| 67 |
[](https://aka.ms/vibevoice-asr)
|
| 68 |
[](https://arxiv.org/pdf/2601.18184)
|
|
|
|
| 62 |
---
|
| 63 |
|
| 64 |
|
| 65 |
+
## VibeVoice-ASR (draft)
|
| 66 |
+
|
| 67 |
+
|
| 68 |
+
# The final Transformers compatible checkpoint can be found here: https://huggingface.co/microsoft/VibeVoice-ASR-HF
|
| 69 |
+
|
| 70 |
[](https://github.com/microsoft/VibeVoice)
|
| 71 |
[](https://aka.ms/vibevoice-asr)
|
| 72 |
[](https://arxiv.org/pdf/2601.18184)
|