ysdede/commonvoice_17_tr_fixed
Viewer • Updated • 91.1k • 398 • 10
How to use egemenakdeniz/whisper-medium-tr with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="egemenakdeniz/whisper-medium-tr") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("egemenakdeniz/whisper-medium-tr")
model = AutoModelForSpeechSeq2Seq.from_pretrained("egemenakdeniz/whisper-medium-tr")This model is a fine-tuned version of openai/whisper-medium on the commonvoice_17_tr_fixed 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.2742 | 0.1509 | 1000 | 0.2717 | 22.4456 |
| 0.195 | 0.3018 | 2000 | 0.2356 | 19.7325 |
| 0.1529 | 0.4528 | 3000 | 0.2173 | 18.3296 |
| 0.1535 | 0.6037 | 4000 | 0.1933 | 16.9751 |
| 0.1671 | 0.7546 | 5000 | 0.1808 | 16.0497 |
Base model
openai/whisper-medium