ggml-org/whisper.cpp

tests : add WER benchmarks

Open

#2,454 opened on Oct 5, 2024

 (26 comments) (0 reactions) (0 assignees)C++ (6,072 forks)batch import
help wantedhigh priorityresearch🔬roadmap

Repository metrics

Stars
 (52,942 stars)
PR merge metrics
 (Avg merge 5d 20h) (36 merged PRs in 30d)

Description

It would be nice to start measuring the word error rate (WER) of whisper.cpp across some representative dataset:

  • short audio
  • long audio
  • english
  • non-english
  • etc.

This will help us catch regressions in the future. I'm not familiar with what is typically used for TTS WER benchmarks, so looking for help from the community.

Contributor guide