abiyo27/BibleTTS_Ewe-Bible
Preview โข Updated โข 62 โข 4
How to use abiyo27/whisper-small-ewe-2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="abiyo27/whisper-small-ewe-2") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("abiyo27/whisper-small-ewe-2")
model = AutoModelForSpeechSeq2Seq.from_pretrained("abiyo27/whisper-small-ewe-2")This model is a fine-tuned version of openai/whisper-medium on the BibleTTS 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.2196 | 0.1802 | 4000 | 0.1780 | 19.3903 |
| 0.1587 | 0.3605 | 8000 | 0.1375 | 13.4933 |
| 0.1162 | 0.5407 | 12000 | 0.1021 | 10.0950 |