How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("automatic-speech-recognition", model="alefiury/wav2vec2-large-xlsr-53-coraa-brazilian-portuguese-gain-normalization-sna")
# Load model directly
from transformers import AutoProcessor, AutoModelForCTC

processor = AutoProcessor.from_pretrained("alefiury/wav2vec2-large-xlsr-53-coraa-brazilian-portuguese-gain-normalization-sna")
model = AutoModelForCTC.from_pretrained("alefiury/wav2vec2-large-xlsr-53-coraa-brazilian-portuguese-gain-normalization-sna")
Quick Links

Wav2vec 2.0 trained with CORAA Portuguese Dataset and Open Portuguese Datasets

This a the demonstration of a fine-tuned Wav2vec model for Portuguese using the following datasets:

Repository

The repository that implements the model to be trained and tested is avaible here.

Downloads last month
42
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train alefiury/wav2vec2-large-xlsr-53-coraa-brazilian-portuguese-gain-normalization-sna

Evaluation results