whisper-event

Whisper Small - Greek (el)

This model is a fine-tuned version of openai/whisper-small on the mozilla-foundation/common_voice_11_0 el dataset for transcription in Greek. It achieves the following results on the evaluation set:

Training results

Upon completion of training the best model was reloaded and tested with the following results extracted from the stdout log:

Loading best model from ./whisper-small-el/checkpoint-5000 (score: 20.208023774145616).

{'train_runtime': 73232.697,
'train_samples_per_second': 4.37,
'train_steps_per_second': 0.068,
'train_loss': 0.06146362095708027,
'epoch': 94.34}

TrainOutput(global_step=5000,
    training_loss=0.06146362095708027,
    metrics={'train_runtime': 73232.697,
        'train_samples_per_second': 4.37,
        'train_steps_per_second': 0.068,
        'train_loss': 0.06146362095708027,
        'epoch': 94.34})

Framework versions