This model is too heavy for my setup.
# "distil-whisper/distil-small.en" Size: +310MB
I need a model that's smaller in size.
If you need a smaller speech-to-text model, you can try the following:
1. Use openai/whisper-tiny
(Smallest Whisper Model)
- Size: ~155MB
- Pros: Smallest Whisper model, decent accuracy
- Cons: Limited performance on noisy speech
Code to Load Locally
Download the Model Locally (If Not Already)
2. Alternative: facebook/wav2vec2-base-960h
(+350MB)
- Size: +350MB
- Pros: Lighter than Whisper, works well on short speech
- Cons: Doesn't support multilingual speech
Code for wav2vec2-base
Would you like an even lighter model or real-time transcription support? 🚀
No comments:
Post a Comment