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