Instructions to use esc-benchmark/wav2vec2-ctc-librispeech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use esc-benchmark/wav2vec2-ctc-librispeech with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="esc-benchmark/wav2vec2-ctc-librispeech")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("esc-benchmark/wav2vec2-ctc-librispeech") model = AutoModelForCTC.from_pretrained("esc-benchmark/wav2vec2-ctc-librispeech") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
4147459 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0d3ed0c5657138e0d9d941c1ad487dd2df01d72585b747b838519ce209c929b4
size 1261888150
|