Instructions to use microsoft/speecht5_asr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/speecht5_asr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="microsoft/speecht5_asr")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("microsoft/speecht5_asr") model = AutoModelForSpeechSeq2Seq.from_pretrained("microsoft/speecht5_asr") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
0f47cc1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c981c2243ff3dcdf3700446a58d9cb809bf0bcb65dc5fee3a94ee830db363cc7
size 606181213
|