podcast-sponsor-remove

Attempt at identify sponsored segments in audio transcripts and removing them.
Log | Files | Refs

commit 968414d2d38f3cb30ac4e1af3151a0842c113366
parent 8c01ad5cd727b4844e26e8a050c4094b545c6938
Author: vin <git@vineetk.net>
Date:   Fri, 22 Aug 2025 15:47:24 -0400

update with newer parakeet

Diffstat:
Masr.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/asr.py b/asr.py @@ -13,7 +13,7 @@ providers = [ "CPUExecutionProvider", ] model = onnx_asr.load_model( - "nemo-parakeet-tdt-0.6b-v2", + "nemo-parakeet-tdt-0.6b-v3", providers=providers, #quantization="int8" ).with_timestamps()