legacy-datasets/common_voice
Updated • 1.5k • 144
How to use Robinjmf/wav2vec2-common_voice-tr-output with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Robinjmf/wav2vec2-common_voice-tr-output") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("Robinjmf/wav2vec2-common_voice-tr-output")
model = AutoModelForCTC.from_pretrained("Robinjmf/wav2vec2-common_voice-tr-output")This model is a fine-tuned version of facebook/wav2vec2-large-xlsr-53 on the COMMON_VOICE - TR 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 | Wer |
|---|---|---|---|---|
| No log | 0.92 | 100 | 3.6020 | 1.0 |
| No log | 1.83 | 200 | 2.9971 | 0.9999 |
| No log | 2.75 | 300 | 0.9174 | 0.7772 |
| No log | 3.67 | 400 | 0.5668 | 0.6356 |
| 3.1619 | 4.59 | 500 | 0.4949 | 0.5256 |
| 3.1619 | 5.5 | 600 | 0.4516 | 0.4744 |
| 3.1619 | 6.42 | 700 | 0.4291 | 0.4575 |
| 3.1619 | 7.34 | 800 | 0.4330 | 0.4273 |
| 3.1619 | 8.26 | 900 | 0.4016 | 0.4145 |
| 0.2261 | 9.17 | 1000 | 0.4214 | 0.4005 |
| 0.2261 | 10.09 | 1100 | 0.4093 | 0.3946 |
| 0.2261 | 11.01 | 1200 | 0.4051 | 0.3917 |
| 0.2261 | 11.93 | 1300 | 0.3908 | 0.3719 |
| 0.2261 | 12.84 | 1400 | 0.3850 | 0.3603 |
| 0.1119 | 13.76 | 1500 | 0.3967 | 0.3645 |
| 0.1119 | 14.68 | 1600 | 0.3821 | 0.3526 |
| 0.1119 | 15.6 | 1700 | 0.3919 | 0.3519 |
| 0.1119 | 16.51 | 1800 | 0.3763 | 0.3366 |
| 0.1119 | 17.43 | 1900 | 0.3682 | 0.3349 |
| 0.074 | 18.35 | 2000 | 0.3753 | 0.3323 |
| 0.074 | 19.27 | 2100 | 0.3753 | 0.3267 |