legacy-datasets/common_voice
Updated • 1.39k • 144
How to use diallomama/wav2vec2_xlsr with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="diallomama/wav2vec2_xlsr") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("diallomama/wav2vec2_xlsr")
model = AutoModelForCTC.from_pretrained("diallomama/wav2vec2_xlsr")This model is a fine-tuned version of diallomama/wav2vec2_xlsr on the common_voice dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training: