google/fleurs
Viewer • Updated • 768k • 57.7k • 405
How to use PhanithLIM/whisper-tiny-aug-7-may-lightning-v1 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="PhanithLIM/whisper-tiny-aug-7-may-lightning-v1") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("PhanithLIM/whisper-tiny-aug-7-may-lightning-v1")
model = AutoModelForSpeechSeq2Seq.from_pretrained("PhanithLIM/whisper-tiny-aug-7-may-lightning-v1")This model is a fine-tuned version of openai/whisper-tiny 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 |
|---|---|---|---|---|
| 1.0747 | 1.0 | 712 | 0.4463 | 102.0236 |
| 0.3496 | 2.0 | 1424 | 0.2607 | 98.4686 |
| 0.2411 | 3.0 | 2136 | 0.2071 | 92.8878 |
| 0.1966 | 4.0 | 2848 | 0.1819 | 94.1085 |
| 0.1699 | 5.0 | 3560 | 0.1653 | 92.2555 |
| 0.1514 | 6.0 | 4272 | 0.1533 | 88.5561 |
| 0.1377 | 7.0 | 4984 | 0.1452 | 88.0289 |
| 0.1265 | 8.0 | 5696 | 0.1391 | 86.8913 |
| 0.117 | 9.0 | 6408 | 0.1331 | 87.4382 |
| 0.1089 | 10.0 | 7120 | 0.1300 | 86.2590 |
Base model
openai/whisper-tiny