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
Where is the base model??
#5 opened over 1 year ago
by
MonolithFoundation
Adding `safetensors` variant of this model
#4 opened almost 3 years ago
by
SFconvertbot
Spanish model?
#2 opened about 3 years ago
by
franciscocordel
Adding `safetensors` variant of this model
#1 opened about 3 years ago
by
SFconvertbot