legacy-datasets/common_voice
Updated • 1.53k • 144
How to use willcai/wav2vec2_common_voice_accents_6 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="willcai/wav2vec2_common_voice_accents_6") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("willcai/wav2vec2_common_voice_accents_6")
model = AutoModelForCTC.from_pretrained("willcai/wav2vec2_common_voice_accents_6")This model is a fine-tuned version of facebook/wav2vec2-xls-r-300m 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:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 3.8539 | 25.0 | 400 | 0.3711 |