VladS159/common_voice_romanian_speech_synthesis
Viewer • Updated • 39.1k • 21 • 1
How to use VladS159/Whisper_medium_ro_VladS_2000_steps_multi_gpu_26_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_2000_steps_multi_gpu_26_02_2024") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("VladS159/Whisper_medium_ro_VladS_2000_steps_multi_gpu_26_02_2024")
model = AutoModelForSpeechSeq2Seq.from_pretrained("VladS159/Whisper_medium_ro_VladS_2000_steps_multi_gpu_26_02_2024", device_map="auto")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.1753 | 0.22 | 250 | 0.1553 | 14.6629 |
| 0.1227 | 0.43 | 500 | 0.1203 | 11.8855 |
| 0.1286 | 0.65 | 750 | 0.1053 | 10.8999 |
| 0.1129 | 0.86 | 1000 | 0.0969 | 10.4557 |
| 0.051 | 1.08 | 1250 | 0.0882 | 9.1050 |
| 0.0589 | 1.3 | 1500 | 0.0851 | 9.0138 |
| 0.05 | 1.51 | 1750 | 0.0832 | 8.7795 |
| 0.0492 | 1.73 | 2000 | 0.0807 | 8.3506 |
Base model
openai/whisper-medium