hacoro/whisper-preprocessed-sample
Viewer • Updated • 2k • 6
How to use hacoro/whisper-wizard with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="hacoro/whisper-wizard") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("hacoro/whisper-wizard")
model = AutoModelForSpeechSeq2Seq.from_pretrained("hacoro/whisper-wizard")This model is a fine-tuned version of openai/whisper-base on the ai-hub sample 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 | Cer |
|---|---|---|---|---|
| 0.5783 | 2.0 | 200 | 0.6199 | 39.2157 |
Base model
openai/whisper-base