CoolFace
Modelpublic

davidmeikle/whisper-medium-eole

sourceHugging Faceapache-2.0updated 7mo agoView on Hugging Face
0likes18downloads
Model Card

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

Original modelopenai/whisper-medium
Parameters769M
Encoder layers24
Decoder layers24
Hidden size1024
Attention heads16
Mel bins80
Vocab size51,865
LicenseApache 2.0

Usage

bash
pip install eole[wer]

Transcribe

bash
eole predict \
  -config eval_config.yaml \
  -model_path whisper-medium-eole \
  -src audio_files.txt \
  -output transcriptions.txt \
  -language en \
  -task transcribe \
  -gpu_ranks 0

Evaluation

All evaluations use beam size 5.

BenchmarkWER
LibriSpeech test-clean2.92%

Conversion

bash
eole convert --model_dir openai/whisper-medium --output whisper-medium-eole

Citation

bibtex
@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}
}