DragonLine/ksponspeech_03
Viewer • Updated • 124k • 16
How to use DragonLine/train03 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="DragonLine/train03") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("DragonLine/train03")
model = AutoModelForSpeechSeq2Seq.from_pretrained("DragonLine/train03")This model is a fine-tuned version of openai/whisper-base on the ksponspeech_03 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.7999 | 0.13 | 100 | 0.6914 | 20.0296 |
| 0.5632 | 0.26 | 200 | 0.5602 | 16.9970 |
| 0.5309 | 0.39 | 300 | 0.5195 | 15.8134 |
| 0.4961 | 0.52 | 400 | 0.4940 | 15.6669 |
| 0.4865 | 0.65 | 500 | 0.4764 | 15.1768 |
| 0.4688 | 0.77 | 600 | 0.4607 | 14.9871 |
| 0.4357 | 0.9 | 700 | 0.4521 | 14.7492 |
Base model
openai/whisper-base