IoanaLiviaPopescu/RealVoiceHoroscope
Updated • 10
How to use IoanaLiviaPopescu/real-data-whisper-small 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") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("IoanaLiviaPopescu/real-data-whisper-small")
model = AutoModelForSpeechSeq2Seq.from_pretrained("IoanaLiviaPopescu/real-data-whisper-small", device_map="auto")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 | 27.8812 |
| 0.501 | 1.0 | 13 | 0.4965 | 19.9336 |
| 0.3039 | 2.0 | 26 | 0.4347 | 20.2840 |
| 0.1973 | 3.0 | 39 | 0.4133 | 18.7719 |
| 0.1431 | 4.0 | 52 | 0.4076 | 18.7903 |
| 0.1181 | 5.0 | 65 | 0.4097 | 18.9747 |
Base model
openai/whisper-small