Replies: 3 comments 10 replies
-
By default, model is downloaded to the local cache for the first time then it loads it from the cache each time it loads Silero VAD. import torch
torch.hub.load(repo_or_dir='snakers4/silero-vad:master', model='silero_vad', force_reload=True) Another way after b309530 is to use |
Beta Was this translation helpful? Give feedback.
-
Hi @jianfch , I was not sure if I should open a new post for this, but though of mentioning it here: I did some tests using the latest update with Silero V5, and I notice that in several occasions the dialogs do not get captured. The previous versions of stable-ts were able to capture those dialogs. Assuming that V5 is not yet ready for the primetime, is it possible to specify an older version? I personally believe Silero V3 was the best option for working in tandem with Whisper. Just a thought. Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi @jianfch , Here are a sample test audio, and a comparison table of results after I ran that through Stable-ts Silero 5.0 and Standalone-Faster-Whisper-XXL Silero 3.1, and Pyannote 3. The common settings were:
I hope this helps Thanks |
Beta Was this translation helpful? Give feedback.
-
Silero VAD V5 was just released. The published benchmarks look promising.
Would stable-ts need any updates to use the new version of Silero VAD, or the exisiting code pickes up the latest?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions