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