SYSTRAN / faster-whisper

Faster Whisper transcription with CTranslate2
MIT License
12.59k stars 1.05k forks source link

remove `log_prob_low_threshold` #1160

Closed MahmoudAshraf97 closed 1 day ago

MahmoudAshraf97 commented 1 day ago

I'm seeking closer adherence to the original OpenAI Whisper implementation and hence removing this after it's introduction in #856, it might have some use cases but I'd prefer to add it later if needed after this release

I also removed WhisperModel.device attribute because it didn't return the actual device value, the correct value can be found at WhisperModel.model.device