phatjmo/cmu_haitian
Viewer • Updated • 6.69k • 47
How to use phatjmo/whisper-medium-hat with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="phatjmo/whisper-medium-hat") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("phatjmo/whisper-medium-hat")
model = AutoModelForSpeechSeq2Seq.from_pretrained("phatjmo/whisper-medium-hat")This model is a fine-tuned version of openai/whisper-medium on the Carnegie Mellon University - Haitian Creole 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.0571 | 3.4483 | 1000 | 0.5976 | 21.8190 |
| 0.0037 | 6.8966 | 2000 | 0.7251 | 19.5136 |
| 0.0003 | 10.3448 | 3000 | 0.7623 | 19.4807 |
| 0.0005 | 13.7931 | 4000 | 0.7836 | 19.0404 |
Base model
openai/whisper-medium