Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better Intelligibility metric for CAD2 Task1 into main #418

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

groadabike
Copy link
Contributor

In CAD2 task1, the original intelligibility metric was using whisper for transcription and jiwer for computing correctness.
However, jiwer was used without any normalisation resulting in lower score.
For example, capitalised vs non-capitalised words, punctuations not excluded.

The changes are:

  • Replace jiwer by alt-eval which performs several normalisation before calling jiwer.
  • Add verbose option True or False for MSGB HL model to reduce unnecessary prints. Warnings will still be printed regardless the verbose option.

@groadabike groadabike linked an issue Oct 15, 2024 that may be closed by this pull request
@groadabike groadabike changed the title Better Intelligibility metric for CAD2 Task1 Better Intelligibility metric for CAD2 Task1 into main Oct 15, 2024
@groadabike
Copy link
Contributor Author

@jonbarker68
This PR is bringing the updates done in version 0.6.2 to the main branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test alt-eval over jiwer
1 participant