bond005/podlodka_speech
Viewer • Updated • 107 • 223
How to use MachineTrofimov/whisper-tiny-ru with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="MachineTrofimov/whisper-tiny-ru") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("MachineTrofimov/whisper-tiny-ru")
model = AutoModelForSpeechSeq2Seq.from_pretrained("MachineTrofimov/whisper-tiny-ru")This model is a fine-tuned version of openai/whisper-tiny on the Podlodka Speech 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.9999 | 4.4444 | 40 | 1.2054 | 71.8285 |
| 0.4535 | 8.8889 | 80 | 1.1539 | 73.2283 |
| 0.2849 | 13.3333 | 120 | 1.1958 | 104.5494 |
| 0.1674 | 17.7778 | 160 | 1.2341 | 79.2651 |
| 0.1372 | 22.2222 | 200 | 1.2475 | 83.7270 |
Base model
openai/whisper-tiny