Automatic Speech Recognition
Transformers
PyTorch
TensorFlow
Safetensors
English
speech_to_text
audio
Instructions to use facebook/s2t-medium-librispeech-asr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/s2t-medium-librispeech-asr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="facebook/s2t-medium-librispeech-asr")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("facebook/s2t-medium-librispeech-asr") model = AutoModelForSpeechSeq2Seq.from_pretrained("facebook/s2t-medium-librispeech-asr", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
762d8d7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8b016d9dde06a7d3f73855d19ef597b61055a5ef6d9ec0d12132c7f4077e2aea
size 284968270
|