Nemo ASR french
#2335
Replies: 1 comment 10 replies
-
You have to explicitly call model._wer.reset() after the compute() step |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, everyone. I’m using the French checkpoint “stt_fr_quartznet15x5” on the dev set from Fr MCV dataset version 6.1 to check the result. Instead of a WER of about 14% presented in the NGC, I got a WER of about 38%. Below is my code, I’m not sure if I forget something else important to add.
Datasets : All audios files were transformed to the
.wav
format and 16000 sample rate. And I created with success the manifest file in format{"audio_filepath": "dev/wav_16k/common_voice_fr_19683978.wav", "duration": 9.0, "text": "de même selon la littérature les patients ont souvent moins de symptômes systémiques"}
WER = 0.38733165183457857
Beta Was this translation helpful? Give feedback.
All reactions