Replies: 3 comments 6 replies
-
Hi,
Can you describe your validation dataset, its size and composition, maybe share some metrics (accuracy, precision, recall)?
You can just rewrite this function - https://github.com/snakers4/silero-vad/blob/master/utils_vad.py#L339-L362 |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
I have modified the utils_vad.py in a way, that the response should contain the selected languages only (English, Hungarian, Chinese) together with their probabilities (independently from the other languages and the order of the probabilities). |
Beta Was this translation helpful? Give feedback.
-
Hi, I am tying to use the Language Classifier 95 model, but the accuracy is not so good.
I have tried to increase the top_n value, but did not help too much.
I thought I can neglect most of the languages (which I do not care about) with specifying a reduced set of languages in the lang_dict and the lang_group_dict parameters in the following line:
languages, language_groups = get_language_and_group(wav, model, lang_dict, lang_group_dict, top_n=2)
but it does not work.
Is it possible somehow to specify a subset of the languages for this model?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions