aangry-mouse/stepik_ml_ru
Viewer • Updated • 8.01k • 8 • 1
How to use aangry-mouse/whisper-base-ml-ru with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="aangry-mouse/whisper-base-ml-ru") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("aangry-mouse/whisper-base-ml-ru")
model = AutoModelForSpeechSeq2Seq.from_pretrained("aangry-mouse/whisper-base-ml-ru")This model is a fine-tuned version of openai/whisper-base on the ML датасет 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.6752 | 0.6649 | 250 | 0.6513 | 39.3404 |
| 0.4415 | 1.3298 | 500 | 0.5277 | 38.4923 |
| 0.4037 | 1.9947 | 750 | 0.4766 | 35.0766 |
| 0.2825 | 2.6596 | 1000 | 0.4705 | 35.2729 |
Base model
openai/whisper-base