Instructions to use microsoft/unispeech-sat-base-plus-sd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/unispeech-sat-base-plus-sd with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForAudioFrameClassification processor = AutoProcessor.from_pretrained("microsoft/unispeech-sat-base-plus-sd") model = AutoModelForAudioFrameClassification.from_pretrained("microsoft/unispeech-sat-base-plus-sd") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened about 2 years ago
by
SFconvertbot