VladS159/common_voice_romanian_speech_synthesis
Viewer • Updated • 39.1k • 21 • 1
How to use VladS159/Whisper_medium_ro_VladS_2000_steps_multi_gpu_23_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_23_02_2024") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("VladS159/Whisper_medium_ro_VladS_2000_steps_multi_gpu_23_02_2024")
model = AutoModelForSpeechSeq2Seq.from_pretrained("VladS159/Whisper_medium_ro_VladS_2000_steps_multi_gpu_23_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.148 | 0.98 | 250 | 0.1494 | 14.1574 |
| 0.0875 | 1.96 | 500 | 0.1295 | 12.9080 |
| 0.0404 | 2.94 | 750 | 0.1285 | 11.8734 |
| 0.0227 | 3.92 | 1000 | 0.1353 | 12.1094 |
| 0.0139 | 4.9 | 1250 | 0.1409 | 11.9702 |
| 0.0076 | 5.88 | 1500 | 0.1539 | 12.0459 |
| 0.005 | 6.86 | 1750 | 0.1599 | 12.1880 |
| 0.0039 | 7.84 | 2000 | 0.1620 | 12.1820 |
Base model
openai/whisper-medium