davidmeikle/whisper-medium-eole
018
Whisper Medium (eole)
This is openai/whisper-medium converted to eole format using eole convert --model_dir openai/whisper-medium.
No weights were modified — this is a format conversion only.
Model details
Usage
pip install eole[wer]Transcribe
eole predict \
-config eval_config.yaml \
-model_path whisper-medium-eole \
-src audio_files.txt \
-output transcriptions.txt \
-language en \
-task transcribe \
-gpu_ranks 0Evaluation
All evaluations use beam size 5.
Conversion
eole convert --model_dir openai/whisper-medium --output whisper-medium-eoleCitation
@misc{radford2023robust,
title={Robust Speech Recognition via Large-Scale Weak Supervision},
author={Alec Radford and Jong Wook Kim and Tao Xu and Greg Brockman and Christine McLeavey and Ilya Sutskever},
year={2023},
eprint={2212.04356},
archivePrefix={arXiv},
primaryClass={eess.AS}
}