islomov/it_youtube_uzbek_speech_dataset
Viewer • Updated • 21k • 501 • 5
How to use davron04/whisper-tiny-uz with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="davron04/whisper-tiny-uz") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("davron04/whisper-tiny-uz")
model = AutoModelForSpeechSeq2Seq.from_pretrained("davron04/whisper-tiny-uz", device_map="auto")This model is a fine-tuned version of openai/whisper-tiny on the islomov/it_youtube_uzbek_speech_dataset 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 Ortho | Wer |
|---|---|---|---|---|---|
| 1.7493 | 0.9381 | 500 | 0.8690 | 86.7163 | 80.0547 |
| 1.2903 | 1.8762 | 1000 | 0.6905 | 75.2657 | 65.6485 |
| 1.0749 | 2.8143 | 1500 | 0.6177 | 60.1753 | 51.7438 |
| 0.9037 | 3.7523 | 2000 | 0.5750 | 56.9341 | 48.7121 |
| 0.8147 | 4.6904 | 2500 | 0.5497 | 56.7216 | 48.7121 |
| 0.7320 | 5.6285 | 3000 | 0.5359 | 58.5016 | 50.9688 |
| 0.6755 | 6.5666 | 3500 | 0.5275 | 56.1637 | 49.0084 |
| 0.5877 | 7.5047 | 4000 | 0.5242 | 53.9320 | 46.2731 |
Base model
openai/whisper-tiny