Audio-Text-to-Text
Transformers
Safetensors
vibevoice_asr
automatic-speech-recognition
ASR
Diarization
Speech-to-Text
Transcription
Instructions to use nivedithahn96/VibeVoice-ASR-HF-Fork with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nivedithahn96/VibeVoice-ASR-HF-Fork with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("nivedithahn96/VibeVoice-ASR-HF-Fork") model = AutoModelForSpeechSeq2Seq.from_pretrained("nivedithahn96/VibeVoice-ASR-HF-Fork") - Notebooks
- Google Colab
- Kaggle
| { | |
| "_from_model_config": true, | |
| "do_sample": false, | |
| "eos_token_id": 151643, | |
| "max_length": 32768, | |
| "max_new_tokens": 32768, | |
| "output_attentions": false, | |
| "output_hidden_states": false, | |
| "pad_token_id": 151655, | |
| "transformers_version": "5.3.0.dev0", | |
| "use_cache": true | |
| } | |