fsicoli/common_voice_18_0
Updated • 187 • 9
How to use Garon16/whisper_small_ru_f with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Garon16/whisper_small_ru_f") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Garon16/whisper_small_ru_f")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Garon16/whisper_small_ru_f")This model is a fine-tuned version of openai/whisper-small on the Common Voice 18.0 Ru 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.2603 | 1.0 | 826 | 0.2231 | 18.2503 |
| 0.1298 | 2.0 | 1652 | 0.2108 | 17.0453 |
| 0.0586 | 3.0 | 2478 | 0.2165 | 16.8375 |
| 0.0271 | 4.0 | 3304 | 0.2315 | 16.7760 |
| 0.0122 | 5.0 | 4130 | 0.2478 | 16.7864 |
| 0.0057 | 6.0 | 4956 | 0.2667 | 16.5670 |
| 0.0029 | 7.0 | 5782 | 0.2727 | 16.2594 |
| 0.0018 | 8.0 | 6608 | 0.2833 | 16.3743 |
| 0.0013 | 9.0 | 7434 | 0.2885 | 16.2594 |
| 0.0011 | 10.0 | 8260 | 0.2906 | 16.3383 |
Base model
openai/whisper-small