Purfview

Results 268 comments of Purfview

> Is there a method or parameter that can filter out noise that is not human voice? Not in this repo. But such option can be found in some other...

This thing was already discussed in some issue. >--flex_line_width 3 >I hope that makes sense? Current splitting code doesn't look into the future, so such option doesn't fit. About sense...

> However, there's no such problem when using the non-batch mode. There is same problem with missing transcriptions in non-batch mode too, only that it happens less often. Btw, it...

Can you share an audio sample were the issue [missing segment] can be reproduced? Post your settings/FW version too. I'll check if this can be improved.

> distil-faster-whisper-base-it Post config.json file of that model.

>https://huggingface.co/gustavv-andrzejewski/distil-whisper-base-it/blob/main/config.json This model is not for faster-whisper.

> [config.json](https://github.com/user-attachments/files/19653546/config.json) Oh I see, this file should be the faster-whisper one "alignment_heads" is same as in original whisper https://huggingface.co/openai/whisper-base/blob/main/generation_config.json I think it should be different for distil model.

Did you check in original Whisper if `word_timestamps=True` works there with this model?