You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across this PR suggestion in the main Whisper community: Add compression_ratio_hallucination_threshold.
I thought may be stable-ts can achieve this as part of its enhancement/refinement? For example to redo those segments, or discard them if they're above the threshold.
Just a thought.
Thanks
The text was updated successfully, but these errors were encountered:
Those segments should be removed before other regroup methods move things around:
result=model.transcribe(..., regroup='co=compression ratio+>+3.0+remove+0')
# or to follow it up with default regroupingresult=model.transcribe(..., regroup='co=compression ratio+>+3.0+remove+0_da')
For CLI: --regroup "co=compression ratio+>+3.0+remove+0_da"
Hi @jianfch ,
I came across this PR suggestion in the main Whisper community: Add compression_ratio_hallucination_threshold.
I thought may be stable-ts can achieve this as part of its enhancement/refinement? For example to redo those segments, or discard them if they're above the threshold.
Just a thought.
Thanks
The text was updated successfully, but these errors were encountered: