VladS159/common_voice_17_0_romanian_speech_synthesis
Viewer • Updated • 39.7k • 28 • 1
How to use VladS159/Whisper_medium_ro_VladS_10000_steps_multi-gpu_smaller_lr with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="VladS159/Whisper_medium_ro_VladS_10000_steps_multi-gpu_smaller_lr", device_map="auto") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("VladS159/Whisper_medium_ro_VladS_10000_steps_multi-gpu_smaller_lr")
model = AutoModelForSpeechSeq2Seq.from_pretrained("VladS159/Whisper_medium_ro_VladS_10000_steps_multi-gpu_smaller_lr", device_map="auto")This model is a fine-tuned version of openai/whisper-small on the Common Voice 17.0 + Romanian speech synthesis 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.2432 | 0.68 | 500 | 0.2134 | 19.7435 |
| 0.137 | 1.36 | 1000 | 0.1532 | 15.5189 |
| 0.0672 | 2.04 | 1500 | 0.1287 | 13.0426 |
| 0.0579 | 2.72 | 2000 | 0.1218 | 12.8659 |
| 0.0307 | 3.4 | 2500 | 0.1183 | 11.9887 |
| 0.0167 | 4.08 | 3000 | 0.1177 | 11.5866 |
| 0.016 | 4.76 | 3500 | 0.1149 | 10.9531 |
| 0.0099 | 5.43 | 4000 | 0.1212 | 10.9713 |
| 0.0058 | 6.11 | 4500 | 0.1216 | 10.8251 |
| 0.0056 | 6.79 | 5000 | 0.1224 | 10.6515 |
| 0.0036 | 7.47 | 5500 | 0.1238 | 10.6211 |
| 0.0035 | 8.15 | 6000 | 0.1249 | 10.5571 |
Base model
openai/whisper-small