ggml-org/whisper.cpp

tests : add WER benchmarks

Offen

#2.454 geöffnet am 05.10.2024

 (26 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (6.074 Forks)batch import
help wantedhigh priorityresearch🔬roadmap

Repository-Metriken

Stars
 (52.968 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 5T 20h) (36 gemergte PRs in 30 T)

Beschreibung

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