DragonLine/ksponspeech_05
Viewer • Updated • 127k • 439
How to use DragonLine/train05 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="DragonLine/train05") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("DragonLine/train05")
model = AutoModelForSpeechSeq2Seq.from_pretrained("DragonLine/train05")This model is a fine-tuned version of openai/whisper-base on the ksponspeech_05 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.434 | 0.13 | 100 | 0.4239 | 14.0769 |
| 0.4208 | 0.25 | 200 | 0.4212 | 14.0593 |
| 0.4245 | 0.38 | 300 | 0.4196 | 13.9936 |
| 0.4173 | 0.51 | 400 | 0.4169 | 14.0972 |
| 0.4245 | 0.63 | 500 | 0.4147 | 14.0310 |
| 0.4103 | 0.76 | 600 | 0.4102 | 14.1257 |
| 0.4097 | 0.88 | 700 | 0.4059 | 13.3884 |
Base model
openai/whisper-base