Automatic Speech Recognition
Transformers
PyTorch
English
wav2vec2
audio
speech
xlsr-fine-tuning-week
Eval Results (legacy)
Instructions to use jonatasgrosman/wav2vec2-large-english with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jonatasgrosman/wav2vec2-large-english with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="jonatasgrosman/wav2vec2-large-english")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("jonatasgrosman/wav2vec2-large-english") model = AutoModelForCTC.from_pretrained("jonatasgrosman/wav2vec2-large-english") - Notebooks
- Google Colab
- Kaggle
Ctrl+K