Duplicated from microsoft/VibeVoice-ASR-HF
How to use Sherckuith/VibeVoice-ASR-HF with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Sherckuith/VibeVoice-ASR-HF") model = AutoModelForSpeechSeq2Seq.from_pretrained("Sherckuith/VibeVoice-ASR-HF")
The community tab is the place to discuss and collaborate with the HF community!