sorting by WER broken bc string

#2
by cansa - opened

Sorting by WER is not working correctly as the field is interpreted as a string and not int/float value.

Whisper Fine-Tuning Event org
โ€ข
edited Jan 5, 2023

Hey @cansa ! Thanks for opening this issue! Could you elaborate on what you mean here? ๐Ÿ™‚ Is there a model that is ranked highest on https://huggingface.co/spaces/whisper-event/leaderboard that isn't appearing on the winners list? Happy to dig into this with @reach-vb if so!

When I tap on the WER header on the winners table, it sorts the table like the example below:

Current sorted list: [1, 10, 2, 37, 529, 7, 8000, 99]

Properly sorted list: [1, 2, 7, 10, etc you get the idea]

Whisper Fine-Tuning Event org

Hey @cansa ! Thanks for explaining, I now understand the issue! The table is not really meant to be sorted by WER; we don't want to compare across languages, but rather display the best performing model in each language. If you want to sort models in a particular language by WER, I advise that you check out the leaderboard at https://huggingface.co/spaces/whisper-event/leaderboard

Sign up or log in to comment