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
|
@@ -52,12 +52,12 @@ language:
|
|
| 52 |
- hy
|
| 53 |
- jv
|
| 54 |
license: mit
|
| 55 |
-
pipeline_tag:
|
| 56 |
tags:
|
| 57 |
- ASR
|
| 58 |
-
- Transcriptoin
|
| 59 |
- Diarization
|
| 60 |
- Speech-to-Text
|
|
|
|
| 61 |
library_name: transformers
|
| 62 |
---
|
| 63 |
|
|
|
|
| 52 |
- hy
|
| 53 |
- jv
|
| 54 |
license: mit
|
| 55 |
+
pipeline_tag: audio-text-to-text
|
| 56 |
tags:
|
| 57 |
- ASR
|
|
|
|
| 58 |
- Diarization
|
| 59 |
- Speech-to-Text
|
| 60 |
+
- Transcription
|
| 61 |
library_name: transformers
|
| 62 |
---
|
| 63 |
|