IoanaLiviaPopescu/RealVoiceHoroscope
Updated • 3
How to use IoanaLiviaPopescu/real-data-whisper-small-without-normalize-eval with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="IoanaLiviaPopescu/real-data-whisper-small-without-normalize-eval") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("IoanaLiviaPopescu/real-data-whisper-small-without-normalize-eval")
model = AutoModelForSpeechSeq2Seq.from_pretrained("IoanaLiviaPopescu/real-data-whisper-small-without-normalize-eval")This model is a fine-tuned version of openai/whisper-small on the IoanaLiviaPopescu/RealVoiceHoroscope 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 |
|---|---|---|---|---|
| No log | 0 | 0 | 0.6024 | 35.6728 |
| 0.501 | 1.0 | 13 | 0.4965 | 28.2987 |
| 0.3039 | 2.0 | 26 | 0.4347 | 28.6356 |
| 0.1973 | 3.0 | 39 | 0.4132 | 26.8763 |
| 0.1431 | 4.0 | 52 | 0.4076 | 26.9699 |
| 0.1181 | 5.0 | 65 | 0.4097 | 27.1196 |
Base model
openai/whisper-small