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, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("bezzam/VibeVoice-ASR-7B") model = AutoModelForSpeechSeq2Seq.from_pretrained("bezzam/VibeVoice-ASR-7B") - Notebooks
- Google Colab
- Kaggle
Ctrl+K