EdwardFang09/IEE4912_Dataset
Viewer • Updated • 143 • 6
How to use EdwardFang09/whisper-base-TA-2025 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="EdwardFang09/whisper-base-TA-2025") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("EdwardFang09/whisper-base-TA-2025")
model = AutoModelForSpeechSeq2Seq.from_pretrained("EdwardFang09/whisper-base-TA-2025")This model is a fine-tuned version of openai/whisper-base on the IEE4912_Dataset 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.0 | 62.5 | 250 | 0.0048 | 0.0 |
| 0.0 | 125.0 | 500 | nan | 100.0 |
| 0.0 | 187.5 | 750 | nan | 100.0 |
| 0.0 | 250.0 | 1000 | nan | 100.0 |
Base model
openai/whisper-base