google/fleurs
Viewer • Updated • 768k • 63.9k • 406
How to use PhanithLIM/whisper-base-aug-20-april-lightning-v1 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="PhanithLIM/whisper-base-aug-20-april-lightning-v1") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("PhanithLIM/whisper-base-aug-20-april-lightning-v1")
model = AutoModelForSpeechSeq2Seq.from_pretrained("PhanithLIM/whisper-base-aug-20-april-lightning-v1")This model is a fine-tuned version of openai/whisper-base on the None 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.5768 | 1.0 | 1424 | 0.2062 | 98.4412 |
| 0.1775 | 2.0 | 2848 | 0.1505 | 89.7549 |
| 0.1321 | 3.0 | 4272 | 0.1304 | 86.5233 |
| 0.109 | 4.0 | 5696 | 0.1184 | 87.7905 |
| 0.0935 | 5.0 | 7120 | 0.1108 | 83.8661 |
| 0.0815 | 6.0 | 8544 | 0.1072 | 85.3635 |
| 0.0722 | 7.0 | 9968 | 0.1058 | 84.4405 |
| 0.0644 | 8.0 | 11392 | 0.1049 | 82.3862 |
| 0.0575 | 9.0 | 12816 | 0.1049 | 84.2761 |
| 0.0521 | 9.9933 | 14230 | 0.1044 | 85.2539 |
Base model
openai/whisper-base