google/fleurs
Viewer • Updated • 768k • 58.2k • 404
How to use arun100/whisper-base-tr-2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="arun100/whisper-base-tr-2") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("arun100/whisper-base-tr-2")
model = AutoModelForSpeechSeq2Seq.from_pretrained("arun100/whisper-base-tr-2")This model is a fine-tuned version of arun100/whisper-base-tr-1 on the google/fleurs tr_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 |
|---|---|---|---|---|
| 0.3503 | 45.0 | 500 | 0.4874 | 29.1817 |
| 0.0695 | 90.0 | 1000 | 0.4960 | 28.4597 |
| 0.0243 | 136.0 | 1500 | 0.5195 | 28.3845 |
| 0.0145 | 181.0 | 2000 | 0.5334 | 28.6477 |
| 0.0101 | 227.0 | 2500 | 0.5454 | 28.6778 |
| 0.0077 | 272.0 | 3000 | 0.5548 | 28.6928 |
| 0.0063 | 318.0 | 3500 | 0.5625 | 28.7079 |
| 0.0054 | 363.0 | 4000 | 0.5684 | 29.0238 |
| 0.0048 | 409.0 | 4500 | 0.5727 | 28.9260 |
| 0.0046 | 454.0 | 5000 | 0.5743 | 28.9260 |