MiscellaneousStuff / openai-whisper-cpu

Improving transcription performance of OpenAI Whisper for CPU based deployment
MIT License
237 stars 19 forks source link

Punctuation is after conversion for Turkish language. #7

Open hamsipower opened 1 year ago

hamsipower commented 1 year ago

resim

This is the medium model. The performance takes a quite huge hit because it now can't find English words while Turkish is being spoken.

There's still this warning;

 UserWarning: FP16 is not supported on CPU; using FP32 instead
  warnings.warn("FP16 is not supported on CPU; using FP32 instead")