mozilla-foundation/common_voice_17_0
Updated • 5.39k • 17
How to use cankaracelebi/whisper-medium-tr-v2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="cankaracelebi/whisper-medium-tr-v2") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("cankaracelebi/whisper-medium-tr-v2")
model = AutoModelForSpeechSeq2Seq.from_pretrained("cankaracelebi/whisper-medium-tr-v2")This model is a fine-tuned version of openai/whisper-medium on the Common Voice 17.0 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 |
|---|---|---|---|---|
| 0.146 | 0.34 | 1000 | 0.2164 | 105.0754 |
| 0.1562 | 0.69 | 2000 | 0.2115 | 43.5238 |
| 0.0803 | 1.03 | 3000 | 0.1979 | 42.8919 |
| 0.0668 | 1.38 | 4000 | 0.1944 | 37.3397 |
| 0.0693 | 1.72 | 5000 | 0.1869 | 36.3910 |
| 0.0305 | 2.07 | 6000 | 0.1898 | 49.8254 |
| 0.0272 | 2.41 | 7000 | 0.1908 | 60.8005 |
| 0.0274 | 2.76 | 8000 | 0.1892 | 67.0255 |