Replies: 1 comment 5 replies
-
Have you just run only ASR inference with |
Beta Was this translation helpful? Give feedback.
5 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi 👋 I've been struggling with making this script work with
stt_ru_conformer_ctc_large
model. I see in docs that it says:So, I assume it should work with models trained for Russian language as well. However, as I try to use the script:
I get this exception:
golos_1file_test.json
:I use the audio file from the dataset Golos https://github.com/sberdevices/golos , tried it with multiple files from the dataset and got the same result.
Also, as I dug into the problem, it turned out that during decoding stage in
WERBPE_TS.ctc_decoder_predictions_tensor_with_ts
not single character is recognized andhypotheses
consists solely of unknown symbols '⁇'. So, timestamps are not produced whatsoever. Everything works fine withstt_en_conformer_ctc_large
, though.Config file that I use (default
diar_infer_meeting.yaml
):So, is it possible to use not only English models with offline diarization with ASR, and if yes, what could be the issue?
I am using nemo ver. 1.15.0.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions