Automatic Speech Recognition
Transformers
PyTorch
Portuguese
wav2vec2
audio
speech
portuguese-speech-corpus
PyTorch
hf-asr-leaderboard
Eval Results (legacy)
Instructions to use lgris/wav2vec2-large-xlsr-open-brazilian-portuguese-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lgris/wav2vec2-large-xlsr-open-brazilian-portuguese-v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="lgris/wav2vec2-large-xlsr-open-brazilian-portuguese-v2")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("lgris/wav2vec2-large-xlsr-open-brazilian-portuguese-v2") model = AutoModelForCTC.from_pretrained("lgris/wav2vec2-large-xlsr-open-brazilian-portuguese-v2") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
718456c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a2e0a5a233bf51a5d7e71c61dde967d3a0dd78a4348bb99acb328a08bc1e55b6
size 1262108311
|