legacy-datasets/common_voice
Updated • 1.53k • 144
How to use willcai/wav2vec2_common_voice_accents_5 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_5") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("willcai/wav2vec2_common_voice_accents_5")
model = AutoModelForCTC.from_pretrained("willcai/wav2vec2_common_voice_accents_5")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 |
|---|---|---|---|
| 4.4163 | 1.34 | 400 | 0.5520 |
| 0.3305 | 2.68 | 800 | 0.1698 |
| 0.2138 | 4.03 | 1200 | 0.1104 |
| 0.1714 | 5.37 | 1600 | 0.0944 |
| 0.1546 | 6.71 | 2000 | 0.0700 |
| 0.1434 | 8.05 | 2400 | 0.0610 |
| 0.1272 | 9.4 | 2800 | 0.0493 |
| 0.1183 | 10.74 | 3200 | 0.0371 |
| 0.1113 | 12.08 | 3600 | 0.0468 |
| 0.1013 | 13.42 | 4000 | 0.0336 |
| 0.0923 | 14.77 | 4400 | 0.0282 |
| 0.0854 | 16.11 | 4800 | 0.0410 |
| 0.0791 | 17.45 | 5200 | 0.0252 |
| 0.0713 | 18.79 | 5600 | 0.0128 |
| 0.0662 | 20.13 | 6000 | 0.0252 |
| 0.0635 | 21.48 | 6400 | 0.0080 |
| 0.0607 | 22.82 | 6800 | 0.0098 |
| 0.0557 | 24.16 | 7200 | 0.0069 |
| 0.0511 | 25.5 | 7600 | 0.0057 |
| 0.0474 | 26.85 | 8000 | 0.0046 |
| 0.045 | 28.19 | 8400 | 0.0037 |
| 0.0426 | 29.53 | 8800 | 0.0027 |