VladS159/common_voice_romanian_speech_synthesis
Viewer • Updated • 39.1k • 203 • 1
How to use VladS159/Whisper_medium_ro_VladS_1000_steps_multi_gpu_25_02_2024 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_1000_steps_multi_gpu_25_02_2024") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("VladS159/Whisper_medium_ro_VladS_1000_steps_multi_gpu_25_02_2024")
model = AutoModelForSpeechSeq2Seq.from_pretrained("VladS159/Whisper_medium_ro_VladS_1000_steps_multi_gpu_25_02_2024")This model is a fine-tuned version of openai/whisper-medium on the Common Voice 16.1 + 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.1447 | 0.61 | 250 | 0.1532 | 13.8768 |
| 0.0599 | 1.23 | 500 | 0.1305 | 12.5141 |
| 0.0595 | 1.84 | 750 | 0.1256 | 12.3255 |
| 0.032 | 2.46 | 1000 | 0.1247 | 11.7262 |
Base model
openai/whisper-medium