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