cleanup whisper a little (#639)

This commit is contained in:
Awni Hannun
2024-03-30 13:13:58 -07:00
committed by GitHub
parent f6283ef7ce
commit 78c431dc25
6 changed files with 237 additions and 221 deletions

View File

@@ -297,7 +297,7 @@ class TestWhisper(unittest.TestCase):
"temperature": 0.0,
"avg_logprob": -0.1350895343440594,
"compression_ratio": 1.6208333333333333,
"no_speech_prob": 0.002246702555567026,
"no_speech_prob": 0.009053784422576427,
}
def check_segment(seg, expected):