legacy-datasets/common_voice
Updated • 929 • 147
How to use willcai/wav2vec2_common_voice_accents_indian 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_indian") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("willcai/wav2vec2_common_voice_accents_indian")
model = AutoModelForCTC.from_pretrained("willcai/wav2vec2_common_voice_accents_indian", device_map="auto")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.5186 | 1.28 | 400 | 0.6937 |
| 0.3485 | 2.56 | 800 | 0.2323 |
| 0.2229 | 3.83 | 1200 | 0.2195 |
| 0.1877 | 5.11 | 1600 | 0.2147 |
| 0.1618 | 6.39 | 2000 | 0.2058 |
| 0.1434 | 7.67 | 2400 | 0.2077 |
| 0.132 | 8.95 | 2800 | 0.1995 |
| 0.1223 | 10.22 | 3200 | 0.2146 |
| 0.1153 | 11.5 | 3600 | 0.2117 |
| 0.1061 | 12.78 | 4000 | 0.2071 |
| 0.1003 | 14.06 | 4400 | 0.2219 |
| 0.0949 | 15.34 | 4800 | 0.2204 |
| 0.0889 | 16.61 | 5200 | 0.2162 |
| 0.0824 | 17.89 | 5600 | 0.2243 |
| 0.0784 | 19.17 | 6000 | 0.2323 |
| 0.0702 | 20.45 | 6400 | 0.2325 |
| 0.0665 | 21.73 | 6800 | 0.2334 |
| 0.0626 | 23.0 | 7200 | 0.2411 |
| 0.058 | 24.28 | 7600 | 0.2473 |
| 0.054 | 25.56 | 8000 | 0.2591 |
| 0.0506 | 26.84 | 8400 | 0.2577 |
| 0.0484 | 28.12 | 8800 | 0.2633 |
| 0.0453 | 29.39 | 9200 | 0.2692 |