FonBench / README.md
Kimyayd's picture
FonBench β€” classement statique, copie de Kimyayd/FonBench
52ea335 verified
|
Raw
History Blame Contribute Delete
2.07 kB
metadata
title: FonBench
emoji: πŸ—£οΈ
colorFrom: indigo
colorTo: yellow
sdk: static
pinned: true
license: apache-2.0
short_description: The public speech-recognition leaderboard for Fon

FonBench πŸ‡§πŸ‡―

The public speech-recognition leaderboard for Fon, a tonal language spoken by over two million people in Benin.

This page carries the leaderboard itself: rankings, queue and submission form. It reads its data live from the same database as the evaluation service, so nothing here is a stale copy.

Evaluation runs elsewhere β€” a static Space cannot execute Python. Models submitted here are picked up by the evaluator at Kimyayd/FonBench, which holds the GPU and the read access to the private test set.

Metrics

Fon is written with tones (Γ‘, ɔ́, ě…) that change the meaning of words, but corpora don't follow the same convention β€” some mark no tone at all. A raw WER is therefore not comparable from one corpus to the next.

  • WER_seg β€” word errors with tones stripped. Comparable everywhere.
  • WER_ton β€” errors on tone marks alone. Not computed when the corpus doesn't annotate tones, so the figure is never misleading.
  • T-WER = WER_seg + 2 Γ— WER_ton β€” the headline metric.
  • RTFx β€” seconds of audio per second of compute. Higher is faster; hardware-dependent, so only compare at equal hardware.

Test set

2,555 utterances, 4.98 hours, 45 speakers, not published β€” a test set that circulates stops being a test set. Its 45 speakers are strictly disjoint from the 471 training speakers, verified, zero in common. It is not secret: request access to JMLdata/fon-test-v1 and you can recompute any row yourself.

Verify any number

Scoring code, a standalone evaluator and one script per evaluated model: github.com/Izzoudine/EvalScripts. Expect agreement within Β±0.0002 β€” CTC padding depends on batch composition, and we would rather document that than round the published figures to three decimals.