Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
unispeech-sat
timit_asr
Generated from Trainer
Instructions to use patrickvonplaten/sat-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use patrickvonplaten/sat-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="patrickvonplaten/sat-base")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("patrickvonplaten/sat-base") model = AutoModelForCTC.from_pretrained("patrickvonplaten/sat-base") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2 opened about 1 year ago
by
SFconvertbot
Upload README.md with huggingface_hub
#1 opened over 3 years ago
by
lbourdois