mozilla-foundation/common_voice_13_0
Updated • 2.31k • 3
How to use beratcmn/whisper-tiny-tr with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="beratcmn/whisper-tiny-tr") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("beratcmn/whisper-tiny-tr")
model = AutoModelForSpeechSeq2Seq.from_pretrained("beratcmn/whisper-tiny-tr")This model is a fine-tuned version of openai/whisper-tiny on the Common Voice 13 Turkish 70% dataset. It achieves the following results on the evaluation set:
More information needed
Train with mozilla-foundation/common_voice_13_0 after the initial training.
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| 0.3106 | 0.5 | 97 | 0.5626 | 57.0558 |
| 0.3361 | 1.0 | 194 | 0.5635 | 56.9995 |
| 0.3089 | 1.5 | 291 | 0.5639 | 57.6184 |
| 0.2665 | 1.99 | 388 | 0.5746 | 56.4088 |
| 0.2794 | 2.49 | 485 | 0.5799 | 56.2213 |
| 0.2364 | 2.99 | 582 | 0.5730 | 55.4805 |
Base model
openai/whisper-tiny